WIP Static wiki website using Zola - https://www.getzola.org
| content/wiki | ||
| sass | ||
| static | ||
| templates | ||
| config.toml | ||
| flake.lock | ||
| flake.nix | ||
| LICENSE | ||
| README.md | ||
| result | ||
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