WIP Static wiki website using Zola - https://www.getzola.org
Find a file
2026-03-05 14:42:51 -06:00
content/wiki built out more 2026-03-05 14:42:51 -06:00
sass built out more 2026-03-05 14:42:51 -06:00
static testing 2026-03-04 15:09:07 -06:00
templates built out more 2026-03-05 14:42:51 -06:00
config.toml built out more 2026-03-05 14:42:51 -06:00
flake.lock testing 2026-03-04 15:09:07 -06:00
flake.nix built out more 2026-03-05 14:42:51 -06:00
LICENSE testing 2026-03-04 15:09:07 -06:00
README.md built out more 2026-03-05 14:42:51 -06:00
result built out more 2026-03-05 14:42:51 -06:00

We are considering our options regarding maintainability of https://wiki.cyberia.club. Some have suggested switching to a static site generator with markdown pages stored on our git server. Some benefits to this approach are:

  • (Re)uses an established auth mechanism instead of juggling several.
  • More people know Markdown than some random wiki software's markup language.

Some considerations people have raised include:

  • Maintain as frictionless an editing flow as possible
    • Edit button should take you to forgejo's edit interface for that page.
    • New page and file upload helpers

This repo houses my (reese's) attempt to build this with Zola. I'm not sure Zola is the right choice for a wiki but if we find something better we can always adapt these files for it.

Some flaws:

  • pages require a frontmatter block.
  • no transclusions
  • internal links need path prefix