quartz/config.toml
Adam Gospodarczyk 03a3a446bd Update URL
2022-04-26 17:02:24 +02:00

31 lines
676 B
TOML

baseURL = "https://iceener.github.io/quartz/"
languageCode = "en-us"
googleAnalytics = ""
pygmentsUseClasses = true
relativeURLs = false
disablePathToLower = true
ignoreFiles = [
"/content/templates/*",
"/content/private/*",
]
summaryLength = 20
paginate = 10
enableGitInfo = true
[markup]
[markup.tableOfContents]
endLevel = 3
ordered = true
startLevel = 2
[markup.highlight]
anchorLineNos = false
codeFences = true
guessSyntax = true
hl_Lines = ""
lineAnchors = ""
lineNoStart = 1
lineNos = true
lineNumbersInTable = true
style = "dracula"
tabWidth = 4