-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.toml
48 lines (43 loc) · 1.31 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
languageCode = "en-us"
title = "docs.benjamin-altpeter.de"
theme = "docdockdoc"
pygmentsCodeFences = true
pygmentsCodeFencesGuessSyntax = true
pygmentsUseClasses = true
enableGitInfo = true
pluralizeListTitles = false
preserveTaxonomyNames = true
canonifyURLs = true
[Author]
name = "Benjamin Altpeter"
email = "hi@bn.al"
[params]
editURL = "https://github.com/baltpeter/docs/edit/master/content/"
historyURL = "https://github.com/baltpeter/docs/commits/master/content/"
ordersectionsby = "weight"
disableSearch = false
[markup.goldmark.renderer]
unsafe = true
[outputs]
home = [ "HTML", "RSS", "JSON"]
[[menu.shortcuts]]
name = "<i class='fa fa-arrow-left rm-10'></i><label>back to benjamin-altpeter.de</label>"
identifier = "back"
url = "https://benjamin-altpeter.de"
pre = "<hr>"
weight = 0
[[menu.shortcuts]]
name = "<i class='fa fa-github rm-10'></i><label>Github repo</label>"
identifier = "github"
url = "https://github.com/baltpeter/docs"
weight = 10
[[menu.shortcuts]]
name = "<i class='fa fa-file rm-10'></i><label>Privacy policy</label>"
identifier = "privacypolicy"
url = "https://benjamin-altpeter.de/privacy"
weight = 20
[[menu.shortcuts]]
name = "<i class='fa fa-address-book rm-10'></i><label>Legal notice & contact details</label>"
identifier = "legalnotice"
url = "https://benjamin-altpeter.de/contact"
weight = 30