Hello, World

This is the first post on the blog. It's built with Eleventy, a simple static site generator — no database, no server to maintain, just Markdown files that turn into fast HTML.

To write a new post, drop a new .md file into src/posts/ with a title and date in the front matter, like this one has. Run npm run dev to preview the site locally, and npm run build to generate the final static files in _site/.