Download Latest Version hugo_0.160.0_Linux-64bit.tar.gz (18.5 MB)
Email in envelope

Get an email when there's a new version of Hugo

Home / v0.159.1
Name Modified Size InfoDownloads / Week
Parent folder
hugo_0.159.1_checksums.txt 2026-03-26 2.9 kB
hugo_extended_0.159.1_linux-arm64.deb 2026-03-26 18.3 MB
hugo_extended_withdeploy_0.159.1_linux-amd64.deb 2026-03-26 29.5 MB
hugo_extended_withdeploy_0.159.1_linux-arm64.deb 2026-03-26 26.9 MB
hugo_0.159.1_linux-arm64.deb 2026-03-26 17.6 MB
hugo_extended_0.159.1_linux-amd64.deb 2026-03-26 20.0 MB
hugo_0.159.1_linux-amd64.deb 2026-03-26 19.2 MB
hugo_0.159.1_windows-amd64.zip 2026-03-26 19.0 MB
hugo_0.159.1_windows-arm64.zip 2026-03-26 17.3 MB
hugo_extended_0.159.1_windows-amd64.zip 2026-03-26 20.2 MB
hugo_extended_withdeploy_0.159.1_darwin-universal.pkg 2026-03-26 55.2 MB
hugo_extended_withdeploy_0.159.1_windows-amd64.zip 2026-03-26 29.6 MB
hugo_0.159.1_darwin-universal.pkg 2026-03-26 35.9 MB
hugo_extended_0.159.1_darwin-universal.pkg 2026-03-26 37.4 MB
hugo_extended_0.159.1_linux-arm64.tar.gz 2026-03-26 17.7 MB
hugo_extended_withdeploy_0.159.1_Linux-64bit.tar.gz 2026-03-26 28.3 MB
hugo_extended_withdeploy_0.159.1_linux-amd64.tar.gz 2026-03-26 28.3 MB
hugo_extended_withdeploy_0.159.1_linux-arm64.tar.gz 2026-03-26 25.9 MB
hugo_0.159.1_netbsd-amd64.tar.gz 2026-03-26 18.4 MB
hugo_0.159.1_openbsd-amd64.tar.gz 2026-03-26 18.4 MB
hugo_0.159.1_solaris-amd64.tar.gz 2026-03-26 18.4 MB
hugo_extended_0.159.1_Linux-64bit.tar.gz 2026-03-26 19.2 MB
hugo_extended_0.159.1_linux-amd64.tar.gz 2026-03-26 19.2 MB
hugo_0.159.1_dragonfly-amd64.tar.gz 2026-03-26 18.4 MB
hugo_0.159.1_freebsd-amd64.tar.gz 2026-03-26 18.4 MB
hugo_0.159.1_Linux-64bit.tar.gz 2026-03-26 18.4 MB
hugo_0.159.1_linux-amd64.tar.gz 2026-03-26 18.4 MB
hugo_0.159.1_linux-arm64.tar.gz 2026-03-26 17.0 MB
hugo_0.159.1_linux-arm.tar.gz 2026-03-26 17.1 MB
README.md 2026-03-26 824 Bytes
v0.159.1 source code.tar.gz 2026-03-26 16.0 MB
v0.159.1 source code.zip 2026-03-26 17.3 MB
Totals: 32 Items   680.8 MB 26

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 least would make AlpineJS sites work out of the box:

:::toml
 [minify.tdewolff.svg]
      keepNamespaces = ['', 'x-bind']

What's Changed

  • minifiers: Keep x-bind and blank namespace in SVG minification 42289d76 @bep [#14669]
Source: README.md, updated 2026-03-26