We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fc7e7a commit 121d1aeCopy full SHA for 121d1ae
config.toml renamed to hugo.toml
@@ -4,6 +4,16 @@ theme = "hugo-docs"
4
5
disableKinds = ["taxonomy"]
6
ignoreErrors = ["error-disable-taxonomy"]
7
+# Enable Git info for lastmod dates
8
+enableGitInfo = true
9
+
10
+[frontmatter]
11
+ lastmod = [":git", "lastmod", "date", "publishDate"]
12
13
+[sitemap]
14
+ changefreq = "weekly"
15
+ priority = 0.5
16
+ filename = "sitemap.xml"
17
18
[markup.goldmark.renderer]
19
unsafe = true
0 commit comments