Welcome to the blog
This is a sample blog post. To publish your own, drop a new .md file into
src/content/blog/ and run npm run build — it shows up automatically on the
blog list and gets its own page.
Writing posts
You get full markdown: bold, italic, links, lists, quotes, tables, and fenced code blocks with syntax highlighting:
function hello(name) {
return `hello, ${name}`;
}
Tip: only
titleanddateare required in the frontmatter. Setdraft: trueto keep a post out of the listings while you work on it.