Personal blog built with a custom static site generator in Rust.
Markdown articles with YAML frontmatter are converted to HTML using MiniJinja templates. Includes syntax highlighting via comrak/syntect.
cargo runOutputs to dist/.
cargo run -p serveServes at localhost:3000 with auto-rebuild on file changes.