ZIP
WinGet
Hugo
The Hugo Authors · 0.160.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.160.0_windows-amd64.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
Hugo.Hugo
Version
0.160.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.160.0/hugo_0.160.0_windows-amd64.zip
Release Notes
Bug fixes
- Fix some recently introduced Position issues 4e91e14c @bep #14710
- markup/goldmark: Fix double-escaping of ampersands in link URLs dc9b51d2 @bep #14715
- tpl: Fix stray quotes from partial decorator in script context 43aad711 @bep #14711
Improvements
- all: Replace NewIntegrationTestBuilder with Test/TestE/TestRunning 481baa08 @bep
- tpl/css: Support @import "hugo:vars" for CSS custom properties in css.Build 5d09b5e3 @bep #14699
- Improve and extend .Position handling in Goldmark re…