-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
63 lines (52 loc) · 1.88 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
59
60
61
62
63
baseURL = "/"
languageCode = "en-us"
DefaultContentLanguage = "en"
title = "Nunux Keeper Documentation"
theme = "docdock"
pygmentsCodeFences = true
pygmentsStyle = "monokai"
defaultContentLanguage = "en"
defaultContentLanguageInSubdir = true
enableMissingTranslationPlaceholders = false
[Languages]
[Languages.en]
title = "Nunux Keeper documentation"
weight = 1
languageName = "English"
contentDir = "content/en"
[Languages.fr]
title = "Documentation de Nunux Keeper"
weight = 2
languageName = "Français"
contentDir = "content/fr"
[params]
editURL = "https://github.com/vjeantet/hugo-theme-docdock/edit/master/exampleSite/content/"
showVisitedLinks = false # default is false
themeStyle = "original" # "original" or "flex" # default "flex"
themeVariant = "" # choose theme variant "green", "gold" , "gray", "blue" (default)
ordersectionsby = "weight" # ordersectionsby = "title"
disableHomeIcon = false # default is false
disableSearch = false # default is false
disableNavChevron = false # set true to hide next/prev chevron, default is false
highlightClientSide = false # set true to use highlight.pack.js instead of the default hugo chroma highlighter
menushortcutsnewtab = false # set true to open shortcuts links to a new tab/window
enableGitInfo = true
[outputs]
home = [ "HTML", "RSS", "JSON"]
[[menu.shortcuts]]
pre = "<h3>More</h3>"
name = "<i class='fa fa-globe'></i> <label>Home page</label>"
url = "https://keeper.nunux.org/"
weight = 10
[[menu.shortcuts]]
name = "<i class='fa fa-github'></i> <label>Github repo</label>"
url = "https://github.com/nunux-keeper"
weight = 15
[[menu.shortcuts]]
name = "<i class='fa fa-bookmark'></i> <label>API Documentation</label>"
url = "https://api.nunux.org/keeper/api-docs/"
weight = 20
[[menu.shortcuts]]
name = "<i class='fa fa-bullhorn'></i> <label>Support this project</label>"
url = "https://www.paypal.me/nunux"
weight = 30