-
Notifications
You must be signed in to change notification settings - Fork 10
/
config.toml
103 lines (88 loc) · 3.03 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
baseURL = "https://correlaid.org/"
DefaultContentLanguage = "de"
DefaultContentLanguageInSubdir = false
PygmentsCodeFences = true
PygmentsStyle = "friendly"
enableEmoji = true
[params]
twitter = "https://twitter.com/CorrelAid"
facebook = "https://facebook.com/WeAreCorrelAid"
linkedin = "https://www.linkedin.com/company/correlaid/"
num_members = "1900"
mailinglist_volunteers = "https://dashboard.mailerlite.com/forms/257414/78748110521631819/share"
mailinglist_npos = "https://dashboard.mailerlite.com/forms/257414/78742752988235359/share"
author = "CorrelAid e.V."
[params.description]
de = "CorrelAid ist ein überparteiliches, gemeinnütziges Netzwerk von über 1700 Data-Science-begeisterten Menschen, die die Welt mithilfe von Data Science verändern wollen. Unsere Arbeit richtet sich an den sozialen Sektor und Organisationen, die sich dafür einsetzen, die Welt zu einem besseren Ort zu machen."
en = "CorrelAid is a non-partisan non-profit network of over 1700 data science enthusiasts who want to change the world through data science. We dedicate our work to the social sector and those organizations that strive for making the world a better place."
[Languages]
# duplicate en settings to both get correlaid.org/en/projects and correlaid.org/projects
# see https://discourse.gohugo.io/t/default-language-in-both-root-and-subfolders/17531/3
[Languages.en]
contentDir = "content/en"
title = "CorrelAid"
weight = 0
languageName = "English"
[Languages.en.params]
[Languages.en.params.navigation]
about = "About"
[Languages.de2]
contentDir = "content/de"
title = "CorrelAid"
weight = 0
languageName = "Deutsch"
[Languages.de2.params]
[Languages.de2.params.navigation]
about = "Über uns"
[Languages.de]
contentDir = "content/de"
title = "CorrelAid"
weight = 1
languageName = "Deutsch"
[Languages.de.params]
[Languages.de.params.navigation]
about = "Über uns"
[module]
[[module.mounts]]
source = "static"
target = "static"
[[module.mounts]]
source = "layouts"
target = "layouts"
[[module.mounts]]
source = "data"
target = "data"
[[module.mounts]]
source = "assets"
target = "assets"
[[module.mounts]]
source = "i18n"
target = "i18n"
[[module.mounts]]
source = "archetypes"
target = "archetypes"
[taxonomies]
category = "categories"
tag = "tags"
language = "languages"
[privacy]
[privacy.disqus]
disable = true
[privacy.googleAnalytics]
disable = true
[privacy.instagram]
disable = true
[privacy.twitter]
disable = false
simple = true
[privacy.vimeo]
disable = true
[privacy.youtube]
disable = true
[services]
[services.twitter]
disableInlineCSS = false
[caches]
[caches.getjson]
dir = ":cacheDir/:project"
maxAge = "10s"