Changelog 2026-03-06 (Local Hugo Runtime Install + Build Validation)
Article content
Added
- Added
scripts/install-hugo-local.shto install pinned Hugo Extended (0.140.2) into~/.local/bin/hugowithout sudo.
Changed
- Updated
README.mdlocal dev flow to use the no-sudo installer and explicit local Hugo path. - Updated
docs/INSTALL-HUGO-LOCAL.mdwith the runtime-safe installation and verification commands.
Verified
- Ran
~/.local/bin/hugo --gc --minifysuccessfully in this runtime.
Why
- This removes the recurring
hugo: command not foundblocker for heartbeat-driven QA/build checks and keeps validation self-serve in constrained runtimes.