← writing

Hello, World

metawriting

This is the first post on my site. It exists mostly to make sure everything works.

How posts are structured

Posts live in content/blog/ as .mdx files. Frontmatter handles the metadata:

title: "Post title"
description: "One-line summary — used for the listing and SEO"
date: "YYYY-MM-DD"
tags: ["optional", "tags"]
draft: true  # omit or set false to publish

Mermaid diagrams

You can include diagrams using fenced code blocks with the mermaid language tag:

Markdown features

Bold, italic, inline code, and links all work.

Blockquotes too.

Tables via GitHub Flavored Markdown:

Frontmatter fieldRequiredNotes
titleyes
descriptionyesUsed in listing + OG
dateyesISO format YYYY-MM-DD
tagsnoArray of strings
draftnoHides from listing

That's it. Write and ship.