aboutsummaryrefslogtreecommitdiff
path: root/config.toml
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.toml
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.toml')
-rw-r--r--config.toml14
1 files changed, 13 insertions, 1 deletions
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"]