forked from mailcow/mailcow-blog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
326 lines (304 loc) · 9.65 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
baseURL = "http://news.mailcow.email"
# [en, zh-cn, fr, ...] determines default content language
defaultContentLanguage = "en"
# language code
#languageCode = "en"
title = "mailcow: dockerized - Blog"
# Change the default theme to be use when building the site with Hugo
theme = "LoveIt"
# whether to use robots.txt
enableRobotsTXT = true
# whether to use git commit log
enableGitInfo = true
[params]
# LoveIt theme version
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"]
[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.home]
# LoveIt NEW | 0.2.0 amount of RSS pages
rss = 1
# 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"
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 (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"
[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 = true
fraction = true
fontawesome = true
linkToMarkdown = true
[params.page.toc]
enable = true
keepStatic = false
auto = true
[params.page.code]
copy = true
maxShownLines = 10
[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 = ""
post = ""
name = "Docs"
url = "https://mailcow.github.io/mailcow-dockerized-docs/"
title = ""
weight = 4
[[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 = 5
[[languages.en.menu.main]]
identifier = "github"
pre = "<i class='fab fa-github fa-fw'></i>"
post = ""
name = ""
url = "https://github.com/mailcow/mailcow-dockerized"
title = "GitHub"
weight = 6
[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 = ""
post = ""
name = "Dokumentation"
url = "https://mailcow.github.io/mailcow-dockerized-docs/de"
title = ""
weight = 4
[[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 = 5
[[languages.de.menu.main]]
identifier = "github"
pre = "<i class='fab fa-github fa-fw'></i>"
post = ""
name = ""
url = "https://github.com/mailcow/mailcow-dockerized"
title = "GitHub"
weight = 6
[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 = 1
[languages.de.params.home.profile]
enable = true
# Gravatar Email for preferred avatar in home page
gravatarEmail = ""
# 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'
[privacy]
[privacy.youtube]
disable = false
privacyEnhanced = true