-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.yaml
204 lines (170 loc) · 5.43 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
---
###############################################################################
# #
# WEBSITE CONFIGURATION #
# #
###############################################################################
# --- base website settings ---
baseURL: https://unicef.github.io/ooi-toolkit-ds/
title: UNICEF Data Science & A.I. Toolkit
theme: inventory
languageCode: en-us
enableEmoji: true
enableGitInfo: true
# Optional: Add Google Analytics tracking support.
googleAnalytics: ""
# New in hugo 0.91.0
# https://github.com/gohugoio/hugo/releases/tag/v0.91.0
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
# --- navigation menu ---
menu:
main:
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
- name: FAQ
weight: 10
url: faq
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
- name: Drones
parent: Toolkits
url: https://unicef.github.io/drone-4sdgtoolkit/
weight: 10
- name: Open Source
parent: Toolkits
url: https://unicef.github.io/inventory/
weight: 20
- name: Software Development
parent: Toolkits
url: https://unicef.github.io/ooi-toolkit-software/
weight: 30
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
- name: pages
weight: 20
url: pages
hasChildren: true
# Sub-pages in this drop-down should correspond to categories created in /content/
# - name: Data Collection
# parent: pages
# weight: 10
# url: data
#
# - name: Model Development
# parent: pages
# weight: 20
# url: development
#
# - name: Model Deployment
# parent: pages
# weight: 30
# url: deployment
#
# - name: Data Privacy & Ethics
# parent: pages
# weight: 40
# url: data
# --- custom settings ---
params:
logo: "images/unicef-logo.png"
# OpenGraph data
description: A toolkit for data science and AI modeling best practices, created for the UNICEF Venture Fund in the Office of Innovation.
author: Daniel Alvarez, UNICEF Office of Innovation, and others
# find a royalty-free image from unsplash.com
image: "images/opengraph.png"
# 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
footer:
mainSite: https://www.unicefinnovationfund.org/
mainSiteName: UNICEF Venture Fund
description: A toolkit for data science and AI modeling best practices, created for the UNICEF Venture Fund in the Office of Innovation.
# --- social platform settings ---
# themify icon pack : https://themify.me/themify-icons
social:
- icon: ti-github
name: UNICEF Data Science & Artificial Intelligence Toolkit on GitHub
link: https://github.com/unicef/ooi-toolkit-ds
- icon: ti-twitter
name: "@UNICEFinnovate on Twitter"
link: https://twitter.com/UNICEFinnovate
# --- taxonomy settings ---
taxonomies:
alert: alerts
category: categories
downloadable: downloadBtn
# --- multilingual settings ---
Languages:
############################# English #############################
en:
languageName: en
languageCode: en-us
weight: 1
home: Home
copyright: Creative Commons BY-SA 4.0. Site theme adapted from UNICEF Inventory theme.
params:
banner:
title: UNICEF Data Science & A.I. Toolkit
subtitle: A toolkit for data science and AI modeling best practices, created for the UNICEF Venture Fund in the Office of Innovation.
bg_image: images/banner.jpg
placeholder: Have a question? Search the site here.
############################# Español / Spanish #############################
# es:
# languageName: es
# languageCode: es-mx
# weight: 2
# home: Página principal
# copyright: Creative Commons BY-SA 4.0.
# 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í.