Silent Install HQ
ZIP WinGet

Hugo (Extended)

The Hugo Authors · 0.138.0 · 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

SHA256 130831eb83b80b8ad58e1e2af15132bdb1ffa1c611e4465f9d657a0bbb2155f6 VirusTotal ↗
Filename hugo_extended_0.138.0_windows-amd64.zip

Signature

Status Upload installer to verify signature

Installer Selection

WinGet Package

Package ID Hugo.Hugo.Extended
Version 0.138.0
Description The world’s fastest framework for building websites (with WebP encoding and Sass transpiling support)
License Apache-2.0
Release Notes This release soft deprecates Page.Scratch and aliases it to Page.Store. The only difference between the two has been that the Page.Scratch was reset on rebuilds, which becomes problematic when state is written by cached content (typically .Content). The original motivation behind adding a new and not changing the existing method was to avoid breakage, but in hind-sight, it would have fixed more than it broke. This release also includes a fix for a data race that I, @bep, introduced in v0.137.0.…