Editing posts
- Add a new
.mdfile undersrc/blog/ - Include front matter at the top:
---
title: Your post title
date: 2025-01-15
tags:
- topic-one
- topic-two
---
- Write the body in markdown below the front matter.
Images
Put files in assets/ and reference them from markdown:

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