ZIP
WinGet
Hugo
The Hugo Authors · 0.147.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.147.3_windows-amd64.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
Hugo.Hugo
Version
0.147.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.147.3/hugo_0.147.3_windows-amd64.zip
Release Notes
Mostly bug fixes here, but also a new template func to get a really big number. You can read about why that is useful in the documentation.
- tpl/tplimpl: Change calls to simple versions of embedded shortcodes 81426998b @jmooring #13700
- config: Fix env override of slices bc98e7a80 @bep #13707
- Fix/implement cascade for content adapters c745a3e10 @bep #13692
- commands: Fix description of new theme commands 9d1d8c889 @jmooring #13701
- tpl/tplimpl: Fix vimeo shortcode test to accommodate API c…