A simple static site generator that uses typst instead of markdown.
Install with cargo:
cargo install didacticBuild the site to dist:
didactic buildServe it locally with:
python -m http.server --directory dist- Typst html support is brand new and missing a ton of features, math is currently just an svg.
- Also, your lsp is not going to like html specific typst because its currently feature gated.
- This crate is currently the minimum viable for my personal use. Feel free to open a pr or write an issue if you need a feature.