No description
  • Nix 50.7%
  • HTML 36.4%
  • CSS 12.9%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Brendan Golden d213f30c94
All checks were successful
On_Push / build (push) Successful in 2m27s
On_Push / deploy (push) Successful in 33s
doc: update teh slides
2026-09-16 14:36:18 +01:00
.forgejo/workflows fix: was still using gitea vars for teh pipeline 2026-03-10 07:38:59 +00:00
.idea fix: be cause of direnv let the .gitignore in the .idea folder manage that folder 2026-05-03 14:30:27 +01:00
packages presenterm: need to update presenterm, latest version not yet released 2025-09-28 20:37:08 +01:00
slides doc: update teh slides 2026-09-16 14:36:18 +01:00
src Merge branch 'main' into #2_switch-to-presenterm 2025-09-08 00:33:42 +00:00
.envrc feat: added direnv 2026-04-08 16:12:00 +01:00
.gitattributes fix: use lfs for jpeg format images 2024-09-25 16:09:22 +01:00
.gitignore fix: be cause of direnv let the .gitignore in the .idea folder manage that folder 2026-05-03 14:30:27 +01:00
.md.toml feat: updated to a newer version of bfom 2024-08-11 17:47:57 +01:00
config.yaml feat: add membership/signups slide from over the years 2026-09-15 19:57:42 +01:00
config_mermaid.json feat: add membership/signups slide from over the years 2026-09-15 19:57:42 +01:00
flake.lock fix: update bfom 2026-08-31 00:07:41 +01:00
flake.nix feat: add membership/signups slide from over the years 2026-09-15 19:57:42 +01:00
README.md fix: repalced gitlab liks with forgejo 2024-10-06 21:08:18 +01:00

Presentations for Compsoc

Presentations for Compsoc can be found in this repo.

Compiling

An example file is in the src folder.
Please follow this format.

To compile them run nix run.
Output will be in teh build folder.
These will be webpages that you can open in browser.
Up/down arrows progress it forwards/back.

Instructions to install nix can be found over in the nixos repo
You need both nix and flakes enabled.