My personal website and dev blog built with Zine, a static site generator written in Zig.
- Blog posts with RSS feed
- Devlog with RSS feed
- Math rendering with Temml
- Syntax highlighting
- Responsive design
To build the site locally:
- Install Zig
- Install Zine
- Run
zine release
to generate the site - Run
zine
to start a local server