← back

Hello, world

· 1 min read · #meta

This is the first post on a small blog stitched into a small site.

I wanted somewhere to drop short notes — engineering, the occasional rabbit hole, things I learned the hard way — without the ceremony of a “platform”. The site is a single SvelteKit project deployed to Cloudflare Pages; posts are markdown files living next to the rest of the source.

A few things I care about here:

  • Plain text in, plain text out. Posts are .md on disk. Git is the CMS.
  • Fast. Everything is prerendered. No runtime markdown parsing, no client-side JS to read words.
  • Quiet. No popups, no newsletter modal, no cookie banner I don’t need.

If you spot a typo, the source is on GitHub. If you want to talk shop, the contact section on the home page has the relevant addresses.

That’s it. More soon.