This is my first blog post!

How to write posts

Create a new .md file in the posts folder. Name it anything you like.

Each post needs a bit of info at the top:

---
title: Your Post Title
date: 2025-01-15
description: A short description for SEO
slug: custom-url (optional - otherwise uses title)
---

Then write your content below using Markdown:

  • Bold text with **double asterisks**
  • Italic text with *single asterisks*
  • Links with [text](url)
  • Lists with - or 1.

That's it!

Save the file, and it will appear on your site after the next sync.