← all posts

Welcome to the blog

metasite

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 title and date are required in the frontmatter. Set draft: true to keep a post out of the listings while you work on it.