jeremn.dev
← Writing

Hello, world

Jun 1, 2026 · 1 min · meta

The first post on jeremn.dev.

This blog is a static Astro site — posts are markdown files in the repo, rendered at build.

const greeting = "hi";
console.log(greeting);