aboutsummaryrefslogtreecommitdiff
path: root/config.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'config.yaml')
-rw-r--r--config.yaml13
1 files changed, 11 insertions, 2 deletions
diff --git a/config.yaml b/config.yaml
index 5dbe841..3177b5a 100644
--- a/config.yaml
+++ b/config.yaml
@@ -131,9 +131,12 @@ outputFormats:
rss:
baseName: rss
mediaType: application/rss+xml
- xslt:
+ xslt.rss:
baseName: rss
mediaType: application/xslt+xml
+ xslt.sitemap:
+ baseName: sitemap
+ mediaType: application/xslt+xml
authors:
path: authors
baseName: index
@@ -161,7 +164,8 @@ outputs:
home:
- html
- rss
- - xslt
+ - xslt.rss
+ - xslt.sitemap
- json
- authors
- sources
@@ -231,3 +235,8 @@ module:
target: data/authors
- source: public
target: assets/public
+
+sitemap:
+ changefreq: weekly
+ filename: sitemap.xml
+ priority: 0.5