Typst powered blogging site. Uses Typst HTML Export to generate static HTML files, as well as PDF files for each post.
- Content is written in Typst files, in
src/[slug].typ. - By using a custom template, they are exported to HTML files, and optionally PDF files.
- Metadata is stored in
pages.jsonwhich is loaded on the homepage.
MIT License