aboutsummaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml13
1 files changed, 11 insertions, 2 deletions
diff --git a/config.toml b/config.toml
index e8e9778..ce885d1 100644
--- a/config.toml
+++ b/config.toml
@@ -146,10 +146,14 @@ enableRobotsTXT = true
baseName = "rss"
mediaType = "application/rss+xml"
- [outputFormats.xslt]
+ [outputFormats."xslt.rss"]
baseName = "rss"
mediaType = "application/xslt+xml"
+ [outputFormats."xslt.sitemap"]
+ baseName = "sitemap"
+ mediaType = "application/xslt+xml"
+
[outputFormats.authors]
path = "authors"
baseName = "index"
@@ -179,7 +183,7 @@ enableRobotsTXT = true
mediaType = "application/manifest+json"
[outputs]
- home = ["html", "rss", "xslt", "json", "authors", "sources", "browserconfig", "history", "records", "webmanifest"]
+ home = ["html", "rss", "xslt.rss", "xslt.sitemap", "json", "authors", "sources", "browserconfig", "history", "records", "webmanifest"]
section = ["html", "rss"]
taxonomy = ["html", "rss"]
term = ["html", "rss"]
@@ -264,3 +268,8 @@ enableRobotsTXT = true
[[module.mounts]]
source = "public"
target = "assets/public"
+
+[sitemap]
+ changefreq = "weekly"
+ filename = "sitemap.xml"
+ priority = 0.5