forked from divviup/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
46 lines (39 loc) · 1.75 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
baseURL = "https://divviup.org"
languageCode = "en-us"
contentDir = "content/en"
defaultContentLanguage = "en"
defaultContentLanguageInSubdir = false
[params]
copyrighthtml = "Internet Security Research Group. All rights reserved."
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/DivviUpSocialShare.png"]
meta_description = "Divvi Up is a privacy-respecting system for the collection of aggregate statistics such as application metrics, brought to you by the Internet Security Research Group."
social_share_twitter_square = "images/DivviUpSocialShare-Twitter.png"
promoAnnouncementEnabled = false
# Previous usage of promoAnnouncementLink and promoAnnouncementText
promoAnnouncementLink = "https://abetterinternet.org/tenth-anniversary"
promoAnnouncementText = "ISRG celebrates 10 years of helping build a brighter Internet"
# Date and time formatting, see https://gohugo.io/functions/format/
time_format_default = "Jan 2, 2006"
time_format_RFC3339 = "2006-01-02T15:04:05Z07:00"
time_format_RFC822 = "Mon, 02 Jan 2006 15:04:05 -0700"
[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 = "Divvi Up"
languageName ="English"
# Weight used for sorting.
weight = 1
[languages.en.params]
description = "Divvi Up is a privacy-respecting system for the collection of aggregate statistics such as application metrics, brought to you by the Internet Security Research Group."