No description
Find a file
Brendan Golden bd5ff0579e
All checks were successful
On_Push / build (push) Successful in 11s
On_Push / deploy (push) Successful in 16s
slides: improvements for the html output
2025-09-14 00:59:35 +01:00
.forgejo/workflows ci: add the slides folder to be tracked by the pipeline 2025-09-14 00:43:49 +01:00
slides slides: improvements for the html output 2025-09-14 00:59:35 +01:00
src Merge branch 'main' into #2_switch-to-presenterm 2025-09-08 00:33:42 +00:00
.gitattributes fix: use lfs for jpeg format images 2024-09-25 16:09:22 +01:00
.gitignore feat: got the right output html sizing for 1080p 2025-09-08 00:41:09 +01:00
.md.toml feat: updated to a newer version of bfom 2024-08-11 17:47:57 +01:00
config.yaml slides: improvements for the html output 2025-09-14 00:59:35 +01:00
flake.lock feat: initial changes to presenterm 2025-09-04 16:48:11 +01:00
flake.nix feat: got the presenterm working with the older bfom 2025-09-08 01:29:15 +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.