July 2, 2026

[SAMPLE POST] How to Write a Blog Post

This is a sample post, not real content. It exists to show how a blog post file is put together. Delete this file once real posts are ready to publish.

Adding a new post

  1. Add a new .md file inside src/content/blog/.
  2. Give it frontmatter matching the fields below.
  3. Write the article body underneath using normal Markdown.
  4. The URL is generated from the filename, e.g. my-post.md becomes /blog/my-post/.

Required frontmatter fields

Markdown formatting available

Use ## for section headings (like the ones on this page), regular paragraphs for body text, - for bullet lists, 1. for numbered lists, and **bold** for emphasis. That’s all this template supports — no custom components, no special syntax.