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.toml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'config.toml') diff --git a/config.toml b/config.toml index 50e2007..8b90d6b 100644 --- a/config.toml +++ b/config.toml @@ -195,9 +195,21 @@ enableRobotsTXT = true baseName = "site" mediaType = "application/manifest+json" + [outputFormats.gallery] + baseName = "gallery" + mediaType = "text/html" + + [outputFormats.following] + baseName = "following" + mediaType = "text/html" + + [outputFormats.webring] + baseName = "webring" + mediaType = "text/html" + [outputs] home = ["html", "rss", "xslt.rss", "xslt.sitemap", "json", "authors", "sources", "browserconfig", "history", "records", "webmanifest"] - section = ["html", "rss"] + section = ["html", "rss", "gallery", "following", "webring"] taxonomy = ["html", "rss"] term = ["html", "rss"] page = ["html", "plain"] -- cgit v1.2.3