Webpage explaining membership options to Alumni members
  • CSS 57.8%
  • Nix 42.2%
Find a file
silver 29b73d22b8
All checks were successful
Build / build (push) Successful in 42s
Build / deploy (push) Successful in 20s
Merge pull request 'Committee: Awards submission info' (#41) from #40_Awards-info into main
Reviewed-on: #41

One more review on Discord: https://discord.com/channels/689189992417067052/1471811448366825523/1478780448808239185
2026-03-04 16:09:59 +00:00
.forgejo/workflows fix: the vars for the ci pipelines changed 2026-03-01 18:27:01 +00:00
src fix: feedback from review 2026-03-03 14:52:55 +00:00
.gitattributes feat: some small changes relating to making it look better 2024-09-15 00:23:52 +01:00
.gitignore restructure 2024-08-19 22:48:10 +01:00
flake.lock fix : update alejandra , remove version 2024-08-26 20:21:04 +01:00
flake.nix feat: abandon the use of the git information in the repo itself 2025-04-24 04:45:39 +01:00
LICENSE feat: add license 2024-09-23 20:07:44 +00:00
mkdocs.yml fmt: slight improvements to mkdocs 2026-02-17 09:19:33 +00:00
README.md doc: improved the docs 2026-01-04 16:21:58 +00:00

Skynet Wiki

Wiki for Skynet

Uses mkdocs to generate the site.

Local Dev

  1. Use nix develop to setup the local env.
  2. Use mkdocs serve to run the wiki locally.
  3. Go to http://127.0.0.1:8000
    • This page will reload with changes as you make them.