-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
290 lines (231 loc) · 7.16 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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
############################# Base configuration #############################
baseURL = "https://unicef.github.io/inventory/"
title = "UNICEF O.S. Inventory"
theme = "inventory"
enableEmoji = true
enableGitInfo = true
# Google Analytics
googleAnalytics = "G-80FMX4TPM0"
############################# Security configuration #############################
[security]
[security.exec]
allow = ['^dart-sass-embedded$', '^go$', '^npx$', '^postcss$', '^asciidoctor$']
############################# Navigation #############################
[[menu.main]]
weight = 10
name = "FAQ"
url = "faq"
[[menu.main]]
weight = 20
name = "pages"
url = "pages"
hasChildren = true
[[menu.main]]
parent = "pages"
name = "Communities"
url = "communities"
weight = 10
[[menu.main]]
parent = "pages"
name = "Data Ethics & Transparency"
url = "data"
weight = 20
[[menu.main]]
parent = "pages"
name = "Developer Tools & Automation"
url = "dev-tools"
weight = 40
[[menu.main]]
parent = "pages"
name = "Documentation"
url = "documentation"
weight = 50
[[menu.main]]
parent = "pages"
name = "Governance"
url = "governance"
weight = 60
[[menu.main]]
parent = "pages"
name = "Legal & Policy"
url = "legal-policy"
weight = 70
[[menu.main]]
parent = "pages"
name = "Meta"
url = "meta"
weight = 80
[[menu.main]]
parent = "pages"
name = "Missions"
url = "missions"
weight = 90
[[menu.main]]
parent = "pages"
name = "Open Hardware"
url = "hardware"
weight = 100
[[menu.main]]
parent = "pages"
name = "Project Management"
url = "project-management"
weight = 110
[[menu.main]]
parent = "pages"
name = "Reproducibility"
url = "reproducibility"
weight = 120
[[menu.main]]
parent = "pages"
name = "Sustainability"
url = "sustainability"
weight = 130
[[menu.main]]
weight = 30
name = "cohorts"
url = "cohorts"
hasChildren = true
[[menu.main]]
parent = "cohorts"
name = "All"
url = "cohorts"
weight = 10
[[menu.main]]
parent = "cohorts"
name = "Blockchain"
url = "cohorts/blockchain"
weight = 20
[[menu.main]]
parent = "cohorts"
name = "Drones"
url = "cohorts/drones"
weight = 40
[[menu.main]]
parent = "cohorts"
name = "Data Science & AI"
url = "cohorts/ds-ai"
weight = 30
[[menu.main]]
parent = "cohorts"
name = "VR + AR"
url = "cohorts/vr-ar"
weight = 50
[[menu.main]]
parent = "cohorts"
name = "Others"
url = "cohorts/others"
weight = 60
############################# Default parameters #############################
[params]
logo = "images/unicef-logo.png"
# OpenGraph / Twitter Card metadata
description = "UNICEF Open Source Inventory. A UNICEF Global Innovation knowledge base of best practices and resources for working and leading Open."
author = "Justin W. Flory, UNICEF Office of Innovation, and others"
image = "images/UNI309823.jpg"
# customize color
primary_color = "#1CABE2"
body_color = "#D8D1C9"
text_color = "#777779"
text_color_dark = "#374EA2"
text_title_color = "#ffffff"
white_color = "#ffffff"
light_color = "#f8f9fa"
# font family (choose from https://fonts.google.com/)
font_family = "Open+Sans"
# contact form action (works with https://formspree.io)
contact_form_action = "#"
# related article number limit
article_count = 3
############################# DPGs #############################
[[params.dpgs]]
dpg1 = "Relevance to Sustainable Development Goals"
dpg2 = "Use of Approved Open Licenses"
dpg3 = "Clear Ownership"
dpg4 = "Platform Independence"
dpg5 = "Documentation"
dpg6 = "Mechanism for Extracting Data"
dpg7 = "Adherence to Privacy and Applicable Laws"
dpg8 = "Adherence to Standards & Best Practices"
dpg9 = "Do No Harm by Design"
############################# Brand & identity #############################
[params.brand]
parent_org_name = "UNICEF Global"
parent_org_url = "https://www.unicef.org/"
parent_org_url_legal = "https://www.unicef.org/legal"
[params.footer]
mainSite = "https://www.unicefinnovationfund.org/"
mainSiteName = "UNICEF Innovation Fund"
description = "The UNICEF Open Source Inventory is a knowledge-base of best practices, resources, and information about working and leading Open. This is maintained as part of the Open Source Mentorship programme offered by the UNICEF Innovation Fund. The Inventory provides mentorship and guidance to anyone seeking to adopt best practices in their journey to building an Open Source project and community. It is self-serve, and can be used at various phases of building a project and community."
############################# Social links #############################
# themify icon pack : https://themify.me/themify-icons
[[params.social]]
icon = "ti-github"
name = "UNICEF Open Source Inventory on GitHub"
link = "https://github.com/unicef/inventory"
[[params.social]]
icon = "ti-twitter"
name = "@UNICEFinnovate on Twitter"
link = "https://twitter.com/UNICEFinnovate"
############################# Markup tweaks and customization #############################
[markup]
[markup.highlight]
anchorLineNos = false
codeFences = true
guessSyntax = false
hl_Lines = ''
lineAnchors = ''
lineNoStart = 1
lineNos = false
lineNumbersInTable = true
noClasses = true
style = 'murphy'
tabWidth = 4
[markup.asciidocExt]
preserveTOC = true
sectionNumbers = true
# Allow unsafe HTML
[markup.goldmark.renderer]
unsafe = true
############################# Related Articles #############################
[taxonomies]
alert = "alerts"
category = "categories"
downloadable = "downloadBtn"
############################# Team Profiles #############################
[[cascade]]
type = 'profiles'
[cascade._target]
path = '/cohorts/*/**'
[[cascade]]
type = 'team'
[cascade._target]
path = '/cohorts/**'
#######################################################################################
# Multilingual configurations #
#######################################################################################
############################# English #############################
[Languages.en]
languageName = "en"
languageCode = "en-us"
weight = 1
home = "Home"
copyright = "Creative Commons BY-SA 4.0. Site theme maintained by UNICEF. Original theme, Dot, created by ThemeFisher."
# banner
[Languages.en.params.banner]
title = "UNICEF Open Source Inventory"
subtitle = "A UNICEF Global Innovation knowledge base of best practices and resources for working and leading Open."
bg_image = "images/banner.jpg"
placeholder = "Have a question? Search the site here."
############################# Español / Spanish #############################
[Languages.es]
languageName = "es"
languageCode = "es-mx"
weight = 2
home = "Página principal"
copyright = "Creative Commons BY-SA 4.0"
# banner
[Languages.es.params.banner]
title = "Inventario de Open Source de UNICEF"
subtitle = "Una base de conocimientos de innovación mundial del UNICEF sobre mejores prácticas y recursos para trabajar y dirigir Open."
bg_image = "images/banner.jpg"
placeholder = "¿Tienes una pregunta? Busque en el sitio aquí."