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

  1. Create content/blog/YYYY-MM-DD-your-slug.md.
  2. 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
---
  1. Write markdown below the second ---, commit, deploy. The post appears on /blog and in /sitemap.xml automatically — 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.