·1 min read
Hello, world
A first note to exercise the writing layout.
- meta
A sample post so the blog layout has something to render — headings, prose, and code.
A heading
Body text with an inline code span, and a list:
- First point
- Second point
- Third point
const greet = (name: string) => `Hello, ${name}`;
That’s it for now.