This is where your post content goes. Write in markdown.

Subheadings work

So do bold, italic, and links.

Images

Put images in public/images/writing/ and reference them like:

![Alt text](/images/writing/your-image.jpg)

Code blocks

const greeting = "Hello world";
console.log(greeting);

Blockquotes

This is a blockquote. Good for callouts or quotes.


Delete this file and add your own posts with the same frontmatter format:

---
title: "Your Post Title"
date: 2025-01-15
excerpt: "A one-sentence summary for the index page."
draft: false
---

Set draft: true to hide a post from the index while you’re working on it.