-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.toml
498 lines (452 loc) · 14.4 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
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
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
baseURL = "https://mailcow.email"
# [en, zh-cn, fr, ...] determines default content language
defaultContentLanguage = "en"
title = "mailcow: dockerized - Blog"
# Change the default theme to be use when building the site with Hugo
theme = "FixIt"
# whether to use robots.txt
enableRobotsTXT = true
# whether to use git commit log
enableGitInfo = true
[params]
version = "0.2.X"
description = "The mailserver suite with the 'moo' – 🐮 + 🐋 = 💕 | Official Blog Page"
# site keywords
keywords = ["mailcow", "Docker", "Postfix", "Dovecot", "GitHub", "tinc", "E-Mail", "SOGo"]
defaultTheme = "auto"
dateFormat = "01-02-2006"
images = ["/images/cow_mailcow.svg"]
license = '<a rel="license external nofollow noopener noreffer" href="https://tinc.gmbh?kontakt" target="_blank">The Infrastructure Company GmbH</a>'
[params.cookieconsent]
enable = false
[params.search]
enable = false
type = "lunr"
contentLength = 4000
placeholder = ""
maxResultLength = 10
snippetLength = 30
highlightTag = "em"
absoluteURL = false
[params.header]
# desktop header mode ("fixed", "normal", "auto")
desktopMode = "fixed"
# mobile header mode ("fixed", "normal", "auto")
mobileMode = "fixed"
# LoveIt NEW | 0.2.0 Header title config
[params.header.title]
# URL of the LOGO
logo = "/images/cow_mailcow.svg"
# title name
name = "mailcow: dockerized - Blog"
# you can add extra information before the name (HTML format is supported), such as icons
pre = ""
# you can add extra information after the name (HTML format is supported), such as icons
post = "📰"
# LoveIt NEW | 0.2.5 whether to use typeit animation for title name
typeit = false
[params.footer]
enable = true
hugo = true
copyright = true
author = false
since = 2016
license = '<a rel="license external nofollow noopener noreffer" href="https://tinc.gmbh?kontakt" target="_blank">The Infrastructure Company GmbH</a>'
custom = '<a href="/imprint/">Imprint</a> | <a href="/policy/">Privacy Policy'
[params.footer.powered]
enable = true
hugoLogo = true
themeLogo = true
[params.home]
# LoveIt NEW | 0.2.0 amount of RSS pages
rss = 5
# Home page profile
[params.home.profile]
enable = true
# URL of avatar shown in home page
avatarURL = "/images/cow_mailcow.svg"
title = "The mailserver suite with the 'moo' – 🐮 + 🐋 = 💕"
# subtitle shown in home page
subtitle = "News and Infos"
# whether to use typeit animation for subtitle
typeit = false
# whether to show social links
social = true
# LoveIt NEW | 0.2.0 disclaimer (HTML format is supported)
disclaimer = ""
# Home page posts
[params.home.posts]
enable = true
# special amount of posts in each home posts page
paginate = 10
# LoveIt DELETED | 0.2.0 replaced with hiddenFromHomePage in params.page
# default behavior when you don't set "hiddenFromHomePage" in front matter
defaultHiddenFromHomePage = false
[params.page.share]
enable = false
[params.social]
GitHub = "mailcow/mailcow-dockerized"
Twitter = "mailcow_email"
Mastodon = "@[email protected]"
Email = "[email protected]"
[params.social.Telegram]
# weight when arranging icons (the greater the weight, the later the icon is positioned)
weight = 0
# your social ID
id = "mailcow"
# prefix of your social link
prefix = "https://t.me/"
# content hovering on the icon
title = "Telegram (Community Support)"
[params.social.telegram-offtopic]
# weight when arranging icons (the greater the weight, the later the icon is positioned)
weight = 7
# your social ID
id = "mailcowOffTopic"
title = "Telegram (Offtopic)"
[params.social.community]
# weight when arranging icons (the greater the weight, the later the icon is positioned)
weight = 12
# content hovering on the icon
title = "Community (Forum)"
[params.social.rss]
# weight when arranging icons (the greater the weight, the later the icon is positioned)
weight = 64
# content hovering on the icon
title = "RSS Feed"
[params.page]
hiddenFromHomePage = false
hiddenFromSearch = false
twemoji = false
lightgallery = false
fraction = true
fontawesome = true
linkToMarkdown = true
authorAvatar = true
[params.page.toc]
enable = true
keepStatic = false
auto = true
[params.page.code]
copy = true
maxShownLines = 10
[params.feed]
# The number of posts to include in the feed. If set to -1, all posts.
limit = 5
# whether to show the full text content in feed.
fullText = false
[author]
name = "Moohoo"
email = "[email protected]"
link = "servercow.de"
[sitemap]
changefreq = "weekly"
filename = "sitemap.xml"
priority = 0.5
[markup]
# Syntax Highlighting (https://gohugo.io/content-management/syntax-highlighting)
[markup.highlight]
codeFences = true
guessSyntax = true
lineNos = true
lineNumbersInTable = true
# false is a necessary configuration (https://github.com/dillonzq/LoveIt/issues/158)
noClasses = false
# Goldmark is from Hugo 0.60 the default library used for Markdown
[markup.goldmark]
[markup.goldmark.extensions]
definitionList = true
footnote = true
linkify = true
strikethrough = true
table = true
taskList = true
typographer = true
[markup.goldmark.renderer]
# whether to use HTML tags directly in the document
unsafe = true
# Table Of Contents settings
[markup.tableOfContents]
startLevel = 2
endLevel = 6
[languages]
[languages.en]
weight = 1
title = "mailcow: dockerized - Blog"
languageCode = "en"
languageName = "English"
[languages.en.menu]
[[languages.en.menu.main]]
identifier = "posts"
# you can add extra information before the name (HTML format is supported), such as icons
pre = ""
# you can add extra information after the name (HTML format is supported), such as icons
post = ""
name = "Posts"
url = "/posts/"
# title will be shown when you hover on this menu link.
title = ""
weight = 1
[[languages.en.menu.main]]
identifier = "tags"
pre = ""
post = ""
name = "Tags"
url = "/tags/"
title = ""
weight = 2
[[languages.en.menu.main]]
identifier = "categories"
pre = ""
post = ""
name = "Categories"
url = "/categories/"
title = ""
weight = 3
[[languages.en.menu.main]]
identifier = "documentation"
pre = "<i class='fa fa-book'></i>"
post = ""
name = "Docs"
url = "https://mailcow.github.io/mailcow-dockerized-docs/"
title = ""
weight = 4
[[languages.en.menu.main]]
identifier = "vps"
name = " VPS"
pre = "<i class='fa fa-server'></i>"
title = "VPS"
url = "https://mailcow.email"
weight = 5
[[languages.en.menu.main]]
identifier = "eth-services"
pre = "<i>🇩🇪</i> "
post = ""
parent = "vps"
name = "ETH-Services"
url = "https://eth-services.de"
title = "ETH-Services"
weight = 1
[[languages.en.menu.main]]
identifier = "support"
pre = "<i class='fas fa-band-aid'></i>"
post = "Support"
name = ""
url = "https://www.servercow.de/mailcow?lang=en#support"
title = "Buy Support"
weight = 6
[[languages.en.menu.main]]
identifier = "github"
pre = "<i class='fab fa-github fa-fw'></i>"
post = ""
name = "GitHub"
url = "https://github.com/mailcow/mailcow-dockerized"
title = "GitHub"
weight = 6
[[languages.en.menu.main]]
identifier = "demos"
name = " Demos"
pre = "<i class='fa fa-play'></i>"
title = "Demos"
weight = 7
url = "https://demo.mailcow.email"
[[languages.en.menu.main]]
identifier = "demo-stable"
pre = "✅ "
post = ""
parent = "demos"
name = "Stable Demo"
url = "https://demo.mailcow.email"
title = "Stable Demo"
weight = 1
[[languages.en.menu.main]]
identifier = "demo-nightly"
pre = "🛠️ "
post = ""
parent = "demos"
name = "Nightly Demo"
url = "https://nightly-demo.mailcow.email"
title = "Nightly Demo"
weight = 2
[[languages.en.menu.main]]
identifier = "sponsor"
name = " Sponsor the Project"
pre = "<i class='fa fa-heart'></i>"
title = "Sponsoring"
weight = 8
url = "https://mailcow.email"
[[languages.en.menu.main]]
identifier = "sponsor-sal"
pre = "❤️ "
post = ""
parent = "sponsor"
name = "Buy a Stay Awesome License"
url = "https://www.servercow.de/mailcow?lang=en#sal"
title = "Buy a SAL (One Time Payment)"
weight = 1
[[languages.en.menu.main]]
identifier = "demo-nightly"
pre = "🧡 "
post = ""
parent = "sponsor"
name = "Sponsor us directly on GitHub"
url = "https://github.com/sponsors/mailcow"
title = "Sponsor mailcow on GitHub"
weight = 2
[languages.de]
weight = 2
title = "mailcow: dockerized - Blog"
languageCode = "de"
languageName = "Deutsch"
[[languages.de.menu.main]]
identifier = "posts"
pre = ""
post = ""
name = "Beiträge"
url = "/posts/"
title = ""
weight = 1
[[languages.de.menu.main]]
identifier = "tags"
pre = ""
post = ""
name = "Tags"
url = "/tags/"
title = ""
weight = 2
[[languages.de.menu.main]]
identifier = "categories"
pre = ""
post = ""
name = "Kategorien"
url = "/categories/"
title = ""
weight = 3
[[languages.de.menu.main]]
identifier = "documentation"
pre = "<i class='fa fa-book'></i>"
post = ""
name = "Dokumentation"
url = "https://mailcow.github.io/mailcow-dockerized-docs/de"
title = ""
weight = 4
[[languages.de.menu.main]]
identifier = "vps"
name = " VPS"
pre = "<i class='fa fa-server'></i>"
title = "VPS"
url = "https://mailcow.email"
weight = 5
[[languages.de.menu.main]]
identifier = "eth-services"
pre = "<i>🇩🇪</i> "
post = ""
parent = "vps"
name = "ETH-Services"
url = "https://eth-services.de"
title = "ETH-Services"
weight = 1
[[languages.de.menu.main]]
identifier = "support"
pre = "<i class='fas fa-band-aid'></i>"
post = " Support"
name = ""
url = "https://www.servercow.de/mailcow#support"
title = "Support erhalten"
weight = 6
[[languages.de.menu.main]]
identifier = "github"
pre = "<i class='fab fa-github fa-fw'></i>"
post = ""
name = "GitHub"
url = "https://github.com/mailcow/mailcow-dockerized"
title = "GitHub"
weight = 7
[[languages.de.menu.main]]
identifier = "demos"
name = " Demos"
pre = "<i class='fa fa-play'></i>"
title = "Demos"
weight = 8
url = "https://demo.mailcow.email"
[[languages.de.menu.main]]
identifier = "demo-stable"
pre = "✅ "
post = ""
parent = "demos"
name = "Stabile Demo"
url = "https://demo.mailcow.email"
title = "Stabile Demo"
weight = 1
[[languages.de.menu.main]]
identifier = "demo-nightly"
pre = "🛠️ "
post = ""
parent = "demos"
name = "Nightly Demo"
url = "https://nightly-demo.mailcow.email"
title = "Nightly Demo"
weight = 2
[[languages.de.menu.main]]
identifier = "sponsor"
name = " Sponsere das Projekt"
pre = "<i class='fa fa-heart'></i>"
title = "Sponsoring"
weight = 8
url = "https://mailcow.email"
[[languages.de.menu.main]]
identifier = "sponsor-sal"
pre = "❤️ "
post = ""
parent = "sponsor"
name = "Kaufe eine SAL"
url = "https://www.servercow.de/mailcow#sal"
title = "Kaufe eine Stay Awesome License (Einmalzahlung)"
weight = 1
[[languages.de.menu.main]]
identifier = "demo-nightly"
pre = "🧡 "
post = ""
parent = "sponsor"
name = "Sponsere uns auf GitHub"
url = "https://github.com/sponsors/mailcow"
title = "Sponsere uns direkt auf GitHub"
weight = 2
[languages.de.params]
description = "Der E-Mail Server mit dem 'moo' – 🐮 + 🐋 = 💕 | Offizieller Blog"
dateFormat = "02.01.2006"
[languages.de.params.home]
# LoveIt NEW | 0.2.0 amount of RSS pages
rss = 5
[languages.de.params.home.profile]
enable = true
# Gravatar Email for preferred avatar in home page
#gravatarEmail = "[email protected]"
# URL of avatar shown in home page
avatarURL = "/images/cow_mailcow.svg"
# title shown in home page (HTML format is supported)
title = "Der E-Mail Server mit dem 'moo' – 🐮 + 🐋 = 💕"
# subtitle shown in home page
subtitle = "Neuigkeiten und Infos"
# whether to use typeit animation for subtitle
typeit = false
# whether to show social links
social = true
# disclaimer (HTML format is supported)
disclaimer = ""
[languages.de.params.footer]
enable = true
hugo = true
copyright = true
author = false
since = 2016
license = '<a rel="license external nofollow noopener noreffer" href="https://tinc.gmbh?kontakt" target="_blank">The Infrastructure Company GmbH</a>'
custom = '<a href="/de/imprint/">Impressum</a> | <a href="/de/policy/">Datenschutz'
[languages.de.params.footer.powered]
enable = true
hugoLogo = true
themeLogo = true
[privacy]
[privacy.youtube]
disable = false
privacyEnhanced = true