Hello World

This is a starter post to test that the writing setup works. You can delete this file once you’ve confirmed everything builds correctly.

How to write posts

Create a new .md file in src/pages/writing/ with frontmatter like this:

---
layout: ../../layouts/Post.astro
title: "Your Post Title"
date: 2026-06-15
description: "A short description for the post listing."
---

Your markdown content here.

The post will appear at /writing/your-file-name and will be listed on the /writing index page, sorted by date.

Markdown features

Everything you’d expect works — bold, italic, inline code, links, and code blocks with syntax highlighting.

Blockquotes look like this.

That’s it. Write and push.