← All writing

Hello, world

Welcome to the new home for my writing. I rebuilt this site from scratch on Astro — fast, minimal, and a joy to write for.

How I publish

Writing a post is just dropping a Markdown file into src/content/blog/ and running a single command. Everything else — building the site, generating the RSS feed, and deploying — happens automatically.

npm run new "My next post"   # scaffolds a new markdown file
npm run publish              # commits + pushes; CI builds & deploys

What’s here

  • Writing — essays and notes.
  • Projects — things I’m building.
  • About — a little about me.

That’s it for now. More soon.