This file is a format example, not an article. Copy it, change the frontmatter, and write in the body below.
Frontmatter
Each post is one .mdx file in content/blog/. Required fields:
title— page title and JSON-LD headlinedate—YYYY-MM-DD(quoted). Newest posts appear first on/blogdescription— meta description and JSON-LDslug— lowercase kebab-case URL at/blog/{slug}
The filename can differ from slug. Routing uses slug.
MDX in the body
Use headings, lists, internal links, and inline code.
---
title: "Your title"
date: "2026-09-13"
description: "One or two sentences."
slug: "your-slug"
---
When you publish real posts, delete this example (or change its slug if you keep it).