← All notes

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 .md file into content/notes/.
  • Add title, date, and an optional excerpt in the frontmatter.
  • Set draft: true to 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.