ZIP
WinGet
Hugo (Extended)
The Hugo Authors · 0.145.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_extended_0.145.0_windows-amd64.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
Hugo.Hugo.Extended
Version
0.145.0
Description
The world’s fastest framework for building websites (with WebP encoding and Sass transpiling support)
License
Apache-2.0
↗
Homepage
https://gohugo.io/
Support
https://discourse.gohugo.io/
Installer URL
https://github.com/gohugoio/hugo/releases/download/v0.145.0/hugo_extended_0.145.0_windows-amd64.zip
Release Notes
Bug fixes
- all: Typo fixes 4094a1e12 @coliff
- all: Run modernize -fix ./... 521911a57 @bep
- readme: Fix relative links in Editions section ab9e54576 @martey
- Fix some related content issues with content adapters 381c0da85 @bep #13443
- Fix potential nilpointer in httpcache config 227e42926 @bep
- Fix --printPathWarnings when site calls templates.Defer c3d435acf @bep #13420
Improvements
- Use the page path and not the backing filename as the last resort in the default sort c498d0fe1 @bep
- tp…