A short reference for adding entries to this site.

File location

New articles live in the _posts folder. Each file is named:

YYYY-MM-DD-a-short-title.md

The date in the filename controls where the article sits in the list.

Front matter

Every article starts with a short block like this:

---
title: "Article title"
date: 2026-09-02
tags: [tag-one, tag-two]
---

Body

Everything after the front matter is written in plain Markdown — headings, links, lists, blockquotes, and code blocks are all supported and will pick up this site’s styling automatically.

Headings inside an article

Use ## and ### for section headings within a longer article; they’re styled to sit clearly apart from the body text.

That’s the whole workflow — write the file, commit it, and it appears on the homepage.