-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.toml
40 lines (36 loc) · 935 Bytes
/
hugo.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
baseURL = 'https://visimp.teapot.ovh'
languageCode = 'en-us'
theme = "hugo-book"
title = 'visimp'
enableGitInfo = true
[markup]
[markup.goldmark.extensions]
[markup.goldmark.extensions.passthrough]
enable = true
[markup.goldmark.extensions.passthrough.delimiters]
block = [['\[', '\]'], ['$$', '$$']]
inline = [['\(', '\)'], ['$', '$']]
[markup.highlight]
anchorLineNos = false
codeFences = true
guessSyntax = false
hl_Lines = ''
hl_inline = false
lineAnchors = ''
lineNoStart = 1
lineNos = false
lineNumbersInTable = true
noClasses = true
noHl = false
style = 'gruvbox'
tabWidth = 2
[menu]
[[menu.after]]
name = "Source"
url = "https://github.com/visimp"
weight = 10
[params]
BookCommitPath = 'commit'
# BookEditPath = 'edit/main/' # one content/ folder too many
BookTheme = 'auto'
BookRepo = 'https://github.com/visimp/visimp'