You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
50 lines
1.1 KiB
TOML
50 lines
1.1 KiB
TOML
baseURL = "https://notes.ndumas.com"
|
|
languageCode = "en-us"
|
|
pygmentsUseClasses = true
|
|
enableRecentNotes = true
|
|
relativeURLs = false
|
|
disablePathToLower = true
|
|
ignoreFiles = [
|
|
"/content/templates/*",
|
|
"/content/private/*",
|
|
"Resources/templates/.*",
|
|
"Areas/.*",
|
|
"Projects/.*",
|
|
]
|
|
summaryLength = 20
|
|
paginate = 10
|
|
enableGitInfo = true
|
|
copyright = 'This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.'
|
|
|
|
[author]
|
|
name = "Nick Dumas"
|
|
|
|
[params]
|
|
analyticsURL = "analytics.ndumas.com"
|
|
|
|
[taxonomies]
|
|
tag = "tags"
|
|
series = "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
|