forked from jackyzha0/quartz
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.toml
32 lines (31 loc) · 814 Bytes
/
config.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
baseURL = "https://brandonkboswell.com"
# baseURL = "http://localhost:8000"
languageCode = "en-us"
googleAnalytics = "G-V9PR00CYK8"
pygmentsUseClasses = true
relativeURLs = false
disablePathToLower = true
summaryLength = 100
pluralizeListTitles = false
paginate = 30
enableGitInfo = true
rssLimit = 25
[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
[frontmatter]
lastmod = ["lastmod", ":git", "date", "publishDate"]
publishDate = ["publishDate", "date"]