From 8b9e994d05beb4b314f1168684135b5902ab7ecf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20B=C3=B6hm?= Date: Mon, 19 Dec 2022 17:42:41 +0100 Subject: [PATCH] Change sitemap settings, enabled robots.txt generation --- config.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/config.yaml b/config.yaml index 0d04d2f..5e51275 100644 --- a/config.yaml +++ b/config.yaml @@ -98,7 +98,6 @@ menu: url: /posts/ weight: 20 - # Define the entries for post metadata # Identifiers should match with the taxonomy entries meta: @@ -133,3 +132,9 @@ menu: name: Mastodon url: https://chaos.social/@dezentrale weight: 30 + +sitemap: + changefreq: monthly + filename: sitemap.xml + +enableRobotsTXT: true