From 1e5d1cd82bf2dd8ff9dae038d2e710dfcd4f017a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Tue, 19 Nov 2024 10:28:46 +0100 Subject: [PATCH] Update minimum supported Hugo version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Kévin Commaille --- README.md | 2 +- config.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a0ba854e..91afa6c5 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ place after an MSC has been accepted, not as part of a proposal itself. 1. Install the extended version (often the OS default) of Hugo: . Note that at least Hugo - v0.117.0 is required. + v0.123.1 is required. Alternatively, use the Docker image at https://hub.docker.com/r/klakegg/hugo/. (The "extended edition" is required diff --git a/config.toml b/config.toml index 5315829c..d57b6a5b 100644 --- a/config.toml +++ b/config.toml @@ -133,7 +133,7 @@ sidebar_menu_compact = true [module] [module.hugoVersion] extended = true - min = "0.117.0" + min = "0.123.1" [[module.imports]] path = "github.com/matrix-org/docsy" disable = false