From 535eebdf522c763359c274e83cd7e651b0d007b1 Mon Sep 17 00:00:00 2001 From: minikube-bot Date: Sat, 21 Mar 2026 08:04:09 +0000 Subject: [PATCH] Site: Update hugo from v0.157.0 to v0.158.0 --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 988bf5879c..53e0c40282 100644 --- a/netlify.toml +++ b/netlify.toml @@ -7,7 +7,7 @@ command = "pwd && cd themes/docsy && npm install && git submodule update -f --in # node Active LTS NODE_VERSION = "20.20.0" # https://github.com/gohugoio/hugo/releases -HUGO_VERSION = "v0.157.0" +HUGO_VERSION = "v0.158.0" [context.production.environment] HUGO_ENV = "production"