forked from letsencrypt/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
183 lines (166 loc) · 4.95 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
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"
# 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 = "/donate/"
[[languages.es.menu.main]]
name = "Acerca De"
weight = 40
identifier = "about"
url = "/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/"
# 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/"