forked from divviup/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
40 lines (34 loc) · 1.48 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
baseURL = "https://divviup.org"
languageCode = "en-us"
contentDir = "content/en"
defaultContentLanguage = "en"
defaultContentLanguageInSubdir = false
[params]
copyrighthtml = "© 2022 Internet Security Research Group. All rights reserved."
address = "548 Market St, PMB 57274, San Francisco, California 94104-5401"
address_line_1 = "548 Market St, PMB 57274"
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"
# 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
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."