Hello, world
2026-08-28
This is the first note on the site. Notes are written in plain Markdown and live
in content/notes/.
How notes work
- Drop a
.mdfile intocontent/notes/. - Add
title,date, and an optionalexcerptin the frontmatter. - Set
draft: trueto hide it from the list.
Each note is rendered as HTML at /notes/{slug} and served as raw Markdown at
/notes/{slug}.md.
Keep it simple.