Source for evolve75.github.io / www.anupamsg.me.
Built with Hugo using the PaperMod
theme. Single-branch repo — main holds only the Hugo source (content, config, theme submodule).
GitHub Actions (.github/workflows/hugo.yml) builds and deploys on every push via GitHub Pages'
native Actions integration — no compiled output is ever committed, and there's no second branch to
keep in sync.
Formerly built with Octopress; migrated to Hugo (framework-only, no content change), then
consolidated from a two-branch (main + source) layout to this single-branch,
Actions-deployed one — see MIGRATION_PLAN.md for the record of both changes.
make serve # local dev server with drafts, http://localhost:1313
make build # one-off build into ./public, same flags as CISee make help for the full target list (new posts, theme updates, etc.).
Automatic — push to main and GitHub Actions builds and deploys. No manual steps.