Skip to content

Akari202/didactic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Didactic

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

Quickstart

Install with cargo:

cargo install didactic

Build the site to dist:

didactic build

Serve it locally with:

python -m http.server --directory dist

Missing Stuff

  • 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.

About

A typst based bare bones static site generator

Resources

License

Stars

Watchers

Forks

Contributors