Hello world
1 min read
This is the first post. Everything below the --- block is regular Markdown.
Writing a new post
Create a file in posts/, name it something like 2026-07-31-my-title.md, and
give it a title and date at the top. That's the whole workflow — the filename
becomes the URL.
Some things you can use: bold, italic, links, and
inline code.
- lists work
- so do code blocks
console.log("hello");