-
Notifications
You must be signed in to change notification settings - Fork 46
/
config.toml
42 lines (36 loc) · 1.31 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
baseURL = "https://www.abetterinternet.org/"
languageCode = "en-us"
contentDir = "content/en"
defaultContentLanguage = "en"
defaultContentLanguageInSubdir = false
[params]
copyrighthtml = "Internet Security Research Group"
address = "548 Market St, PMB 77519, San Francisco, California 94104-5401"
images = ["images/opengraph/ISRG-opengraph-wide.png"]
twitter_card_format = "summary"
social_share_twitter_square = "images/opengraph/ISRG-opengraph-square.png"
social_share_twitter_wide = "images/opengraph/ISRG-opengraph-wide.png"
# 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"
[markup]
defaultMarkdownHandler = "goldmark"
[markup.goldmark]
[markup.goldmark.extensions]
typographer = false
[markup.goldmark.renderer]
unsafe = true
[markup.goldmark.parser]
# To keep § ids identical after the migration from blackfriday to goldmark
autoHeadingIDType = "blackfriday"
[languages]
[languages.en]
title = "Internet Security Research Group"
languageName ="English"
# Weight used for sorting.
weight = 1
[languages.en.params]
description = """
ISRG’s mission is to reduce financial, technological, and educational barriers to secure communication over the Internet.
"""