We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 239fab0 commit ba2b185Copy full SHA for ba2b185
config.toml
@@ -36,3 +36,14 @@ site_domain = "datatrustmanifesto.org"
36
name = "Slack"
37
url = "https://join.slack.com/t/datatrustengineering/shared_invite/zt-3br05le6v-pxGSBeJGLpVgOsNM9ejGuw"
38
weight = 5
39
+
40
+# Disable Hugo's automatic sitemap generation
41
+[outputs]
42
+ home = ["HTML"]
43
+ page = ["HTML"]
44
+ section = ["HTML"]
45
+ taxonomy = ["HTML"]
46
+ term = ["HTML"]
47
48
+# Disable RSS feeds and other auto-generated content
49
+disableKinds = ["RSS", "sitemap", "taxonomy", "term"]
0 commit comments