17 May 2026

[DRAFT] How to Add an Article

A compact checklist for creating a new note file and letting the notes engine turn it into a page.

An article is just a note file under notes/. The folder becomes the category path, the filename becomes the slug, and the notes engine handles the rest.

The workflow

  • Create a new .md file under notes/ or notes/<category>/.
  • Write front matter with title, date, summary, tags, and related.
  • Use Markdoc tags for registered body blocks.
  • Add any new tag slug in notes/tags.json first.