-
-
Notifications
You must be signed in to change notification settings - Fork 709
Expand file tree
/
Copy pathconfig.toml
More file actions
211 lines (180 loc) · 3.83 KB
/
Copy pathconfig.toml
File metadata and controls
211 lines (180 loc) · 3.83 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
baseURL = "https://wiki.hypr.land/"
title = "Hyprland Wiki"
enableRobotsTXT = true
enableGitInfo = true
defaultContentLanguage = "en"
enableInlineShortcodes = true
locale = 'en-us'
pluralizeListTitles = false
disablePathToLower = true
[security.http]
urls = ['(?i)^https?://[a-z]', '! (?i)localhost']
[outputs]
home = ["HTML"]
page = ["HTML"]
section = ["HTML", "RSS"]
[module.imports]
path = "github.com/imfing/hextra"
[markup.goldmark.renderer]
unsafe = true
[markup.goldmark.renderHooks.link]
useEmbedded = "fallback"
[markup.goldmark.extensions.passthrough]
enable = true
[markup.goldmark.extensions.passthrough.delimiters]
block = [['$$', '$$']]
inline = [['$', '$']]
[markup.highlight]
noClasses = false
[[menu.main]]
identifier = "wiki"
name = "Wiki"
pageRef = "/"
weight = 1
[[menu.main]]
identifier = "home"
name = "Home"
url = "https://hypr.land/"
weight = 2
[[menu.main]]
identifier = "showcase"
name = "Showcase"
url = "https://hypr.land/hall_of_fame"
weight = 3
[[menu.main]]
identifier = "news"
name = "News"
url = "https://hypr.land/news"
weight = 4
[[menu.main]]
name = "Search"
weight = 5
[menu.main.params]
type = "search"
#[[menu.main]]
#name = "Discord"
#weight = 6
#url = "https://discord.gg/hyprland-cathedral-961691461554950145"
#[menu.main.params]
#icon = "discord"
[[menu.main]]
name = "GitHub"
weight = 7
url = "https://github.com/hyprwm/Hyprland"
[menu.main.params]
icon = "github"
[params]
description = "The documentation for Hyprland."
displayUpdatedDate = true
dateFormat = "January 2, 2006"
keywords = ["hyprland", "wiki", "hypr", "land"]
[params.version]
name = "Latest git"
url = "/version-selector/"
outdated = false # set for any version that isn't the current one
version = "" # only change when setting the version, otherwise it is "Latest git" by default
list = [
"0.56.0",
"0.55.0",
"0.54.0",
"0.53.0",
"0.52.0",
"0.51.0",
"0.50.0",
"0.49.0",
"0.48.0",
"0.47.0",
"0.46.2",
"0.46.1",
"0.46.0",
"0.45.2",
"0.45.1",
"0.45.0",
"0.44.1",
"0.44.0",
"0.43.0",
"0.42.0",
"0.41.2",
"0.41.1",
"0.41.0",
"0.40.0",
"0.39.0",
"0.38.0",
"0.37.0",
"0.36.0",
"0.35.0",
"0.34.0",
"0.33.1",
"0.33.0",
"0.32.2",
"0.32.1",
"0.32.0",
"0.31.0",
"0.30.0",
"0.29.1",
"0.29.0",
"0.28.0",
"0.27.2",
"0.27.1",
"0.27.0",
"0.26.0",
"0.25.0",
"0.24.1",
"0.24.0",
"0.23.0beta",
"0.22.0beta",
"0.21.0beta",
"0.20.1beta",
"0.20.0beta",
"0.19.2beta",
"0.19.1beta",
"0.19.0beta",
"0.18.0beta",
"0.17.0beta",
"0.16.0beta",
]
[params.navbar]
displayTitle = true
displayLogo = true
width = "full"
[params.navbar.logo]
path = "favicon.svg"
dark = "favicon-dark.svg"
[params.page]
width = "full"
[params.theme]
default = "system"
displayToggle = true
[params.footer]
enable = false
displayCopyright = true
displayPoweredBy = true
width = "normal"
[params.search]
enable = true
type = "flexsearch"
[params.search.flexsearch]
index = "content"
[params.editURL]
enable = true
base = "https://github.com/hyprwm/hyprland-wiki/edit/main/content/"
[params.blog.list]
displayTags = true
[params.comments]
enable = false
[params.sponsors]
enable = true
# Images should be light variants
# The theme recolors them when needed
[[params.sponsors.list]]
name = "37signals"
image = "https://hypr.land/imgs/sponsors/37signals.svg"
url = "https://37signals.com"
[[params.sponsors.list]]
name = "framework"
image = "https://hypr.land/imgs/sponsors/framework-white.png"
url = "https://frame.work"
[[params.sponsors.list]]
name = "butterfly"
image = "https://hypr.land/imgs/sponsors/butterfly-white.svg"
url = "https://butterfly.so"