forked from letsencrypt/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
104 lines (88 loc) · 2.61 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
baseURL = "https://letsencrypt.org/"
languageCode= "en-us"
defaultContentLanguage = "en"
defaultContentLanguageInSubdir = false
disableKinds = ["taxonomy", "taxonomyTerm", "sitemap", "robotsTXT"]
# 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"
languageName ="English"
# Weight used for sorting.
weight = 1
description = """
Let’s Encrypt is a free, automated, and open certificate
authority brought to you by the non-profit Internet Security Research Group (ISRG).
"""
[[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 = "Service Status"
weight = 60
identifier = "status"
parent = "about"
url = "https://letsencrypt.status.io/"
#[languages.no]
#title = "Let's Encrypt - gratis SSL/TLS-sertifikat"
#description = "Let’s Encrypt er ein gratis og ..."
#languageName ="Norsk"
#weight = 2
#[[languages.no.menu.main]]
# name = "Få hjelp"
# weight = 20
# url = "https://community.letsencrypt.org/"
# [[languages.no.menu.main]]
# name = "Doner"
# weight = 30
# identifier = "donate"
# url = "/donate/"
# [[languages.no.menu.main]]
# name = "Om oss"
# weight = 40
# identifier = "about"
# url = "/about/"
# [[languages.no.menu.main]]
# name = "Service Status"
# weight = 60
# identifier = "status"
# parent = "about"
# url = "https://letsencrypt.status.io/"
# 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/"