aboutsummaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-08-16 02:01:07 -0400
committertdro <tdro@noreply.example.com>2022-08-16 02:01:07 -0400
commitfb0eafd272a6cee9b8f9e380cd028f4edde18298 (patch)
treebcfea7c1cd10b4256cc5b2b062d68cbb0005db63 /config.toml
parent59024e55e1dea279b8acad3a9a8d2403c8bf3028 (diff)
downloadcanory-fb0eafd272a6cee9b8f9e380cd028f4edde18298.tar.gz
canory-fb0eafd272a6cee9b8f9e380cd028f4edde18298.tar.bz2
canory-fb0eafd272a6cee9b8f9e380cd028f4edde18298.zip
themes/default/layouts/partials: Add plain text
Add plain text version of single. Enhance menu permalink ergonomics. Add href to date menu anchor.
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 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]