cat hello-world.md
I’ve been shipping software since dial-up was a sound your house made. This site is the thing I kept meaning to build for about a decade: one place that answers “who is this guy” without making anyone scroll LinkedIn.
It’s an Astro static site, styled like the place I actually live — a terminal — and hosted on Azure Static Web Apps’ free tier, deployed by GitHub Actions on every push. The resume PDF is generated at build time from the same YAML that renders the resume page, so the two can never drift.
More build notes to come. exit 0