How to publish a post on this blog
The 60-second guide to adding content: one markdown file, one commit, done.
This post doubles as documentation for the kit's markdown blog, and as a live demonstration: you're reading it on a deployment of the kit itself. Every post here (including the articles around it) was published exactly this way.
Publishing in three steps
- Create
content/blog/YYYY-MM-DD-your-slug.md. - Start it with the front matter block:
---
title: "Your title"
description: "One sentence: it becomes the meta description and the index teaser."
date: 2026-02-01
author: Optional Name
---
- Write markdown below the second
---, commit, deploy. The post appears on/blogand in/sitemap.xmlautomatically, newest first.
SEO comes for free
Each post page sets the meta description, canonical URL and Open Graph
article tags from the front matter. Write a real description for every
post: that's the line searchers and social previews actually read.