Hello, world
This is the first post on the new site.
To add a post, copy this file in src/content/blog/, rename it (the filename
becomes the URL — hello-world.md → /blog/hello-world), and edit the
frontmatter at the top plus the body below. That’s the entire workflow — no code
changes needed.
Markdown works as usual
You can write headings, bold, italic, inline code, lists:
- one
- two
- three
And blockquotes.
// fenced code blocks get syntax highlighting
const hello = (name: string) => `Hi, ${name}`;
Set draft: true in the frontmatter to keep a post out of the list while you
work on it.