-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.toml
55 lines (49 loc) · 1.3 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
44
45
46
47
48
49
50
51
52
53
54
55
baseURL = "https://younsl.github.io"
title = "younsl"
theme = "nostyleplease"
languageCode = "en-US"
disableKinds = ["taxonomy", "term"]
ignoreLogs = ['warning-goldmark-raw-html']
[module]
[module.hugoVersion]
extended = true
min = "0.41.0"
[markup]
[markup.goldmark]
[markup.goldmark.parser]
[markup.goldmark.parser.attribute]
block = true
title = true
[markup.highlight]
anchorLineNos = true
codeFences = true
guessSyntax = true
hl_Lines = ''
hl_inline = false
lineAnchors = ''
lineNoStart = 1
lineNos = false
lineNumbersInTable = true
noClasses = true
noHl = false
style = 'rrt'
tabWidth = 4
[markup.tableOfContents]
startLevel = 2
endLevel = 3
ordered = false
[params]
[params.theme_config]
appearance = "dark"
back_home_text = ".."
date_format = "2006-01-02"
isListGroupByDate = false
isShowFooter = false
titleLinkEnable = true
titleLink = "/about"
[[params.entries]]
[params.entries.post_list]
limit = 0
show_more = false
show_more_text = ""
show_more_url = ""