Working title
Rebuilding this site on Astro
Notes
Just rebuilt my personal site from scratch. Went from a hand-written static
HTML site to an Astro-based generator with content collections, drafts,
RSS, and a sitemap. Deploy is now fully automated via GitHub Actions to
GitHub Pages, and I set up a couple of AI agent workflows (gh-aw) so I can
draft new posts just by filing a GitHub issue from my phone, and get a
weekly automated check for dead links on the site.
The whole thing is split into a deterministic layer (the generator and
deploy pipeline, no AI involved at runtime) and an agentic layer (the
gh-aw workflows, which can only ever open PRs or issues, never deploy
anything themselves).
Suggested tags (optional)
meta, astro
Working title
Rebuilding this site on Astro
Notes
Just rebuilt my personal site from scratch. Went from a hand-written static
HTML site to an Astro-based generator with content collections, drafts,
RSS, and a sitemap. Deploy is now fully automated via GitHub Actions to
GitHub Pages, and I set up a couple of AI agent workflows (gh-aw) so I can
draft new posts just by filing a GitHub issue from my phone, and get a
weekly automated check for dead links on the site.
The whole thing is split into a deterministic layer (the generator and
deploy pipeline, no AI involved at runtime) and an agentic layer (the
gh-aw workflows, which can only ever open PRs or issues, never deploy
anything themselves).
Suggested tags (optional)
meta, astro