ZIP
WinGet
Hugo
The Hugo Authors · 0.111.3 · 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.111.3_windows-amd64.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
Hugo.Hugo
Version
0.111.3
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.111.3/hugo_0.111.3_windows-amd64.zip
Release Notes
Bug fixes
- Fix "unknown shortcode token" when calling shortcode within fenced code block e7148f3 @bep #10819
- Don't fail when calling Paginate with an empty pages.PagesGroup 34a86e1 @bep #10802
- Improve error message for unclosed shortcode with inner content 9818724 @deining
Improvements
- tpl: Add hasSuffix alias d171d15 @jfish2
- Run gofmt -s on source files d55af2a @deining
- tpl/math: Allow multi numbers in add, sub, mul, div, min and max 84201e8 @septs
- server: Replace golang.org/x/net…