Welcome to the blog
A starting point for writing publicly in simple markdown without changing the static-site deployment model.
This blog is intentionally simple.
Posts live in the repo as markdown, get built into static pages, and publish with the rest of the site. That keeps the writing workflow close to the code and avoids pulling in a larger CMS just to post notes or project updates.
The goal is to make publishing easy without weakening the validation contract:
- markdown is the source of truth
- generated pages and RSS come from the same post data
- local and CI checks should fail if a post has invalid metadata or unsafe markup
Over time this will become a place for notes on software, infrastructure, explorations, and the work that benefits from a clearer public paper trail.