ZIP
WinGet
Hugo
The Hugo Authors · 0.149.0 · arm64
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.149.0_windows-arm64.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
Hugo.Hugo
Version
0.149.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.149.0/hugo_0.149.0_windows-arm64.zip
Release Notes
Note
- Remove test with deprecated path usage 80e973ea5 @bep
Bug fixes
- create: Fix new content command with future dates bb4e66cd7 @justuswilhelm #12599
- Fix server rebuild when adding a new leaf bundle with resources in one go 13b43e611 @bep #13925
- Fix rebuild when deleting a content adapter file 87e100e61 @bep
Improvements
- tpl/collections: Add an integration test for collections.D 84b512391 @bep
- tpl/collections: Add collections.D using Vitter's Method D for sequential random sampling…