rizaldy.club/config.toml

31 lines
679 B
TOML
Raw Normal View History

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