Hello, world
First note. Mostly a smoke test: it proves a page with a date renders correctly, shows up in the navigation, and reaches the RSS feed.
What a note looks like
A note is one Markdown file with three frontmatter keys.
---
title: Hello, world
description: One sentence for search results and the feed.
date: Mon, 25 Aug 2026 00:00:00 GMT
---
Leave the date off and the page is just a page. Include it and the page becomes a post.
The supported subset
Headings, lists, blockquotes, fenced code, links, images, inline code, bold, and italic. That is the whole vocabulary, and it is enough.
Anything the parser does not support is a signal that the note is trying to be a document. Write the document somewhere else.
Next
Copy this file, change the frontmatter, and write. The build will tell you if you broke a link.