How to publish a post on this blog
The 60-second guide to adding content: one markdown file, one commit, done.
Another sample post — this one doubles as documentation.
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.