Update minimum supported Hugo version

Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
Kévin Commaille 2024-11-19 10:28:46 +01:00 committed by Richard van der Hoff
parent 35c53cecdb
commit 1e5d1cd82b
2 changed files with 2 additions and 2 deletions

View file

@ -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:
<https://gohugo.io/getting-started/installing>. 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

View file

@ -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