-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfig.toml
More file actions
59 lines (52 loc) · 1.34 KB
/
config.toml
File metadata and controls
59 lines (52 loc) · 1.34 KB
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
59
baseURL = 'https://hellupline.dev/'
title = 'hellupline notes'
languageCode = 'en-us'
themesDir = 'themes'
theme = 'book'
disableKinds = ['taxonomy', 'taxonomyTerm']
enableGitInfo = true
disablePathToLower = false
# googleAnalytics = 'UA-147048049-1'
# pygmentsStyle = 'monokailight'
# pygmentsCodeFences = true
# pygmentsUseClasses = false
[markup]
[markup.tableOfContents]
startLevel = 1
[markup.goldmark.renderer]
unsafe = true
[markup.highlight]
anchorLineNos = false
codeFences = true
guessSyntax = false
hl_Lines = ''
lineAnchors = ''
lineNoStart = 1
lineNos = false
lineNumbersInTable = true
noClasses = true
noHl = false
style = 'monokailight'
tabWidth = 4
[languages]
[languages.en]
languageName = 'English'
contentDir = 'content'
weight = 1
[menu]
# [[menu.before]]
[[menu.after]]
name = "Github"
url = "https://github.com/hellupline"
weight = 10
[params]
BookTheme = 'light'
BookToC = 3
# BookLogo = 'logo.png' # /static/logo.png
BookSection = 'docs'
BookRepo = 'https://github.com/hellupline/hellupline.github.io-source'
BookCommitPath = 'commit'
BookEditPath = 'edit/main/content'
BookDateFormat = 'Jan 2, 2006'
BookSearch = true
BookComments = false