UNCLASSIFIED - NO CUI

Skip to content

Update dependency gohugoio/hugo to v0.94.0

renovate requested to merge renovate/gohugoio-hugo-0.x into development

This MR contains the following updates:

Package Type Update Change
gohugoio/hugo ironbank-github minor v0.93.3 -> v0.94.0
gohugoio/hugo minor v0.93.3 -> v0.94.0

Release Notes

gohugoio/hugo

v0.94.0

Compare Source

Up to 20% reduction in build time and memory usage. That is the sales pitch for this release. In reality it depends a little (e.g. on how big and complex your site is), but we have benchmarks and real site tests that show impressive improvements. It was @​quasilyte (see #​9386) who tipped us about this potential. He had tested it with the digitalgov.gov website with about ~20% speedup.

Continuing on the performance theme, @​satotake has implemented a new hybrid static filesystem for Hugo's development server, which is great for sites with lots of static content, as it greatly reduces memory consumption while still keeping the fast render times by writing dynamic content to memory (the definition of static content in Hugo is all files mounted in /static and all files in /content that's not content files or a member of a content bundle). With this update, there are now 3 filesystem options when starting the server:

  1. `hugo server´ (default), renders to and serves all files from memory.
  2. hugo server --renderToDisk, renders to and serves all files from disk.
  3. hugo server --renderStaticToDisk (the new hybrid mode), renders to and serves static files from disk, dynamic files from memory.

A final note goes to the new linkifyProtocol option in the Goldmark Configuration (see #​9639). The linkify extension is enabled by default. It turns www.example.org and similar into clickable links. But before this release, the default protocol used was http. This is in line with the CommonMark spec, but it doesn't make much sense in 2021, so now you get https as the default.

This release represents 38 contributions by 4 contributors to the main Hugo code base.@​bep leads the Hugo development with a significant amount of contributions, but also a big shoutout to @​dependabot[bot], @​jmooring, and @​satotake for their ongoing contributions. And thanks to @​digitalcraftsman for his ongoing work on keeping the themes site in pristine condition.

Many have also been busy writing and fixing the documentation in hugoDocs, which has received 3 contributions by 2 contributors.

Hugo now has:

Notes
Changes

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about these updates again.


  • If you want to rebase/retry this MR, click this checkbox.

This MR has been generated by Renovate Bot.

Merge request reports