Compare commits
2 Commits
32039ae42c
...
80cdbc9e16
| Author | SHA1 | Date | |
|---|---|---|---|
| 80cdbc9e16 | |||
| 453f866a3c |
@@ -11,6 +11,7 @@ summaryLength = 5
|
||||
buildDrafts = true
|
||||
buildFuture = true
|
||||
enableEmoji = true
|
||||
enableGitInfo = true
|
||||
|
||||
[taxonomies]
|
||||
tag = "tags"
|
||||
@@ -27,9 +28,8 @@ enableEmoji = true
|
||||
home = ["HTML", "RSS", "JSON"]
|
||||
|
||||
[frontmatter]
|
||||
lastmod = [":git", ":filemod", "default"]
|
||||
|
||||
enableGitInfo = true
|
||||
# Order of priority for the .Lastmod date
|
||||
lastmod = [":git", ":fileModTime", "lastmod", "date", "publishDate"]
|
||||
|
||||
[markup.tableOfContents]
|
||||
endLevel = 3
|
||||
@@ -57,4 +57,4 @@ enableGitInfo = true
|
||||
"os.ReadDir" = [".*"]
|
||||
[security.exec]
|
||||
# Hugo must be allowed to run the asciidoctor binary
|
||||
allow = ["^asciidoctor$"]
|
||||
allow = ['^git$', '^go$', '^npx$', '^postcss$', '^asciidoctor$']
|
||||
|
||||
Reference in New Issue
Block a user