A custom static site generator that converts Markdown files into plain HTML. Built to keep things simple — no Hugo, no Next.js, just Python and a few templates.
The build script parses YAML front matter, renders Markdown, runs it through Jinja2 templates, and outputs a dist/ folder. Deployed via GitHub Actions to GitHub Pages.