From cec58c51f011b70d3270e91e3c8cc89675d0f653 Mon Sep 17 00:00:00 2001 From: Frieder Griesshammer Date: Sun, 1 Jan 2023 13:51:34 +0100 Subject: [PATCH] Adjust 'sitemap' and 'enableRobotsTXT' settings to match settings syntax from theme (a.k.a. add descriptions) --- config.yaml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/config.yaml b/config.yaml index 3564ceb..cf1d58c 100644 --- a/config.yaml +++ b/config.yaml @@ -132,8 +132,16 @@ menu: url: https://chaos.social/@dezentrale weight: 30 -sitemap: - changefreq: weekly - filename: sitemap.xml +# Enable generation of robots.txt enableRobotsTXT: true + +# Configure sitemap +sitemap: + # Values are 'always', 'hourly', 'daily',' weekly', 'monthly', 'yearly', + # and 'never'. Set to empty string to omit inclusion + changefreq: weekly + # Adjust filename of sitemap. (default: sitemap.xml) + filename: sitemap.xml + # Values range from 0.0 to 1.0. Set to -1 to omit inclusion + priority: -1