-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
43 lines (41 loc) · 1.03 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
baseURL = "https://dummy.dummy"
languageCode = "en"
defaultContentLanguage = 'en'
relativeURLs = false
disablePathToLower = true
# ignoreFiles = [
# "/content/templates/*",
# "/content/private/*",
# ]
summaryLength = 25
paginate = 10
enableGitInfo = false
disableAliases = true # compatable with obsidian alias
# url management
[permalinks]
# put posts as root link
'/' = '/:filename/'
[markup]
[markup.tableOfContents]
endLevel = 5
ordered = true
startLevel = 2
[markup.highlight]
noClasses = false
anchorLineNos = false
codeFences = true
guessSyntax = true
hl_Lines = ""
lineAnchors = ""
lineNoStart = 1
lineNos = false
lineNumbersInTable = true
style = "nord"
[frontmatter]
lastmod = ["lastmod", ":git", "date", "publishDate"]
publishDate = ["publishDate", "date"]
[markup.goldmark.renderer]
unsafe = true
hardWraps = true
[markup.goldmark.extensions]
typographer = true