Fast personal website made with Rust & Typst, hosted on Helios illumos.
- All content and layout written in Typst
- NextJS-esq routing
- Can query metadata from other pages (see blog.typ)
- Uses Typst as a library with a custom world for blazingly fast build times
- Rayon parallel compilation (~10ms dev build time, ~130ms normally)
- Zero-copy responses via pre-compiled and compressed responses
- Hand rolled HTTP/1.1 server
- Hot reloading / watcher mode for development
- SCSS support
- Continuous deployment (GitHub webhooks trigger self-update)
- Sitemap generation

