Welcome to my collection of projects and thoughts.
Getting Started
This site is live — so let me write a quick note about how it’s built. The stack The site is rendered with Hugo, a static site generator written in Go. I’m using the PaperMod theme, which gives a clean, fast baseline without a lot of fuss. Hosting is on Cloudflare Pages. The setup is straightforward: push to the GitHub repo, Cloudflare picks it up, runs hugo --minify, and deploys the public/ output. No servers to maintain, no build pipelines to configure beyond a couple of environment variables. ...