From fb0eafd272a6cee9b8f9e380cd028f4edde18298 Mon Sep 17 00:00:00 2001 From: tdro Date: Tue, 16 Aug 2022 02:01:07 -0400 Subject: themes/default/layouts/partials: Add plain text Add plain text version of single. Enhance menu permalink ergonomics. Add href to date menu anchor. --- config.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'config.toml') diff --git a/config.toml b/config.toml index 5171bd0..99fde46 100644 --- a/config.toml +++ b/config.toml @@ -128,6 +128,10 @@ enableRobotsTXT = true baseName = "index" mediaType = "text/html" + [outputFormats.plain] + baseName = "index" + mediaType = "text/plain" + [outputFormats.json] baseName = "index" mediaType = "application/json" @@ -173,7 +177,7 @@ enableRobotsTXT = true section = ["html", "rss"] taxonomy = ["html", "rss"] term = ["html", "rss"] - page = ["html"] + page = ["html", "plain"] [caches] -- cgit v1.2.3