aboutsummaryrefslogtreecommitdiff
path: root/config.json
diff options
context:
space:
mode:
Diffstat (limited to 'config.json')
-rw-r--r--config.json14
1 files changed, 12 insertions, 2 deletions
diff --git a/config.json b/config.json
index 25762ab..f4fad5d 100644
--- a/config.json
+++ b/config.json
@@ -203,10 +203,14 @@
"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",
@@ -240,7 +244,8 @@
"home": [
"html",
"rss",
- "xslt",
+ "xslt.rss",
+ "xslt.sitemap",
"json",
"authors",
"sources",
@@ -347,5 +352,10 @@
"target": "assets/public"
}
]
+ },
+ "sitemap": {
+ "changefreq": "weekly",
+ "filename": "sitemap.xml",
+ "priority": 0.5
}
}