Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 666 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 666 Bytes

Blog

This is my personal blog, generated as a static website.

The generation is done by a mostly custom Rust program that uses Markdown as the input format, with TOML frontmatter, and Jinja2 templates. It also includes a development server with auto-reload on file changes and in-browser error reporting.

Infrastructure is currently AWS + Cloudflare, managed through OpenTofu.

While some efforts have been made to make this generally useful, a lot of the code is tailored towards my own needs.