aboutsummaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2023-01-06 03:57:02 -0500
committertdro <tdro@noreply.example.com>2023-01-06 04:16:39 -0500
commit036d5bd8bd2bfc2a77c43f8dbfa8e90ae8ee8b76 (patch)
tree7550133ef57e7ff86a5db9a0195266cc92dcce56 /config.toml
parent6f40c9a8d7263f82eb97009897502588f7236ce2 (diff)
downloadcanory-036d5bd8bd2bfc2a77c43f8dbfa8e90ae8ee8b76.tar.gz
canory-036d5bd8bd2bfc2a77c43f8dbfa8e90ae8ee8b76.tar.bz2
canory-036d5bd8bd2bfc2a77c43f8dbfa8e90ae8ee8b76.zip
themes/default/layouts/partials/author-list: Generate once0.11.10
Let it appear on second generation
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"]