← Back to blog

Hello, world

This is a sample blog post. Markdown files in src/content/blog/ automatically become posts — just drop in a new .md file with the frontmatter above.

What I’ll write about

  • Things I learn while building
  • Notes on systems, performance, and developer tooling
  • The occasional deep dive
// Code blocks are syntax-highlighted out of the box.
const greet = (name: string) => `Hello, ${name}!`;
console.log(greet("world"));

Delete this post whenever you’re ready to publish your own.