← Package directory
Available on winget

Install Hugo (Extended)

The world’s fastest framework for building websites (with WebP encoding and Sass transpiling support)

Install with winget
winget install --id Hugo.Hugo.Extended
Upgrade
winget upgrade --id Hugo.Hugo.Extended
Uninstall
winget uninstall --id Hugo.Hugo.Extended

About Hugo (Extended)

Hugo is one of the most popular open-source static site generators. With its amazing speed and flexibility, Hugo makes building websites fun again. Hugo is available in two flavors: standard and extended. With the extended flavor you can: - Encode WebP images (decoding is also available in the standard build) - Transpile Sass to CSS using the embedded LibSass transpiler

What's new in 0.163.3

What's Changed - markup/highlight: Escape lang in default code block rendering ce1a7e0b @bep - parser/pageparser: Preserve non-ASCII whitespace after e.g. summary divider 70a9068a @bep - resources: Support babel/postcss config variants 9d66d513 @jmooring #15039 #15040 #15043 - hugolib: Fix page/section name collision regression f0133466 @jmooring #15046

Read release notes

Version history

Version Updated Notes
0.163.3 Unknown What's Changed - markup/highlight: Escape lang in default code block rendering ce1a7e0b @bep - parser/pageparser: Preserve non-ASCII whitespace after e.g. summary divider 70a9068a @bep - resources: Support babel/postcss...
0.163.2 Unknown What's Changed - Continue resolving on ERR_ACCESS_DENIED in Node's resolver 134674f0 @bep #15041 - markup: Standardize behavior when external converters are missing 147f605f @jmooring #14222
0.163.1 Unknown What's Changed - build(deps): bump golang.org/x/image from 0.41.0 to 0.42.0 93c8c7d3 @dependabot[bot] - Fix multi --renderSegments merge behavior 95e5e9f4 @bep #15024 - security: Normalize integer IPv4 host encodings in...
0.163.0 Unknown Improvements - resources/jsconfig: Remove deprecated baseUrl setting ff2903a9 @bep #14991 #14996 - all: Adjust tests for deprecated link and image render hook settings ca68936d @jmooring - all: Run go fix ./... 781fabf4...
0.162.1 Unknown What's Changed - modules/npm: Fix false stale warning after npm pack 59f35cd9 @jmooring #14959 - Revert "tpl/collections: Make dict return nil when no values are provided" c2709750 @bep #14958 - tpl/time: Fix locale-spec...
0.162.0 Unknown Bug fixes - hugolib: Fix Page.GitInfo for modules with go.mod in a repo subdirectory df542191 @bep #14942 - Fix typo in CONTRIBUTING.md 4bc7caea @bep - resources: Fix the :counter placeholder 5d51b82a @jmooring #14921 -...
0.161.1 Unknown What's Changed - resources: Honor Retry-After header in resources.GetRemote retries c4eba928 @bep #14828 - warpc: Move to parson.c in https://github.com/kgabis/parson 8b40a96b @bep #14823 - config/security: Add AllowChil...
0.161.0 Unknown This release contains two security hardening fixes: - We now run the Node tools PostCSS, Babel and TailwindCSS with the --permission with permissions defined in security.node.permissions. This means that you need Node >=...
0.160.1 Unknown What's Changed - Fix panic when passthrough elements are used in headings 8b00030b @bep #14677 - Fix panic on edit of legacy mapped template names that's also a valid path in the new setup c4855167 @bep #14740 - Fix Rend...
0.160.0 Unknown Bug fixes - Fix some recently introduced Position issues 4e91e14c @bep #14710 - markup/goldmark: Fix double-escaping of ampersands in link URLs dc9b51d2 @bep #14715 - tpl: Fix stray quotes from partial decorator in scrip...
0.159.2 Unknown Note that the security fix below is not a potential threat if you either: - Trust your Markdown content files. - Have custom render hook template for links and images. What's Changed - Fix potential content XSS by escapi...
0.159.1 Unknown What's Changed - minifiers: Keep x-bind and blank namespace in SVG minification 42289d76 @bep #14669
0.159.0 Unknown This release greatly improves and simplifies management of Node.js/npm dependencies in a multi-module setup. See this page for more information. Note - Replace deprecated site.Data with hugo.Data in tests a8fca598 @bep -...
0.158.0 Unknown This release adds css.Build, native and very fast bundling/transformation/minifying of CSS resources. Also see the new strings.ReplacePair, a very fast option if you need to do many string replacements. Note - Upgrade to...
0.157.0 Unknown The notable new feature is GitInfo support for Hugo Modules. See this repo for a runnable demo where multiple versions of the same content is mounted into different versions. Bug fixes - Fix menu pageRef resolution in mu...
0.156.0 Unknown This release brings significant speedups of collections.Where and collections.Sort – but this is mostly a "spring cleaning" release, to make the API cleaner and simpler to understand/document. Deprecated - Site.AllPages...
0.155.3 Unknown What's Changed - hugolib: Don't render default site redirect for non-primary isHTML output formats 6ac7d081 @bep #14482 - server: Fix stuck server global error logging 24eb84f8 @bep #14469 - build(deps): bump github.com/...
0.155.2 Unknown Note that the bug fix below is for the two new dimensions introduced in v0.153.0 (version and role), multiple languages worked fine. Also, changes to the first version and role also worked, which had me head-scratching f...
0.155.1 Unknown What's Changed - Fix image DecodeConfig regression of WebP images from file cache b5d43cdc @bep #14453 - resources/images: Fix WebP useSharpYuv being ignored b1e1eede @jmooring #14449 - tpl/tplimpl: Remove failing Twitte...
0.155.0 Unknown Some notable new things in this release are: - Improvements to how versions are handled: We now support version (and also for the other dimension) range queries (e.g. >= v1.0.0), and we now cache Go module version querie...