-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.toml
56 lines (47 loc) · 1.73 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
baseurl = "https://www.pug.org/doc/"
contentdir = "content"
layoutdir = "layouts"
publishdir = "public"
title = "PUG Dokumentation"
canonifyurls = false
metaDataFormat = "yaml"
relativeURLs = false
languageCode = "en-us"
DefaultContentLanguage = "de"
theme = "docdock"
themesdir = "themes/"
pygmentsCodeFences = true
pygmentsStyle = "friendly"
defaultContentLanguage = "de"
defaultContentLanguageInSubdir= false
enableMissingTranslationPlaceholders = false
paginate = 10
[params]
editURL = "https://github.com/linuxmail/www.pug.org/edit/master/content/"
showVisitedLinks = true # default is false
themeStyle = "flex" # "original" or "flex" # default "flex"
themeVariant = "" # choose theme variant "green", "gold" , "gray", "blue" (default)
ordersectionsby = "weight" # ordersectionsby = "title"
disableHomeIcon = false # default is false
disableSearch = true # 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
customCSS = ["css/custom.css"]
[outputs]
home = [ "HTML","JSON","RSS"]
[[menu.shortcuts]]
pre = "<h2>More</h2>"
name = "<i class='fa fa-github'></i> <label>Github repo</label>"
identifier = "Github"
url = "https://github.com/linuxmail/www.pug.org/"
[[menu.shortcuts]]
pre = "<h3>More</h3>"
name = "<i class='fa wikipedia-w'></i> <label>MediaWiki Archiv</label>"
identifier = "Wiki"
url = "https://www.pug.org/archive/mediawiki/index.php/Startseite"
[[menu.shortcuts]]
name = "<i class='fa fa-bullhorn'></i> <label>Impressum</label>"
identifier = "Impressum"
url = "/impressum"