Compare commits
2 Commits
32039ae42c
...
80cdbc9e16
| Author | SHA1 | Date | |
|---|---|---|---|
| 80cdbc9e16 | |||
| 453f866a3c |
@@ -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$']
|
||||||
|
|||||||
Reference in New Issue
Block a user