quartz/config.toml

31 lines
679 B
TOML
Raw Normal View History

2022-01-10 19:51:00 +03:00
baseURL = "https://quartz.jzhao.xyz/"
2021-07-18 16:35:42 +03:00
languageCode = "en-us"
googleAnalytics = "G-XYFD95KB4J"
2021-07-18 18:54:00 +03:00
pygmentsUseClasses = true
2022-01-06 03:42:13 +03:00
relativeURLs = true
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-28 03:35:42 +03:00
summaryLength = 20
paginate = 10
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