This is a placeholder first post — replace it with your own words. It exists to show you the format: every post is a markdown file in src/content/blog/, and the frontmatter block at the top (title, description, pubDate, category) is all the site needs to list it, date it, and feed it into RSS.
How to publish a new post
- Add a new
.mdfile tosrc/content/blog/(the filename becomes the URL). - Fill in the frontmatter.
- Commit and push — Cloudflare rebuilds and deploys automatically in about a minute.
Drafts
Add draft: true to the frontmatter and the post is excluded from the site and the RSS feed until you remove it.