Compare commits

..

2 Commits

Author SHA1 Message Date
80cdbc9e16 allow git in sec 2026-04-01 06:53:33 +00:00
453f866a3c glastmod priority change 2026-04-01 06:41:41 +00:00

View File

@@ -11,6 +11,7 @@ summaryLength = 5
buildDrafts = true buildDrafts = true
buildFuture = true buildFuture = true
enableEmoji = true enableEmoji = true
enableGitInfo = true
[taxonomies] [taxonomies]
tag = "tags" tag = "tags"
@@ -27,9 +28,8 @@ enableEmoji = true
home = ["HTML", "RSS", "JSON"] home = ["HTML", "RSS", "JSON"]
[frontmatter] [frontmatter]
lastmod = [":git", ":filemod", "default"] # Order of priority for the .Lastmod date
lastmod = [":git", ":fileModTime", "lastmod", "date", "publishDate"]
enableGitInfo = true
[markup.tableOfContents] [markup.tableOfContents]
endLevel = 3 endLevel = 3
@@ -57,4 +57,4 @@ enableGitInfo = true
"os.ReadDir" = [".*"] "os.ReadDir" = [".*"]
[security.exec] [security.exec]
# Hugo must be allowed to run the asciidoctor binary # Hugo must be allowed to run the asciidoctor binary
allow = ["^asciidoctor$"] allow = ['^git$', '^go$', '^npx$', '^postcss$', '^asciidoctor$']