From 036d5bd8bd2bfc2a77c43f8dbfa8e90ae8ee8b76 Mon Sep 17 00:00:00 2001 From: tdro Date: Fri, 6 Jan 2023 03:57:02 -0500 Subject: themes/default/layouts/partials/author-list: Generate once Let it appear on second generation --- config.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'config.toml') 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"] -- cgit v1.2.3