-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
46 lines (41 loc) · 838 Bytes
/
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
baseURL = '/'
languageCode = 'en-us'
title = 'OpenPunk'
enableGitInfo = true
[params]
onion = 'http://opnpnk6eutjiqy4ndpyvwxd5pncj2g2cmz6fkocr5uh3omnn4utvspad.onion'
sourcerepo = 'https://github.com/CPunch/openpunk'
[markup]
[markup.highlight]
anchorLineNos = true
codeFences = true
guessSyntax = true
hl_Lines = ''
noClasses = true
style = 'monokai'
tabWidth = 4
[markup.goldmark.renderer]
unsafe = true
[imaging]
quality = 50
[menu]
[[menu.main]]
name = "Home"
url = "/"
weight = 1
[[menu.main]]
name = "Blog"
url = "/pages/"
weight = 2
[[menu.main]]
name = "Journal"
url = "/journal/"
weight = 3
[[menu.main]]
name = "Tags"
url = "/tags/"
weight = 4
[[menu.main]]
name = "Gitea"
url = "https://git.openpunk.com"
weight = 5