|
|
@ -12,6 +12,13 @@ enableGitInfo = true
|
|
|
|
[[module.imports]]
|
|
|
|
[[module.imports]]
|
|
|
|
path = 'github.com/panr/hugo-theme-terminal/v3'
|
|
|
|
path = 'github.com/panr/hugo-theme-terminal/v3'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[permalinks]
|
|
|
|
|
|
|
|
notes = "/:year/:month/:filename"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[taxonomies]
|
|
|
|
|
|
|
|
tag = "tags"
|
|
|
|
|
|
|
|
series = "series"
|
|
|
|
|
|
|
|
|
|
|
|
[params]
|
|
|
|
[params]
|
|
|
|
# dir name of your main content (default is `content/posts`).
|
|
|
|
# dir name of your main content (default is `content/posts`).
|
|
|
|
# the list of set content will show up on your index page (baseurl).
|
|
|
|
# the list of set content will show up on your index page (baseurl).
|
|
|
@ -98,3 +105,25 @@ enableGitInfo = true
|
|
|
|
identifier = "series"
|
|
|
|
identifier = "series"
|
|
|
|
name = "Showcase"
|
|
|
|
name = "Showcase"
|
|
|
|
url = "/series"
|
|
|
|
url = "/series"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[markup]
|
|
|
|
|
|
|
|
[markup.tableOfContents]
|
|
|
|
|
|
|
|
endLevel = 3
|
|
|
|
|
|
|
|
ordered = true
|
|
|
|
|
|
|
|
startLevel = 2
|
|
|
|
|
|
|
|
[markup.highlight]
|
|
|
|
|
|
|
|
noClasses = false
|
|
|
|
|
|
|
|
anchorLineNos = false
|
|
|
|
|
|
|
|
codeFences = true
|
|
|
|
|
|
|
|
guessSyntax = true
|
|
|
|
|
|
|
|
hl_Lines = ""
|
|
|
|
|
|
|
|
lineAnchors = ""
|
|
|
|
|
|
|
|
lineNoStart = 1
|
|
|
|
|
|
|
|
lineNos = true
|
|
|
|
|
|
|
|
lineNumbersInTable = true
|
|
|
|
|
|
|
|
style = "dracula"
|
|
|
|
|
|
|
|
[frontmatter]
|
|
|
|
|
|
|
|
lastmod = ["lastmod", ":git", "date", "publishDate"]
|
|
|
|
|
|
|
|
publishDate = ["publishDate", "date"]
|
|
|
|
|
|
|
|
[markup.goldmark.renderer]
|
|
|
|
|
|
|
|
unsafe = true
|
|
|
|