-
Notifications
You must be signed in to change notification settings - Fork 7
/
config.yaml
226 lines (217 loc) · 6.02 KB
/
config.yaml
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
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
# wz2100.net site
# Copyright (C) 2020-2023 Warzone 2100 Project
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
baseURL: "https://wz2100.net/"
languageCode: "en-us"
title: "Warzone 2100"
theme: "wz2100net"
DefaultContentLanguage: "en"
enableRobotsTXT: true
# If your base url is not the site root, you must set canonifyURLs: true
# Example 1:
# baseurl: "https://example.com/"
# canonifyURLs: false
# Example 2:
# baseurl: "https://example.com/folder/"
# canonifyURLs: true
canonifyURLs: false
# To make the website browseable offline, i.e. from local disk,
# set relativeURLs and uglyURLs to `true`
relativeURLs: false
uglyURLs: false
markup:
goldmark:
renderer:
unsafe: true
menu:
required_main:
- identifier: webchat
name: Webchat
title: Webchat
url: "/webchat"
weight: -110
external_resources:
- identifier: forums
name: Forums
title: Forums
url: "https://forums.wz2100.net/"
weight: 200
- identifier: mapsdb
name: Maps Database
title: Maps Database
url: "https://maps.wz2100.net"
weight: 201
- identifier: wzguide
name: WZ Guide
title: WZ Guide
url: "https://betaguide.wz2100.net/"
weight: 202
- identifier: wiki
name: Wiki
title: Wiki
url: "http://developer.wz2100.net/"
weight: 203
- identifier: reportbugs
name: Report Bugs
title: Report Bugs
url: "https://github.com/Warzone2100/warzone2100/issues/new/choose"
weight: 204
- identifier: donate
name: Donate
title: Donate
url: "https://donations.wz2100.net/"
weight: 205
params:
defaultOpenGraphImage: "/img/wz2100-open-graph-template.png"
discordInviteCode: "ZvRVQ8g"
# External URL Hosts for which rel="noreferrer nofollow" on links should be suppressed
trustedURLHosts: ["forums.wz2100.net", "addons.wz2100.net", "betaguide.wz2100.net", "donations.wz2100.net", "github.com", "sourceforge.net"]
# Download files
downloads:
windows_portable:
- name: "32-bit (x86)"
filename: "warzone2100_win_x86_portable.exe"
- name: "64-bit (x64)"
filename: "warzone2100_win_x64_portable.exe"
windows_installer:
- name: "32-bit (x86)"
filename: "warzone2100_win_x86_installer.exe"
- name: "64-bit (x64)"
filename: "warzone2100_win_x64_installer.exe"
macos:
- name: "64-bit (Universal Binary)"
filename: "warzone2100_macOS_universal.zip"
linux_deb:
- name: "Ubuntu 20.04 (x64)"
filename: "warzone2100_ubuntu20.04_amd64.deb"
- name: "Ubuntu 22.04+ (x64)"
filename: "warzone2100_ubuntu22.04_amd64.deb"
source:
- name: "Source Code (.tar.xz)"
filename: "warzone2100_src.tar.xz"
quick_downloads_list:
windows_64bit:
weight: 1
svg: "fontawesome/brands/windows.svg"
name: "Windows"
filetype: "64-bit"
class: "windows-platform"
downloads:
- name: "Microsoft Store"
filetype: "Windows 10+"
url: "https://apps.microsoft.com/detail/9mw0z4mpcs8c?launch=true&mode=full"
- name: "Traditional Installer"
filetype: "exe"
filename: "warzone2100_win_x64_installer.exe"
- name: "Portable Version"
filetype: "exe"
filename: "warzone2100_win_x64_portable.exe"
macos:
weight: 2
svg: "fontawesome/brands/apple.svg"
name: "macOS"
class: "macos-platform"
downloads:
- name: "macOS App Bundle"
filetype: "zip"
filename: "warzone2100_macOS_universal.zip"
linux:
weight: 3
svg: "fontawesome/brands/linux.svg"
name: "Linux"
class: "linux-platform"
downloads:
- name: "Install the Flatpak"
filetype_svg: "flathub.svg"
url: "https://flathub.org/apps/net.wz2100.wz2100"
- name: "Install the Snap"
filetype_svg: "snapcraft.svg"
url: "https://snapcraft.io/warzone2100"
- name: "Ubuntu 20.04"
filetype: "x64 - deb"
filename: "warzone2100_ubuntu20.04_amd64.deb"
- name: "Ubuntu 22.04+"
filetype: "x64 - deb"
filename: "warzone2100_ubuntu22.04_amd64.deb"
- name: "Get the Source"
filetype: "tar.xz"
filename: "warzone2100_src.tar.xz"
languages:
en:
languageName: "English - US"
weight: 1
contentDir: "content/en"
ar:
languageName: "عربية"
weight: 2
contentDir: "content/ar"
bg:
languageName: "български"
weight: 2
contentDir: "content/bg"
de:
languageName: "Deutsch"
weight: 2
contentDir: "content/de"
es:
languageName: "Español"
weight: 2
contentDir: "content/es"
fr:
languageName: "Français"
weight: 2
contentDir: "content/fr"
it:
languageName: "Italiano"
weight: 2
contentDir: "content/it"
nl:
languageName: "Nederlands"
weight: 2
contentDir: "content/nl"
pl:
languageName: "Polski"
weight: 2
contentDir: "content/pl"
pt:
languageName: "Português"
weight: 2
contentDir: "content/pt"
pt-br:
languageName: "Português-BR"
weight: 2
contentDir: "content/pt-BR"
ro:
languageName: "Română"
weight: 2
contentDir: "content/ro"
ru:
languageName: "Русский"
weight: 2
contentDir: "content/ru"
tr:
languageName: "Türkçe"
weight: 2
contentDir: "content/tr"
uk:
languageName: "Українська"
weight: 2
contentDir: "content/uk"
zh-cn:
languageName: "简体中文"
weight: 2
contentDir: "content/zh-CN"
minify:
disableSVG: true