blog

Hello World

Hey

This is the first post on my blog. If you’re reading this, the site works.

I built this with Astro and it’s hosted on Cloudflare Pages. Blog posts are just markdown files — I drop a .md file in the content folder, push, and it’s live.

Why a blog?

I wanted a place to document:

  • Homelab setups and experiments
  • Things I break and how I fix them
  • Stuff I learn about networking, security, and self-hosting
  • Random thoughts on tech

The stack

$ cat site.stack
framework    astro
hosting      cloudflare pages
styling      plain css
blog         markdown + content collections

Pretty minimal. No frameworks, no component libraries, no build tools beyond what Astro gives you.

More posts coming soon. Or not. We’ll see.

yashas@web:~$ exit