ar.falsy.cat/config.toml

27 lines
624 B
TOML
Raw Normal View History

2021-07-18 13:35:42 +00:00
baseURL = "https://quartz.jzhao.xyz/"
languageCode = "en-us"
googleAnalytics = "G-XYFD95KB4J"
2021-07-18 15:54:00 +00:00
pygmentsUseClasses = true
2021-07-22 19:27:38 +00:00
relativeURLs = true
disablePathToLower = true
2021-07-19 22:02:16 +00:00
ignoreFiles = [
"/content/templates/*",
"/content/private/*",
]
2021-07-18 15:54:00 +00:00
[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