quartz/config.toml

30 lines
666 B
TOML
Raw Normal View History

2021-07-18 16:35:42 +03:00
baseURL = "https://quartz.jzhao.xyz/"
languageCode = "en-us"
googleAnalytics = "G-XYFD95KB4J"
2021-07-18 18:54:00 +03:00
pygmentsUseClasses = true
relativeURLs = false
2021-07-22 22:27:38 +03:00
disablePathToLower = true
2021-07-20 01:02:16 +03:00
ignoreFiles = [
"/content/templates/*",
"/content/private/*",
]
2021-12-27 23:59:19 +03:00
summaryLength = 35
2021-12-28 01:28:53 +03:00
enableGitInfo = true
2021-07-18 18:54:00 +03: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"
2021-12-24 01:32:47 +03:00
tabWidth = 4