aboutsummaryrefslogtreecommitdiff
path: root/config.yaml
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.yaml
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.yaml')
-rw-r--r--config.yaml12
1 files changed, 12 insertions, 0 deletions
diff --git a/config.yaml b/config.yaml
index a9c5b8b..897f781 100644
--- a/config.yaml
+++ b/config.yaml
@@ -169,6 +169,15 @@ outputFormats:
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:
home:
@@ -186,6 +195,9 @@ outputs:
section:
- html
- rss
+ - gallery
+ - following
+ - webring
taxonomy:
- html
- rss