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
- Astro + Tailwind, built and served reproducibly with Nix.
- The CV renders from a single
cv.json(generated from my Typst CV). - The terminal-amber look is hand-rolled; the gallery leans clean and arty.
- Posts like this one are plain Markdown in a content collection.
nix build # → ./result, a portable static site
nix run # serve it locally
That’s it for now. :wq