ZIP
WinGet
Hugo
The Hugo Authors · 0.129.0 · arm64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Distributed as a ZIP archive — extract the contents and run the executable directly. No installer is included.
File Identity
Filename
hugo_0.129.0_windows-arm64.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
Hugo.Hugo
Version
0.129.0
Description
The world’s fastest framework for building websites
License
Apache-2.0
↗
Homepage
https://gohugo.io/
Support
https://discourse.gohugo.io/
Installer URL
https://github.com/gohugoio/hugo/releases/download/v0.129.0/hugo_0.129.0_windows-arm64.zip
Release Notes
Note
- deps: Upgrade github.com/bep/gitmap v1.4.0 => v1.6.0 (note) 7be037750 @bep #8627
Bug fixes
- commands: Fix --navigateToChanged server behavior when editing headless content cc2d19e19 @bep #12648
- commands: Fix hugo mod get -u ./... 251a23ef7 @bep #12625
Improvements
- tpl: Use xxHash instead of MD5 to hash the deferred templates 4d8bfa7f1 @bep
- Throw error if resources.PostProcess is used in a deferred template f0ed91cab @bep #12655
- commands: Simplify the browser live reload logic 094…