-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
62 lines (56 loc) · 1.55 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
languageCode = "en-us"
title = "Development Data Partnership"
theme = "datapartnership-theme"
summaryLength = 20
[taxonomies]
author = "authors"
tag = "tags"
category = "categories"
dev_partner = "dev_partner"
partner = "partner"
post_type = "post_type"
[server]
[[server.headers]]
for = '/**.html'
[server.headers.values]
Content-Security-Policy = 'script-src localhost:1313'
Referrer-Policy = 'strict-origin-when-cross-origin'
X-Content-Type-Options = 'nosniff'
X-Frame-Options = 'DENY'
X-XSS-Protection = '1; mode=block'
[params]
author = "Development Data Partnership"
description = "Solving Development Challenges through Data Science Collaboration between Companies and International Organizations."
portalURL = "https://portal.datapartnership.org"
partnershipEmail = "mailto:[email protected]"
partnershipGitHub = "https://github.com/datapartnership"
partnershipSlack = "https://devdatapship.slack.com/join/signup"
partnershipTwitter = "https://twitter.com/DevDataPship"
partnershipLinkedin = "https://www.linkedin.com/company/development-data-partnership/"
googleAnalytics = "G-7L4XVWZBSB"
# Site Menus
[menu]
# Navbar Menus
[[menu.nav]]
name = "About"
url = "/about"
weight = 1
[[menu.nav]]
name = "Portal"
url = "https://portal.datapartnership.org"
weight = 2
[[menu.nav]]
name = "Documentation"
url = "https://docs.datapartnership.org"
weight = 3
[[menu.nav]]
name = "Projects & News"
url = "/updates"
weight = 4
[[menu.nav]]
name = "Contact us"
url = "mailto:[email protected]"
weight = 5
[markup.goldmark.renderer]
unsafe = true
xhtml = true