From 7f5c73bc0384f1a0ffec2701d4183e2208007b40 Mon Sep 17 00:00:00 2001 From: tdro Date: Wed, 21 Dec 2022 00:20:05 -0500 Subject: themes/default/layouts/partials: Prevent feed fetches from multiplying By limiting to section. Add hugo option to version shortcode --- config.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'config.yaml') 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 -- cgit v1.2.3