From 1df9fd4e6ef6fd1a10d55a01c4e5dc38ec27abd5 Mon Sep 17 00:00:00 2001 From: Sebastien Larinier Date: Mon, 22 Jan 2024 15:54:20 +0100 Subject: [PATCH] Update hugo.toml --- hugo.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hugo.toml b/hugo.toml index e15af3a..a63ba6a 100644 --- a/hugo.toml +++ b/hugo.toml @@ -4,6 +4,11 @@ SectionPagesMenu = "main" defaultContentLanguage = "fr" theme = "gohugo-theme-ananke" site_logo = "images/M82_N.jpg" + +[sitemap] + changefreq = "monthly" + priority = 0.5 + filename = "sitemap.xml" [languages] [languages.en] title = "M82 Project"