Requires Docker.
docker compose upOpen http://localhost:1313. Hugo watches for changes and reloads automatically.
Requires Node.js. Install dependencies once:
npm installCheck for errors:
npm run lintAuto-fix safe issues:
npm run lint:fixVS Code formats JS and CSS on save automatically via the Biome extension (recommended in .vscode/extensions.json).
docker compose run --rm hugo --minifyOutput is written to public/.
Pushing to build deploys automatically via GitHub Actions.