aboutsummaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml6
1 files changed, 5 insertions, 1 deletions
diff --git a/config.toml b/config.toml
index 8b90d6b..1e93e57 100644
--- a/config.toml
+++ b/config.toml
@@ -172,6 +172,10 @@ enableRobotsTXT = true
baseName = "index"
mediaType = "text/html"
+ [outputFormats."authors.section"]
+ baseName = "authors"
+ mediaType = "text/html"
+
[outputFormats.history]
path = "archives/messages"
baseName = "index"
@@ -208,7 +212,7 @@ enableRobotsTXT = true
mediaType = "text/html"
[outputs]
- home = ["html", "rss", "xslt.rss", "xslt.sitemap", "json", "authors", "sources", "browserconfig", "history", "records", "webmanifest"]
+ home = ["html", "rss", "xslt.rss", "xslt.sitemap", "json", "authors", "authors.section", "sources", "browserconfig", "history", "records", "webmanifest"]
section = ["html", "rss", "gallery", "following", "webring"]
taxonomy = ["html", "rss"]
term = ["html", "rss"]