Blog
← Back to all posts

Writing a New Post

August 21, 2026

Writing a New Post

To add a post, create a new file in content/posts/your-slug.md. The filename becomes the URL: your-slug renders at /blog/your-slug.

Frontmatter

Three fields are read from the top of the file:

Markdown support

Standard Markdown works, plus GitHub-flavored extras like tables and strikethrough:

Feature Supported
Headings Yes
Code blocks Yes
Tables Yes
Footnotes Not yet

There's no JSX or embedded components — just Markdown in, styled HTML out.