Webpage explaining membership options to Alumni members
  • CSS 57.2%
  • Nix 42.8%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Silver Golden dbc0adbdc4
All checks were successful
/ check_lfs (push) Successful in 3s
Build / build (push) Successful in 10s
Build / deploy (push) Successful in 8s
Merge pull request 'fix: update SSH key addition instructions for authentik user settings' (#45) from duzhuoshanwai/wiki:main into main
Reviewed-on: #45
Reviewed-by: Silver Golden <silver@skynet.ie>
2026-09-16 23:11:21 +00:00
.forgejo/workflows feat: add a pipeline for checking LFS 2026-03-23 10:59:24 +00:00
.idea fix: because of direnv let the .gitignore in the .idea folder manage that folder 2026-05-03 14:32:30 +01:00
src fix: update SSH key addition instructions for authentik user settings 2026-09-16 23:56:55 +01:00
.envrc feat: add support for direnv 2026-04-05 21:24:36 +01:00
.gitattributes feat: some small changes relating to making it look better 2024-09-15 00:23:52 +01:00
.gitignore fix: because of direnv let the .gitignore in the .idea folder manage that folder 2026-05-03 14:32:30 +01:00
flake.lock feat: new plugin to handle renaming top level tabs 2026-04-05 23:04:43 +01:00
flake.nix feat: new plugin to handle renaming top level tabs 2026-04-05 23:04:43 +01:00
LICENSE feat: add license 2024-09-23 20:07:44 +00:00
mkdocs.yml feat: better support for code blocks 2026-04-05 23:47:36 +01: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.