Welcome to the blog

Editing posts

  1. Add a new .md file under src/blog/
  2. Include front matter at the top:
---
title: Your post title
date: 2025-01-15
tags:
  - topic-one
  - topic-two
---
  1. Write the body in markdown below the front matter.

Images

Put files in assets/ and reference them from markdown:

![Alt text](/assets/your-image.png)

Tags

Tags in the header link to /tags/{tag}/, which lists every post that shares that tag. See all tags.