examples/minimal-site/content/hello.md

---
title: "Hello, tilstream"
date: 2024-03-11
tags: [meta, onboarding]
---

This is the example post bundled with the `examples/minimal-site` site. If
you can see it rendered at `public/hello.html` after running `tilstream
build`, the whole pipeline is working end-to-end.

A few things worth noticing:

- Front matter is YAML between `---` lines.
- Tags become `/tags/<tag>.html` pages automatically.
- You can try the `{{ note }}` shortcode below.

{{ note }}
TILs are short on purpose. If a note grows past a screen, turn it into a
blog post instead.
{{ /note }}

See mercemay.top/src/tilstream/ for the full documentation.