summaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2019-10-16 16:11:35 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2019-10-16 16:11:35 +0200
commit530d55e2ab0d3b8452f7b2aaa3562948ac224b8a (patch)
tree94902514928a50bbc0af03638bbed900edcc3d87 /config.toml
parentc731b2b99314f223bb786e444c893d55c48f97ab (diff)
downloadwww-andreasbaumann-cc-530d55e2ab0d3b8452f7b2aaa3562948ac224b8a.tar.gz
www-andreasbaumann-cc-530d55e2ab0d3b8452f7b2aaa3562948ac224b8a.tar.bz2
added sitemap and reduced robots.txt to one file
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml6
1 files changed, 5 insertions, 1 deletions
diff --git a/config.toml b/config.toml
index 4480992..d53a229 100644
--- a/config.toml
+++ b/config.toml
@@ -76,4 +76,8 @@ category = "categories"
[outputs]
home = [ "HTML", "JSON"]
page = [ "HTML"]
-
+
+[sitemap]
+ changefreq = "monthly"
+ filename = "sitemap.xml"
+ priority = 0.5