← back

hello, world

2026-05-18

This is the first post. The blog lives in content/blog/ as markdown files, with frontmatter for the title and date.

Why a blog

Writing things down forces me to think them through. A few topics I'd like to explore:

  • Notes on tools I'm using day-to-day
  • Lessons from side projects
  • Occasional deep dives when something surprises me
// code blocks render too
function hello(name: string) {
  return `hello, ${name}`;
}

More soon.