You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
812 B
TOML

3 years ago
baseURL = "https://dhammacharts.org/quartz/"
languageCode = "en-us"
googleAnalytics = "G-XYFD95KB4J"
3 years ago
pygmentsUseClasses = true
relativeURLs = false
3 years ago
disablePathToLower = true
3 years ago
ignoreFiles = [
"/content/templates/*",
"/content/private/*",
]
summaryLength = 20
paginate = 10
enableGitInfo = true
3 years ago
[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"
tabWidth = 4
3 years ago
[frontmatter]
lastmod = ["lastmod", ":git", "date", "publishDate"]
3 years ago
publishDate = ["publishDate", "date"]