This repository is a collection of tools for making a static site generator:
- Error reporting: Reporter.zig
- Text scanning: Scanner.zig
- Date parsing: Date.zig
- Blog posts: Post.zig, Metadata.zig
- Templating language: Template.zig
- Markdown renderer: Markdown.zig
- MathML renderer: MathML.zig
- Code highlighter: Highlighter.zig
It used to be contain the source for my blog, hence the name. I'm in the middle of converting it to a reusable set of Zig libraries. For now, I'm just providing the code for reference.
© 2023 Mitchell Kember
The source code in this repository is available under the MIT License; see LICENSE for details.