-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathconfig.toml
47 lines (40 loc) · 1.58 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
baseURL = "https://www.memorysafety.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"
address_line_1 = "548 Market St, PMB 77519"
address_line_2 = "San Francisco, California 94104-5401"
images = ["images/ProssimoSocialShare.png"]
meta_description = "ISRG's Prossimo is committed to moving the Internet's security-sensitive software to memory safe code and to encouraging people to prioritize memory safety."
social_share_twitter_square = "images/ProssimoSocialShare-Square.png"
site_banner_enabled = false
site_banner_text = "ISRG celebrates 10 years of helping build a brighter Internet"
site_banner_href = "https://abetterinternet.org/tenth-anniversary/"
# 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"
[markup.highlight]
noclasses = false
[languages]
[languages.en]
title = "Prossimo"
languageName ="English"
# Weight used for sorting.
weight = 1
[languages.en.params]
description = "ISRG's Prossimo is moving critical software to memory safe code."