Didactic

A simple static site generator that uses typst instead of markdown.

Quickstart

Install with cargo:

cargo install --git https://github.com/Akari202/didactic

Build the site to dist:

didactic build

Serve it locally with:

python -m http.server --directory dist

Missing Stuff