ar.falsy.cat/config.toml

35 lines
837 B
TOML
Raw Normal View History

2022-06-02 06:45:44 +00:00
baseURL = "https://quartz.jzhao.xyz/"
2021-07-18 13:35:42 +00:00
languageCode = "en-us"
googleAnalytics = "G-XYFD95KB4J"
2022-02-16 03:54:20 +00:00
relativeURLs = false
2021-07-22 19:27:38 +00:00
disablePathToLower = true
2021-07-19 22:02:16 +00:00
ignoreFiles = [
"/content/templates/*",
"/content/private/*",
]
2021-12-28 00:35:42 +00:00
summaryLength = 20
paginate = 10
2021-12-27 22:28:53 +00:00
enableGitInfo = true
2021-07-18 15:54:00 +00:00
[markup]
[markup.tableOfContents]
endLevel = 3
ordered = true
startLevel = 2
[markup.highlight]
2022-07-12 21:37:10 +00:00
noClasses = false
2021-07-18 15:54:00 +00:00
anchorLineNos = false
codeFences = true
guessSyntax = true
hl_Lines = ""
lineAnchors = ""
lineNoStart = 1
lineNos = true
lineNumbersInTable = true
style = "dracula"
2022-05-03 05:51:15 +00:00
[frontmatter]
lastmod = ["lastmod", ":git", "date", "publishDate"]
2022-06-01 19:15:44 +00:00
publishDate = ["publishDate", "date"]
[markup.goldmark.renderer]
unsafe = true