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 13466fe..a5deead 100644
--- a/config.toml
+++ b/config.toml
@@ -131,6 +131,10 @@ enableRobotsTXT = true
baseName = "index"
mediaType = "text/html"
+ [outputFormats.embed]
+ baseName = "embed"
+ mediaType = "text/html"
+
[outputFormats.plain]
baseName = "index"
mediaType = "text/plain"
@@ -195,7 +199,7 @@ enableRobotsTXT = true
section = ["html", "rss", "gallery", "following", "webring"]
taxonomy = ["html", "rss"]
term = ["html", "rss"]
- page = ["html", "plain"]
+ page = ["html", "plain", "embed"]
[caches]