← Blog

August 16, 2026

Sample Post Title

This is a sample post used to verify the blog layout renders correctly. Replace this file with real content when you're ready.

How to add a post

Create a new .md file in src/posts/. The filename becomes the URL — so morning-tea-ritual.md becomes /blog/morning-tea-ritual.

Each file starts with a frontmatter block:

---
title: Your Post Title
date: 2026-08-16
description: A one-line summary shown on the blog index.
---

Everything after that is normal markdown.

What's supported

Standard markdown works — bold, italic, links, and lists:

  • Bulleted lists
  • With multiple items
  1. Numbered lists
  2. Also work

Blockquotes render like this.

Posts sort newest-first automatically based on the date field.