-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.toml
More file actions
94 lines (72 loc) · 1.91 KB
/
config.toml
File metadata and controls
94 lines (72 loc) · 1.91 KB
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
title = "DokChess (arc42)"
baseURL = "https://www.dokchess.de/"
languageCode = "de-de"
defaultContentLanguage = "de"
# remove tags and categories pages
disableKinds = ["taxonomy", "taxonomyTerm"]
theme = "learn"
[sitemap]
changefreq = "monthly"
filename = "sitemap.xml"
priority = 0.5
[outputs]
home = [ "HTML", "RSS", "JSON"]
[params]
# Change default color scheme with a variant one. Can be "red", "blue", "green".
themeVariant = "red"
[Blackfriday]
# opens absolute links in a new window or tab
hrefTargetBlank = true
[markup.goldmark.renderer]
unsafe = true
[Languages]
[Languages.de]
title = "DokChess (arc42)"
weight = 1
languageName = "Deutsch"
[Languages.en]
title = "DokChess (arc42)"
weight = 2
languageName = "English"
[[menu.shortcuts]]
name = "<i class='fas fa-user-circle'></i> Über den Autor"
url = "/autor/"
weight = 10
[[menu.shortcuts]]
name = "<i class='fas fa-file'></i> Lizenz (CC BY-NC-SA)"
url = "/lizenz/"
weight = 11
[[menu.shortcuts]]
name = "<i class='fas fa-star'></i> Abspann (Credits)"
url = "/abspann/"
weight = 12
[[menu.shortcuts]]
name = "<i class='fab fa-github'></i> Quelltexte (GitHub)"
identifier = "ds"
url = "https://github.com/DokChess/"
weight = 13
[[menu.shortcuts]]
name = "<i class='fas fa-info-circle'></i> Impressum"
url = "/impressum/"
weight = 14
[[Languages.en.menu.shortcuts]]
name = "<i class='fas fa-user-circle'></i> About the author"
url = "/author/"
weight = 10
[[Languages.en.menu.shortcuts]]
name = "<i class='fas fa-file'></i> Licence (CC BY-NC-SA)"
url = "/licence/"
weight = 11
[[Languages.en.menu.shortcuts]]
name = "<i class='fas fa-star'></i> Credits"
url = "/credits/"
weight = 12
[[Languages.en.menu.shortcuts]]
name = "<i class='fab fa-github'></i> Source code (GitHub)"
identifier = "ds"
url = "https://github.com/DokChess/"
weight = 13
[[Languages.en.menu.shortcuts]]
name = "<i class='fas fa-info-circle'></i> Site Notice"
url = "/site_notice/"
weight = 14