forked from letsencrypt/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
505 lines (481 loc) · 13.9 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
499
500
501
502
503
504
505
baseURL = "https://letsencrypt.org/"
defaultContentLanguage = "en"
defaultContentLanguageInSubdir = false
disableKinds = ["taxonomy", "taxonomyTerm"]
enableRobotsTXT = true
# Note that this currently has no effect in Hugo.
timezone = "America/Los_Angeles"
[params]
# Default page top graphic if not set in page front matter. This is an integer representing the base filename.
# See the JPEG files below /static/images.
top_graphic = 5
github_username = "letsencrypt"
twitter_username = "letsencrypt"
crowdfunding_url = "https://www.generosity.com/community-fundraising/make-a-more-secure-web-with-let-s-encrypt"
# Date and time formatting, see https://gohugo.io/functions/format/
time_format_RFC3339 = "2006-01-02T15:04:05Z07:00"
time_format_RFC822 = "Mon, 02 Jan 2006 15:04:05 -0700"
time_format_default = "Jan 2, 2006"
# Useful when translating.
enableMissingTranslationPlaceholders = true
[languages]
[languages.en]
title = "Let's Encrypt - Free SSL/TLS Certificates"
contentDir = "content/en"
languageName ="English"
languageCode= "en-us"
#if colon ":" must be prefixed
beforeColon= ""
# Weight used for sorting.
weight = 10
description = """
Let’s Encrypt is a free, automated, and open certificate
authority brought to you by the non-profit <a href="https://www.abetterinternet.org/">Internet Security Research Group (ISRG)</a>.
"""
[[languages.en.menu.main]]
name = "Get Help"
weight = 20
url = "https://community.letsencrypt.org/"
[[languages.en.menu.main]]
name = "Donate"
weight = 30
identifier = "donate"
url = "/donate/"
[[languages.en.menu.main]]
name = "About Us"
weight = 40
identifier = "about"
url = "/about/"
[[languages.en.menu.main]]
name = "Internet Security Research Group (ISRG)"
weight = 20
identifier = "isrg"
parent = "about"
url = "https://www.abetterinternet.org/about/"
[[languages.en.menu.main]]
name = "Service Status"
weight = 60
identifier = "status"
parent = "about"
url = "https://letsencrypt.status.io/"
[[languages.en.menu.main]]
name = "Careers"
weight = 80
identifier = "careers"
parent = "about"
url = "https://www.abetterinternet.org/careers/"
[languages.fr]
title = "Let's Encrypt - Certificats SSL/TLS gratuits"
languageName = "Français"
contentDir = "content/fr"
languageCode= "fr-fr"
#if colon ":" must be prefixed
beforeColon= " "
# Weight used for sorting.
weight = 20
description = """
Let’s Encrypt est une autorité de certification gratuite, automatisée et ouverte
apporté par l'<a href="https://www.abetterinternet.org/">Internet Security Research Group (ISRG)</a>, organisme à but non lucratif.
"""
[[languages.fr.menu.main]]
name = "Obtenir de l'aide"
weight = 20
url = "https://community.letsencrypt.org/c/help/aide-en-francais"
[[languages.fr.menu.main]]
name = "Faire un don"
weight = 30
identifier = "donate"
url = "/fr/donate/"
[[languages.fr.menu.main]]
name = "À propos de nous"
weight = 40
identifier = "about"
url = "/fr/about/"
[[languages.fr.menu.main]]
name = "Internet Security Research Group (ISRG)"
weight = 20
identifier = "isrg"
parent = "about"
url = "https://www.abetterinternet.org/about/"
[[languages.fr.menu.main]]
name = "État du service"
weight = 60
identifier = "status"
parent = "about"
url = "https://letsencrypt.status.io/"
[[languages.fr.menu.main]]
name = "Emplois"
weight = 80
identifier = "careers"
parent = "about"
url = "https://www.abetterinternet.org/careers/"
[languages.es]
title = "Let's Encrypt - Certificados SSL/TLS Gratuitos"
contentDir = "content/es"
languageName ="Español"
languageCode= "es-us"
#if colon ":" must be prefixed
beforeColon= " "
# Weight used for sorting.
weight = 30
description = """
Let’s Encrypt es una autoridad de certificación gratuita, automatizada, y abierta traida a ustedes por la organización sin ánimos de lucro <a href="https://www.abetterinternet.org/">Internet Security Research Group (ISRG)</a>.
"""
[[languages.es.menu.main]]
name = "Consigue Ayuda"
weight = 20
url = "https://community.letsencrypt.org/"
[[languages.es.menu.main]]
name = "Donar"
weight = 30
identifier = "donate"
url = "/es/donate/"
[[languages.es.menu.main]]
name = "Acerca De"
weight = 40
identifier = "about"
url = "/es/about/"
[[languages.es.menu.main]]
name = "Internet Security Research Group (ISRG)"
weight = 20
identifier = "isrg"
parent = "about"
url = "https://www.abetterinternet.org/about/"
[[languages.es.menu.main]]
name = "Status de Servicio"
weight = 60
identifier = "status"
parent = "about"
url = "https://letsencrypt.status.io/"
[[languages.es.menu.main]]
name = "Trabajos"
weight = 80
identifier = "careers"
parent = "about"
url = "https://www.abetterinternet.org/careers/"
[languages.zh-cn]
title = "Let's Encrypt - 免费的SSL/TLS证书"
contentDir = "content/zh-cn"
languageName ="简体中文"
languageCode= "zh-cn"
#if colon ":" must be prefixed
beforeColon= ""
# Weight used for sorting.
weight = 40
description = """
Let’s Encrypt 是免费、开放和自动化的证书颁发机构。由非盈利组织<a href="https://www.abetterinternet.org/"
style="white-space:nowrap;">互联网安全研究小组(ISRG)</a>运营。
"""
[[languages.zh-cn.menu.main]]
name = "社区"
weight = 20
url = "https://community.letsencrypt.org/"
[[languages.zh-cn.menu.main]]
name = "捐赠"
weight = 30
identifier = "donate"
url = "/zh-cn/donate/"
[[languages.zh-cn.menu.main]]
name = "关于"
weight = 40
identifier = "about"
url = "/zh-cn/about/"
[[languages.zh-cn.menu.main]]
name = "互联网安全研究小组(ISRG)"
weight = 20
identifier = "isrg"
parent = "about"
url = "https://www.abetterinternet.org/about/"
[[languages.zh-cn.menu.main]]
name = "服务状态"
weight = 60
identifier = "status"
parent = "about"
url = "https://letsencrypt.status.io/"
[[languages.zh-cn.menu.main]]
name = "招贤纳士"
weight = 80
identifier = "careers"
parent = "about"
url = "https://www.abetterinternet.org/careers/"
[languages.zh-tw]
title = "Let's Encrypt - 免費SSL/TLS憑證"
languageName = "正體中文"
contentDir = "content/zh-tw"
languageCode= "zh-tw"
#if colon ":" must be prefixed
beforeColon= ""
# Weight used for sorting.
weight = 40
description = """
Let's Encrypt 是由非營利性互聯網安全研究組(ISRG)提供給您的免費,自動化和開放的憑證頒發機構。
"""
[[languages.zh-tw.menu.main]]
name = "獲取幫助"
weight = 20
url = "https://community.letsencrypt.org/"
[[languages.zh-tw.menu.main]]
name = "捐贈"
weight = 30
identifier = "donate"
url = "/zh-tw/donate/"
[[languages.zh-tw.menu.main]]
name = "關於我們"
weight = 40
identifier = "about"
url = "/zh-tw/about/"
[[languages.zh-tw.menu.main]]
name = "Internet Security Research Group (ISRG)"
weight = 20
identifier = "isrg"
parent = "about"
url = "https://www.abetterinternet.org/about/"
[[languages.zh-tw.menu.main]]
name = "服務狀態"
weight = 60
identifier = "status"
parent = "about"
url = "https://letsencrypt.status.io/"
[[languages.zh-tw.menu.main]]
name = "招募"
weight = 80
identifier = "careers"
parent = "about"
url = "https://www.abetterinternet.org/careers/"
[languages.de]
title = "Let's Encrypt - Freie SSL/TLS Zertifikate"
contentDir = "content/de"
languageName ="Deutsch"
languageCode= "de-de"
#if colon ":" must be prefixed
beforeColon= ""
# Weight used for sorting.
weight = 40
description = """
Let’s Encrypt ist eine freie, automatisierte und offene Zertifizierungsstelle,
herausgebracht für Sie durch <a href="https://www.abetterinternet.org/">Internet Security Research Group (ISRG)</a>.
"""
[[languages.de.menu.main]]
name = "Hilfe bekommen"
weight = 20
url = "https://community.letsencrypt.org/"
[[languages.de.menu.main]]
name = "Spenden"
weight = 30
identifier = "donate"
url = "/de/donate/"
[[languages.de.menu.main]]
name = "Über uns"
weight = 40
identifier = "about"
url = "/de/about/"
[[languages.de.menu.main]]
name = "Internet Security Research Group (ISRG)"
weight = 20
identifier = "isrg"
parent = "about"
url = "https://www.abetterinternet.org/about/"
[[languages.de.menu.main]]
name = "Dienstestatus"
weight = 60
identifier = "status"
parent = "about"
url = "https://letsencrypt.status.io/"
[[languages.de.menu.main]]
name = "Freie Stellen"
weight = 80
identifier = "careers"
parent = "about"
url = "https://www.abetterinternet.org/careers/"
[languages.ru]
title = "Let's Encrypt - Free SSL/TLS Certificates"
contentDir = "content/ru"
languageName ="Русский"
languageCode= "ru-ru"
#if colon ":" must be prefixed
beforeColon= ""
# Weight used for sorting.
weight = 40
description = """
Let’s Encrypt - это бесплатный, автоматизированный и открытый Центр Сертификации, созданный для вас
некоммерческой организацией <a href="https://www.abetterinternet.org/">Internet Security Research Group (ISRG)</a>.
"""
[[languages.ru.menu.main]]
name = "Помощь"
weight = 20
url = "https://community.letsencrypt.org/"
[[languages.ru.menu.main]]
name = "Поддержите нас"
weight = 30
identifier = "donate"
url = "/ru/donate/"
[[languages.ru.menu.main]]
name = "О сервисе"
weight = 40
identifier = "about"
url = "/ru/about/"
[[languages.ru.menu.main]]
name = "Internet Security Research Group (ISRG)"
weight = 20
identifier = "isrg"
parent = "about"
url = "https://www.abetterinternet.org/about/"
[[languages.ru.menu.main]]
name = "Состояние сервиса"
weight = 60
identifier = "status"
parent = "about"
url = "https://letsencrypt.status.io/"
[[languages.ru.menu.main]]
name = "Карьера"
weight = 80
identifier = "careers"
parent = "about"
url = "https://www.abetterinternet.org/careers/"
[languages.pt-br]
title = "Let's Encrypt - Certificados SSL/TLS Gratuitos"
contentDir = "content/pt-br"
languageName ="Português do Brasil"
languageCode= "pt-br"
#if colon ":" must be prefixed
beforeColon= ""
# Weight used for sorting.
weight = 50
description = """
Let’s Encrypt é uma autoridade certificadora gratuita, automatizada e aberta
que se tornou possível graças à organização sem fins lucrativos <a href="https://www.abetterinternet.org/">Internet Security Research Group (ISRG)</a>
"""
[[languages.pt-br.menu.main]]
name = "Obter Ajuda"
weight = 20
url = "https://community.letsencrypt.org/c/help/ajuda-em-portugues"
[[languages.pt-br.menu.main]]
name = "Doar"
weight = 30
identifier = "donate"
url = "/pt-br/donate/"
[[languages.pt-br.menu.main]]
name = "Sobre Nós"
weight = 40
identifier = "about"
url = "/pt-br/about/"
[[languages.pt-br.menu.main]]
name = "Internet Security Research Group (ISRG)"
weight = 20
identifier = "isrg"
parent = "about"
url = "https://www.abetterinternet.org/about/"
[[languages.pt-br.menu.main]]
name = "Status do Serviço"
weight = 60
identifier = "status"
parent = "about"
url = "https://letsencrypt.status.io/"
[[languages.pt-br.menu.main]]
name = "Carreiras"
weight = 80
identifier = "careers"
parent = "about"
url = "https://www.abetterinternet.org/careers/"
[languages.id]
title = "Let's Encrypt - Sertifikat SSL/TLS Gratis"
contentDir = "content/id"
languageName ="Bahasa Indonesia"
languageCode= "id-id"
#if colon ":" must be prefixed
beforeColon= ""
# Weight used for sorting.
weight = 10
description = """
Let’s Encrypt adalah otoritas sertifikasi terbuka yang gratis dan terotomatisasi,
dipersembahkan oleh organisasi non-profit <a href="https://www.abetterinternet.org/">Internet Security Research Group (ISRG)</a>.
"""
[[languages.id.menu.main]]
name = "Dapatkan Bantuan"
weight = 20
url = "https://community.letsencrypt.org/"
[[languages.id.menu.main]]
name = "Donasi"
weight = 30
identifier = "donate"
url = "/donate/"
[[languages.id.menu.main]]
name = "Tentang Kami"
weight = 40
identifier = "about"
url = "/about/"
[[languages.id.menu.main]]
name = "Internet Security Research Group (ISRG)"
weight = 20
identifier = "isrg"
parent = "about"
url = "https://www.abetterinternet.org/about/"
[[languages.id.menu.main]]
name = "Status Layanan"
weight = 60
identifier = "status"
parent = "about"
url = "https://letsencrypt.status.io/"
[[languages.id.menu.main]]
name = "Karir"
identifier = "careers"
parent = "about"
url = "https://www.abetterinternet.org/careers/"
[languages.ja]
title = "Let's Encrypt - フリーな SSL/TLS 証明書"
contentDir = "content/ja"
languageName ="日本語"
languageCode= "ja"
#if colon ":" must be prefixed
beforeColon= ""
# Weight used for sorting.
weight = 50
description = """
Let’s Encrypt is a free, automated, and open certificate
authority brought to you by the non-profit <a href="https://www.abetterinternet.org/">Internet Security Research Group (ISRG)</a>.
"""
[[languages.ja.menu.main]]
name = "コミュニティ"
weight = 20
url = "https://community.letsencrypt.org/"
[[languages.ja.menu.main]]
name = "寄付"
weight = 30
identifier = "donate"
url = "/donate/"
[[languages.ja.menu.main]]
name = "私たちについて"
weight = 40
identifier = "about"
url = "/about/"
[[languages.ja.menu.main]]
name = "インターネット・セキュリティ研究グループ (ISRG)"
weight = 20
identifier = "isrg"
parent = "about"
url = "https://www.abetterinternet.org/about/"
[[languages.ja.menu.main]]
name = "サービス・ステータス"
weight = 60
identifier = "status"
parent = "about"
url = "https://letsencrypt.status.io/"
[[languages.ja.menu.main]]
name = "キャリア"
weight = 80
identifier = "careers"
parent = "about"
url = "https://www.abetterinternet.org/careers/"
# Be explicit about the output formats. We only want an RSS feed for the home page.
[outputs]
home = [ "HTML", "RSS" ]
page = [ "HTML"]
section = [ "HTML"]
[outputFormats]
[outputFormats.RSS]
baseName = "feed"
# Hugo >= 0.33 is needed to get uglyURLs per section.
[uglyURLs]
post = true
[permalinks]
post = "/:year/:month/:day/:slug/"