aboutsummaryrefslogtreecommitdiff
path: root/config.json
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-08-16 02:01:07 -0400
committertdro <tdro@noreply.example.com>2022-08-16 02:01:07 -0400
commitfb0eafd272a6cee9b8f9e380cd028f4edde18298 (patch)
treebcfea7c1cd10b4256cc5b2b062d68cbb0005db63 /config.json
parent59024e55e1dea279b8acad3a9a8d2403c8bf3028 (diff)
downloadcanory-fb0eafd272a6cee9b8f9e380cd028f4edde18298.tar.gz
canory-fb0eafd272a6cee9b8f9e380cd028f4edde18298.tar.bz2
canory-fb0eafd272a6cee9b8f9e380cd028f4edde18298.zip
themes/default/layouts/partials: Add plain text
Add plain text version of single. Enhance menu permalink ergonomics. Add href to date menu anchor.
Diffstat (limited to 'config.json')
-rw-r--r--config.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/config.json b/config.json
index 938286d..e7948bf 100644
--- a/config.json
+++ b/config.json
@@ -181,6 +181,10 @@
"baseName": "index",
"mediaType": "text/html"
},
+ "plain": {
+ "baseName": "index",
+ "mediaType": "text/plain"
+ },
"json": {
"baseName": "index",
"mediaType": "application/json"
@@ -248,7 +252,8 @@
"rss"
],
"page": [
- "html"
+ "html",
+ "plain"
]
},
"caches": {