-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.toml
58 lines (49 loc) · 1.05 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
56
57
58
baseurl = "https://ntk148v.github.io/blog"
languageCode = "en-us"
theme = "book"
pygmentsCodefences = true
enableEmoji = true
enableGitInfo = true
[params]
BookTheme = 'auto'
BookRepo = 'https://github.com/ntk148v/blog'
BookComments = true
BookServiceWorker = true
BookDateFormat = 'Jan 02, 2006'
BookEditPath = 'edit/master'
BookCommitPath = 'commit'
# set all headings to their default size (depending on browser settings)
# it's set to `true` by default
# oneHeadingSize = false
[markup]
codeFences = true
noClasses = false
[markup.tableOfContents]
endLevel = 4
ordered = false
startLevel = 2
[markup.highlight]
style = "algol_nu"
noClasses = false
codeFences = true
guessSyntax = true
hl_Lines = ""
lineNoStart = 1
lineNos = false
lineNumbersInTable = true
tabWidth = 4
[markup.goldmark.renderer]
unsafe = true
[languages]
[languages.en]
languageName = "English"
title = "/home/kiennt"
[menu]
[[menu.after]]
name = "./notes/"
url = "https://ntk148v.github.io/notes"
weight = 10
[[menu.after]]
name = "./mammam/"
url = "https://ntk148v.github.io/mammam"
weight = 11