-
Notifications
You must be signed in to change notification settings - Fork 28
/
config.yaml
394 lines (321 loc) · 11.6 KB
/
config.yaml
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
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
---
###############################################################################
# #
# WEBSITE CONFIGURATION #
# #
###############################################################################
# --- base website settings ---
baseURL: https://unicef.github.io/inventory/
title: UNICEF O.S. Inventory
theme: inventory
languageCode: en-us
enableEmoji: true
enableGitInfo: true
# Optional: Add Google Analytics tracking support.
googleAnalytics: "G-80FMX4TPM0"
# --- security settings ---
security:
exec:
allow: ['^dart-sass-embedded$', '^go$', '^npx$', '^postcss$', '^asciidoctor$']
# --- markup settings ---
markup:
asciidocExt:
preserveTOC: true
sectionNumbers: true
goldmark:
renderer:
unsafe: true
highlight:
anchorLineNos: false
codeFences: true
guessSyntax: false
hl_Lines: ""
lineAnchors: ""
lineNoStart: 1
lineNos: false
lineNumbersInTable: true
noClasses: true
style: murphy
tabWidth: 4
# --- privacy settings ---
privacy:
googleAnalytics:
anonymizeIP: true
respectDoNotTrack: true
twitter:
enableDNT: true
vimeo:
enableDNT: true
youtube:
privacyEnhanced: true
# --- custom settings ---
params:
# "Edit this page" feature: git forge content base link
# [Example] editPrefix: https://github.com/username/repo-name/blob/main/content
editPrefix: https://github.com/unicef/inventory/blob/main/content
# Shown on all pages. When logo is empty, it will show your site title, set above.
logo: "images/unicef-logo.png"
# OpenGraph data
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
# Tip: Find a royalty-free image from unsplash.com for an OpenGraph image.
image: "images/UNI309823.jpg"
# customize color
primary_color: "#1CABE2"
primary_color_light: "#1b66b1"
body_color: "#f2f4f6"
text_color: "#636363"
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
# brand and identity information
brand:
parent_org_name: UNICEF Global
parent_org_url: https://www.unicef.org/
parent_org_url_legal: https://www.unicef.org/legal
# DPG Standard indicators
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
# --- social platform settings ---
# themify icon pack : https://themify.me/themify-icons
social:
- icon: ti-github
name: UNICEF Open Source Inventory on GitHub
link: https://github.com/unicef/inventory
- icon: ti-twitter-alt
name: "@UNICEFinnovate on Twitter"
link: https://twitter.com/UNICEFinnovate
# --- taxonomy settings ---
taxonomies:
alert: alerts
category: categories
downloadable: downloadBtn
# --- Team Profiles settings ---
cascade:
- type: profiles
_target:
path: "/cohorts/*/**"
- type: team
_target:
path: "/cohorts/**"
# --- multilingual settings ---
Languages:
############################# English #############################
en:
languageName: en
languageCode: en-us
weight: 1
home: Home
copyright: "Creative Commons Attribution-ShareAlike 4.0 (CC BY-SA-4.0). Site theme maintained by the [UNICEF Office of Innovation](https://www.unicef.org/innovation/)."
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.
cta:
enable: false
title: Formspree integration
content: Create a quick and easy contact form for site visitors to get in touch using built-in Formspree integration.
button:
enable: false
label: See the form
link: contact
footer:
mainSite: https://www.unicefinnovationfund.org/
mainSiteName: UNICEF Venture 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 Venture 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.
# --- navigation menu ---
menu:
main:
# --- navigation option 1: FAQ ---
- name: FAQ
weight: 10
url: faq
# --- navigation option 2: DPG indicators ---
- name: DPG indicators
weight: 20
url: dpg-indicators
hasChildren: true
- name: 1. Sustainable Development Goals
parent: DPG indicators
weight: 10
url: dpg-indicators/1/
- name: 2. Use of Approved Open Licenses
parent: DPG indicators
weight: 20
url: dpg-indicators/2/
- name: 3. Clear Ownership
parent: DPG indicators
weight: 30
url: dpg-indicators/3/
- name: 4. Platform Independence
parent: DPG indicators
weight: 40
url: dpg-indicators/4/
- name: 5. Documentation
parent: DPG indicators
weight: 50
url: dpg-indicators/5/
- name: 6. Data extraction
parent: DPG indicators
weight: 60
url: dpg-indicators/6/
- name: 7. Adherence to Privacy and Applicable Laws
parent: DPG indicators
weight: 70
url: dpg-indicators/7/
- name: 8. Adherence to Standards and Best Practices
parent: DPG indicators
weight: 80
url: dpg-indicators/8/
- name: 9. Do No Harm by Design
parent: DPG indicators
weight: 90
url: dpg-indicators/9/
# --- navigation option 3: Venture Fund cohorts ---
- name: Venture Fund cohorts
weight: 30
url: cohorts
hasChildren: true
- name: All
parent: Venture Fund cohorts
weight: 10
url: cohorts
- name: Blockchain
parent: Venture Fund cohorts
weight: 20
url: cohorts/blockchain
- name: Data Science & A.I.
parent: Venture Fund cohorts
weight: 30
url: cohorts/ds-ai
- name: Drones
parent: Venture Fund cohorts
weight: 40
url: cohorts/drones
- name: VR + AR
parent: Venture Fund cohorts
weight: 50
url: cohorts/vr-ar
- name: Others
parent: Venture Fund cohorts
weight: 60
url: cohorts/others
############################# español / Spanish #############################
es:
languageName: es
languageCode: es-mx
weight: 2
home: Página principal
copyright: "Creative Commons Attribution-ShareAlike 4.0 (CC BY-SA-4.0). La plantilla del sitio mantenido por la [Oficina de Innovación de UNICEF](https://www.unicef.org/innovation/)."
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: ¿Ud. tiene una pregunta? Usted busca el sitio aquí.
cta:
enable: false
title: Integración de Formspree
content: Cree un formulario de contacto rápido y fácil para que los visitantes del sitio se comuniquen con la integración integrada de Formspree.
button:
enable: false
label: Ver el formulario
link: contact
footer:
mainSite: https://www.unicefinnovationfund.org/
mainSiteName: UNICEF Venture Fund
description: El Inventario de Open Source de UNICEF es una base de conocimiento de mejores prácticas, recursos e información sobre cómo trabajar y liderar Open. Esto se mantiene como parte del programa Open Source Mentorship ofrecido por UNICEF Venture Fund. El Inventario brinda tutoría y orientación a cualquier persona que busque adoptar las mejores prácticas en su camino hacia la construcción de un proyecto y una comunidad de Open Source. Es de autoservicio y se puede utilizar en varias fases de la construcción de un proyecto y una comunidad.
# --- navigation menu ---
menu:
main:
# --- navigation option 1: FAQ ---
- name: FAQ
weight: 10
url: faq
# --- navigation option 2: DPG indicators ---
- name: Indicadores DPG
weight: 20
url: dpg-indicators
hasChildren: true
- name: 1. Metas de Desarrollo Sostenible
parent: Indicadores DPG
weight: 10
url: dpg-indicators/1/
- name: 2. Uso de licencias "Open" aprobadas
parent: Indicadores DPG
weight: 20
url: dpg-indicators/2/
- name: 3. La propiedad es clara
parent: Indicadores DPG
weight: 30
url: dpg-indicators/3/
- name: 4. Independencia de la plataforma
parent: Indicadores DPG
weight: 40
url: dpg-indicators/4/
- name: 5. Documentación
parent: Indicadores DPG
weight: 50
url: dpg-indicators/5/
- name: 6. Extracción de datos
parent: Indicadores DPG
weight: 60
url: dpg-indicators/6/
- name: 7. Cumplimiento de la privacidad y las leyes aplicables
parent: Indicadores DPG
weight: 70
url: dpg-indicators/7/
- name: 8. Cumplimiento de estándares y mejores prácticas
parent: Indicadores DPG
weight: 80
url: dpg-indicators/8/
- name: 9. No hacer daño por diseño
parent: Indicadores DPG
weight: 90
url: dpg-indicators/9/
# --- navigation option 3: Venture Fund cohorts ---
- name: Cohortes de Venture Fund
weight: 30
url: cohorts
hasChildren: true
- name: Todos
parent: Cohortes de Venture Fund
weight: 10
url: cohorts
- name: Blockchain
parent: Cohortes de Venture Fund
weight: 20
url: cohorts/blockchain
- name: Ciencia de datos e I.A.
parent: Cohortes de Venture Fund
weight: 30
url: cohorts/ds-ai
- name: Drones
parent: Cohortes de Venture Fund
weight: 40
url: cohorts/drones
- name: VR + AR
parent: Cohortes de Venture Fund
weight: 50
url: cohorts/vr-ar
- name: Otras
parent: Cohortes de Venture Fund
weight: 60
url: cohorts/others