Hello, again

This is the first post on the new site — and, honestly, mostly here to show what a post looks like once it’s written and pushed.

To add a new one, drop a markdown file into _posts/ named YYYY-MM-DD-a-short-title.md, with a front matter block like this one at the top:

---
title: "Your Post Title"
---

Your content, in markdown, goes here.

That’s it — no build step to run locally unless you want a preview. Push to main and GitHub Pages rebuilds the site automatically.