← Back to blog

Hello, world

January 15, 2025

Welcome to the blog. This is placeholder content so the layout has something to render. Replace it with your own writing.

What this section is for

Use this space for things like:

  • Write-ups of projects you have shipped
  • Notes you want to remember later
  • Opinions on tools, languages, and workflows

A code block example

function greet(name: string): string {
  return `Hello, ${name}!`;
}

console.log(greet("world"));

Edit this file at src/content/blog/hello-world.md, or delete it and add your own posts in the same folder.