Silent Install HQ
ZIP WinGet

Hugo (Extended)

The Hugo Authors · 0.139.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 2092a9a3f41d0658e105a3f8a57a3c9ed409a1e45246cfb096a431ae03347671 VirusTotal ↗
Filename hugo_extended_0.139.0_windows-amd64.zip

Signature

Status Upload installer to verify signature

Installer Selection

WinGet Package

Package ID Hugo.Hugo.Extended
Version 0.139.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 is mostly about removing code that has been deprecated for a long time. This has been shown as an ERROR in the build log and failed the build for at least the last 6 minor Hugo versions, in most cases much longer. But this is also a full dependency refresh, and there are also some new stuff. For one, we added a -O flag to hugo server to open up the site in your browser after start. This is now my (@bep) shortcut to start the server: function h() { hugo server -F -O -N -D } Note -…