← all posts

Hello, world

2026-06-17

Welcome to the blog. This is a placeholder first post to wire up the plumbing — real write-ups will follow.

Why a site at all

A small corner of the web that’s mine: a CV that isn’t a PDF, a photo gallery, and somewhere to write things down. No trackers, no cookies, just static HTML.

How it’s built

nix build      # → ./result, a portable static site
nix run        # serve it locally

That’s it for now. :wq