From 35fc18f36d33a32f5f18f079c0c954167899fbcd Mon Sep 17 00:00:00 2001 From: leecalcote Date: Tue, 3 Sep 2024 22:50:33 -0500 Subject: [PATCH] chore: Update hugoVersion module to minimum version 0.134.0 and add sitemap configuration Signed-off-by: leecalcote --- hugo.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/hugo.toml b/hugo.toml index 677507c7..52fc24bd 100644 --- a/hugo.toml +++ b/hugo.toml @@ -311,10 +311,15 @@ enable = false # replacements = "github.com/google/docsy -> ../../docsy" [module.hugoVersion] extended = true - min = "0.110.0" + min = "0.134.0" [[module.imports]] path = "github.com/google/docsy" disable = false [[module.imports]] path = "github.com/google/docsy/dependencies" disable = false + +[sitemap] + changefreq = "daily" + filename = "sitemap.xml" + priority = 0.5