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

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

Home / v0.149.0
Name Modified Size InfoDownloads / Week
Parent folder
hugo_0.149.0_checksums.txt 2025-08-27 2.9 kB
hugo_extended_0.149.0_linux-amd64.deb 2025-08-27 19.8 MB
hugo_extended_0.149.0_linux-arm64.deb 2025-08-27 17.9 MB
hugo_extended_withdeploy_0.149.0_linux-amd64.deb 2025-08-27 29.1 MB
hugo_extended_withdeploy_0.149.0_linux-arm64.deb 2025-08-27 26.2 MB
hugo_0.149.0_linux-amd64.deb 2025-08-27 18.6 MB
hugo_0.149.0_linux-arm64.deb 2025-08-27 16.9 MB
hugo_0.149.0_windows-arm64.zip 2025-08-27 16.6 MB
hugo_extended_0.149.0_windows-amd64.zip 2025-08-27 19.9 MB
hugo_extended_withdeploy_0.149.0_windows-amd64.zip 2025-08-27 29.1 MB
hugo_0.149.0_windows-amd64.zip 2025-08-27 18.5 MB
hugo_extended_withdeploy_0.149.0_linux-arm64.tar.gz 2025-08-27 25.2 MB
hugo_extended_0.149.0_Linux-64bit.tar.gz 2025-08-27 18.9 MB
hugo_extended_0.149.0_linux-arm64.tar.gz 2025-08-27 17.2 MB
hugo_extended_withdeploy_0.149.0_darwin-universal.tar.gz 2025-08-27 53.9 MB
hugo_extended_withdeploy_0.149.0_Linux-64bit.tar.gz 2025-08-27 27.8 MB
hugo_extended_withdeploy_0.149.0_linux-amd64.tar.gz 2025-08-27 27.8 MB
hugo_0.149.0_freebsd-amd64.tar.gz 2025-08-27 17.8 MB
hugo_0.149.0_netbsd-amd64.tar.gz 2025-08-27 17.8 MB
hugo_0.149.0_openbsd-amd64.tar.gz 2025-08-27 17.8 MB
hugo_0.149.0_solaris-amd64.tar.gz 2025-08-27 17.8 MB
hugo_extended_0.149.0_darwin-universal.tar.gz 2025-08-27 36.7 MB
hugo_extended_0.149.0_linux-amd64.tar.gz 2025-08-27 18.9 MB
hugo_0.149.0_darwin-universal.tar.gz 2025-08-27 35.0 MB
hugo_0.149.0_dragonfly-amd64.tar.gz 2025-08-27 17.8 MB
hugo_0.149.0_Linux-64bit.tar.gz 2025-08-27 17.8 MB
hugo_0.149.0_linux-amd64.tar.gz 2025-08-27 17.8 MB
hugo_0.149.0_linux-arm64.tar.gz 2025-08-27 16.3 MB
hugo_0.149.0_linux-arm.tar.gz 2025-08-27 16.1 MB
README.md 2025-08-27 4.4 kB
v0.149.0 source code.tar.gz 2025-08-27 14.6 MB
v0.149.0 source code.zip 2025-08-27 15.9 MB
Totals: 32 Items   661.3 MB 10

[!NOTE]
If running on Netlify, make sure you have configured your build with their latest build image, see this issue.

Hugo v0.149.0 comes with bug fixes and a set of new features/improvements, notably:

  • We now build with the recently released Go 1.25
  • A new collections.D template function that generates random sequences of integers using J. S. Vitter’s Method D, by some called The Best Algorithm No One Knows About.
  • Two new permalinks tokens, :sectionslug and :sectionslugs, especially useful in multilingual Hugo projects.
  • A new --omitClassComments flag on hugo gen chromastyles
  • Several improvements to how ToC from Markdown gets rendered, see [#13401] and [#12605].
  • A new format option in transform.Unmarshal

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 1ba80874e @bep
  • commands: Deprecate --omitEmpty on chromastyles command 61ec7a20a @bep
  • commands: Add --omitClassComments to the chromastyles command c289fcaaa @bep
  • all: Use slices.Equal ecdef2be7 @minxinyi
  • resources/page: Add :sectionslug and :sectionslugs permalink tokens 12ace3ad5 @DustinFischer [#13788]
  • Upgrade to Go 1.25 c14fdddad @bep [#13924] [#13931]
  • common/hcontext: Replace with external package 186934feb @bep
  • resources/page: Use reflect.TypeFor bff4dddb1 @cuiweixie
  • tpl/strings: Remove unnecessary error check 348aae91e @Nigel2392
  • markup/goldmark: Apply Hugo Goldmark Extras when rendering TOC 61482cfab @jmooring [#12605]
  • markup/goldmark: Sanitize TOC heading titles 5fdcc0906 @jmooring [#13401]
  • Add a key to the partialCached deadlock prevention 221602862 @n1xx1 [#13889]
  • transform: Add support for "format" option in transform.Unmarshal ecc3dd1f5 @n1xx1 [#13887]
  • Skip flakey test on CI de4a7f1e0 @bep

Dependency Updates

Documentation

  • misc: Update Go version to 1.24.0 in README 291241595 @jmooring
  • Update README.md 01b0eda96 @bep
Source: README.md, updated 2025-08-27