ZIP
WinGet
Hugo (Deploy)
The Hugo Authors · 0.159.1 · 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_withdeploy_0.159.1_windows-amd64.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
Hugo.Hugo.Deploy
Version
0.159.1
Description
The world's fastest framework for building websites (with WebP encoding, Sass transpiling and Deploy website support)
License
Apache-2.0
↗
Homepage
https://gohugo.io/
Support
https://discourse.gohugo.io/
Installer URL
https://github.com/gohugoio/hugo/releases/download/v0.159.1/hugo_extended_withdeploy_0.159.1_windows-amd64.zip
Release Notes
The regression fixed in this release isn't new, but it's so subtle that we thought we'd release this sooner rather than later. For some time now, the minifier we use have stripped namespaced attributes in SVGs, which broke dynamic constructs using e.g. AlpineJS' x-bind: namespace (library used by Hugo's documentation site).
To fix this, the upstream library has hadded a keepNamespaces slice option. It was not possible to find a default that would make all happy, so we opted for an option that at…