aboutsummaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
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]