Hello, world
I’ve been meaning to carve out a corner of the internet for a while. This is it.
The stack
This site is intentionally boring, in the best way:
- Astro — static output, zero JavaScript shipped by default
- Tailwind CSS — utility classes, automatic dark mode via
prefers-color-scheme - Cloudflare Pages — free hosting, deploys on every push
Posts are plain markdown files in a folder. Adding one looks like this:
echo "a new post" > src/content/blog/a-new-post.md
git push # Cloudflare rebuilds and deploys
What’s next
Mostly writing about practical software: automation, small tools, and the occasional deep dive into whatever I’m debugging that week.
If that sounds interesting, there’s an RSS feed.