ZIP
WinGet
Hugo
The Hugo Authors · 0.110.0 · x64
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.110.0_windows-amd64.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
Hugo.Hugo
Version
0.110.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.110.0/hugo_0.110.0_windows-amd64.zip
Release Notes
Note
- Make readFile return nil when file not found (note) 3c51625 @bep #9620
- Make hugo.toml the new config.toml f38a2fb @bep #8979
Bug fixes
- Fix permalinks issue with repeated sections 671f64b @bep #10377
- Fix HEAD method in resources.GetRemote f13531e @bep #10604
- Fix order when reading custom headers in resources.GetRemote b5d4850 @bep #10616
- resource: Fix Go Doc vs .Data.Integrity fbc3e08 @bep
Improvements
- related: Handly []any d595419 @bep #10624
- tpl/strings: Add findRESubmatc…