aboutsummaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2023-05-08 20:33:46 -0400
committertdro <tdro@noreply.example.com>2023-06-01 19:39:07 -0400
commit93cb45a3d815c193ae9386de2834e6a1214c7e20 (patch)
tree3f71c21ec447b0db0c08061a5d72a4e5e0c1d188 /config.toml
parent93cd009b142782d138fbf746b1145dcb362b0c54 (diff)
downloadcanory-93cb45a3d815c193ae9386de2834e6a1214c7e20.tar.gz
canory-93cb45a3d815c193ae9386de2834e6a1214c7e20.tar.bz2
canory-93cb45a3d815c193ae9386de2834e6a1214c7e20.zip
themes/default/layouts/_default: Add single embed
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]