From 530d55e2ab0d3b8452f7b2aaa3562948ac224b8a Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Wed, 16 Oct 2019 16:11:35 +0200 Subject: added sitemap and reduced robots.txt to one file --- config.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'config.toml') 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 -- cgit v1.2.3-54-g00ecf