aboutsummaryrefslogtreecommitdiff
path: root/config.json
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-12-21 00:20:05 -0500
committertdro <tdro@noreply.example.com>2022-12-21 00:20:05 -0500
commit7f5c73bc0384f1a0ffec2701d4183e2208007b40 (patch)
tree16f170cea156fa4e2d904c2f5fdb704843d618d1 /config.json
parent2fb41a96097f335b3e5dbeb8dd0a2ad67bde2d3f (diff)
downloadcanory-7f5c73bc0384f1a0ffec2701d4183e2208007b40.tar.gz
canory-7f5c73bc0384f1a0ffec2701d4183e2208007b40.tar.bz2
canory-7f5c73bc0384f1a0ffec2701d4183e2208007b40.zip
themes/default/layouts/partials: Prevent feed fetches from multiplying0.11.9
By limiting to section. Add hugo option to version shortcode
Diffstat (limited to 'config.json')
-rw-r--r--config.json17
1 files changed, 16 insertions, 1 deletions
diff --git a/config.json b/config.json
index 883e120..4fd39bd 100644
--- a/config.json
+++ b/config.json
@@ -253,6 +253,18 @@
"webmanifest": {
"baseName": "site",
"mediaType": "application/manifest+json"
+ },
+ "gallery": {
+ "baseName": "gallery",
+ "mediaType": "text/html"
+ },
+ "following": {
+ "baseName": "following",
+ "mediaType": "text/html"
+ },
+ "webring": {
+ "baseName": "webring",
+ "mediaType": "text/html"
}
},
"outputs": {
@@ -271,7 +283,10 @@
],
"section": [
"html",
- "rss"
+ "rss",
+ "gallery",
+ "following",
+ "webring"
],
"taxonomy": [
"html",