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.yaml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config.yaml') diff --git a/config.yaml b/config.yaml index 5cdc657..b14283e 100644 --- a/config.yaml +++ b/config.yaml @@ -116,6 +116,9 @@ outputFormats: html: baseName: index mediaType: text/html + plain: + baseName: index + mediaType: text/plain json: baseName: index mediaType: application/json @@ -171,6 +174,7 @@ outputs: - rss page: - html + - plain caches: assets: -- cgit v1.2.3