From b79d9e5b7df40348f88c95a592b6449ab930535c Mon Sep 17 00:00:00 2001 From: Hamcha Date: Sun, 17 Sep 2023 02:16:32 +0200 Subject: [PATCH] add sitemap changefreq --- config.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config.toml b/config.toml index 19c3c0d..c45f004 100644 --- a/config.toml +++ b/config.toml @@ -8,3 +8,8 @@ description = 'Ramblings and analysis of one random software developer' [related] includeNewer = true + +[sitemap] +changeFreq = 'weekly' +filename = 'sitemap.xml' +priority = -1