aboutsummaryrefslogtreecommitdiff
path: root/config.json
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-05-17 04:22:38 -0400
committertdro <tdro@noreply.example.com>2022-05-17 04:22:38 -0400
commitbf1d45824563376491c721d36051545fceb1c10a (patch)
tree645a7eadd705f7961f49a7737f2a3925f7652788 /config.json
parentefebd74d531e87d7dfb1bec88ab3969eae5c99c7 (diff)
downloadcanory-bf1d45824563376491c721d36051545fceb1c10a.tar.gz
canory-bf1d45824563376491c721d36051545fceb1c10a.tar.bz2
canory-bf1d45824563376491c721d36051545fceb1c10a.zip
themes/default/layouts/_default/rss: Style feed
Diffstat (limited to 'config.json')
-rw-r--r--config.json14
1 files changed, 13 insertions, 1 deletions
diff --git a/config.json b/config.json
index f800b12..e523e53 100644
--- a/config.json
+++ b/config.json
@@ -162,6 +162,13 @@
}
}
},
+ "mediaTypes": {
+ "application/xslt+xml": {
+ "suffixes": [
+ "xsl"
+ ]
+ }
+ },
"outputFormats": {
"html": {
"baseName": "index",
@@ -173,7 +180,11 @@
},
"rss": {
"baseName": "rss",
- "mediaType": "application/xml"
+ "mediaType": "application/rss+xml"
+ },
+ "rss-style": {
+ "baseName": "rss",
+ "mediaType": "application/xslt+xml"
},
"authors": {
"path": "authors",
@@ -208,6 +219,7 @@
"home": [
"html",
"rss",
+ "rss-style",
"json",
"authors",
"sources",