aboutsummaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
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"]