New Post Instructions (for LLMs)

File location

posts/<slug>/index.qmd

Required front matter

---
title: "Post Title"
date: YYYY-MM-DD
description: "1-2 sentence summary shown in listing cards."
categories: [tag1, tag2]
---

Body

Use whatever sections make sense for the content. No fixed structure required.

Assets go in the same folder (posts/<slug>/figures/, etc.) and are referenced by relative path.

Rules

  • Never manually edit research.qmd — it auto-lists all posts in posts/.
  • Always include title, date, description, and categories in front matter.
  • One post per folder, index.qmd as the entry point.