This is a sample post showing the publishing workflow. Replace or delete it before launch.
How to publish
Create a new .md file in src/content/blog/. The filename becomes the URL slug — why-clean-data-matters.md publishes at /blog/why-clean-data-matters.
Start the file with frontmatter:
---
title: 'Why clean data matters more than more software'
description: 'A 155-character summary used for SEO and the blog index card.'
pubDate: 2026-08-01
tags: ['data', 'operations']
---
Then write the article in plain Markdown below it.
What you get for free
Every post automatically appears on the blog index (newest first), gets its own SEO meta tags and Open Graph tags, is included in the RSS feed at /rss.xml, and is added to the sitemap.
Drafts
Add draft: true to the frontmatter and the post is excluded from the build entirely — commit it as early as you like, flip the flag when it’s ready.
Publishing is: write the file,
git push, wait about a minute. That’s the whole process.