Webpage explaining membership options to Alumni members
  • CSS 57.2%
  • Nix 42.8%
Find a file
2026-05-03 14:32:30 +01: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: somehow expectations leaked out of the PR 2026-04-19 23:16:04 +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.