Hello, World
Replace this italic first paragraph if you want a muted "standfirst" deck above the body.
This is a sample post so you can see how the blog detail page is going to render. Replace this file — or add more files alongside it in content/posts/ — and they will show up on the homepage automatically.
How posting works
Every file in content/posts/*.mdx becomes a post. The filename (without the .mdx) becomes the URL slug. Frontmatter at the top of the file controls the title and date.
---
title: "Your post title"
date: "2026-06-01"
---
Reading time is computed for you from the word count, so you don't have to set it.
What you can use
You can use everything MDX supports — headings, bold, italics, lists, blockquotes, links, and code:
- Bulleted lists
- With multiple items
- Like this
A blockquote, in case you want to pull out a quote or set something apart.
Once you push to GitHub and deploy, posting is just adding a new MDX file and pushing.