2022-01-10 08:51:00 -08:00
|
|
|
baseURL = "https://quartz.jzhao.xyz/"
|
2021-07-18 09:35:42 -04:00
|
|
|
languageCode = "en-us"
|
2021-07-18 13:02:53 -04:00
|
|
|
googleAnalytics = "G-XYFD95KB4J"
|
2021-07-18 11:54:00 -04:00
|
|
|
pygmentsUseClasses = true
|
2022-02-15 22:54:20 -05:00
|
|
|
relativeURLs = false
|
2021-07-22 15:27:38 -04:00
|
|
|
disablePathToLower = true
|
2021-07-19 18:02:16 -04:00
|
|
|
ignoreFiles = [
|
|
|
|
"/content/templates/*",
|
|
|
|
"/content/private/*",
|
|
|
|
]
|
2021-12-27 19:35:42 -05:00
|
|
|
summaryLength = 20
|
|
|
|
paginate = 10
|
2021-12-27 17:28:53 -05:00
|
|
|
enableGitInfo = true
|
2021-07-18 11:54:00 -04: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-23 14:32:47 -08:00
|
|
|
tabWidth = 4
|