How to Publish a New Post
Step-by-step notes for adding and publishing blog articles.
Create a new Markdown file in src/content/blog/ with frontmatter:
---
title: "Your Post Title"
description: "One sentence summary"
publishedAt: 2026-03-02
tags:
- your-tag
---
Then commit and push to GitHub. Cloudflare Pages will build and publish automatically.