-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.yaml
189 lines (151 loc) · 4.55 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
---
###############################################################################
# #
# WEBSITE CONFIGURATION #
# #
###############################################################################
# --- base website settings ---
baseURL: https://sustainers.github.io/design/
title: "Design & UX, curated by Sustain"
theme: inventory
languageCode: en-us
enableEmoji: true
enableGitInfo: true
googleAnalytics: ""
# --- 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: S.O.S. Design Podcast
weight: 12
url: https://sosdesign.sustainoss.org/
- name: pages
weight: 20
url: pages
hasChildren: true
- name: Defining Design
parent: pages
weight: 10
url: definitions
- name: For the maintainers
parent: pages
weight: 20
url: maintainers
- name: For the designers
parent: pages
weight: 30
url: designers
- name: Guidelines & frameworks
parent: pages
weight: 40
url: guidelines
- name: Case studies & examples
parent: pages
weight: 50
url: examples
# --- custom settings ---
params:
logo: "images/logo.png"
# OpenGraph data
description: Inventory of design resources, best practices, and content about design contributions in Open Source.
author: SustainOSS Design & UX Working Group
image: "images/UNI309823.jpg"
# customize color
primary_color: "#32c6b0"
body_color: "#D8D1C9"
text_color: "#777779"
text_color_dark: "#374EA2"
text_title_color: "#264959ff"
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: SustainOSS
parent_org_url: https://sustainoss.org/
parent_org_url_legal: https://sustainoss.org/privacy/
footer:
mainSite: https://discourse.sustainoss.org/c/working-groups/design/25
mainSiteName: Discourse @ SustainOSS
description: Inventory of design resources, best practices, and content about design contributions in Open Source.
# --- social platform settings ---
# themify icon pack : https://themify.me/themify-icons
social:
- icon: ti-github
name: SustainOSS on GitHub
link: https://github.com/sustainers/design
- icon: ti-twitter
name: "@SustainOSS on Twitter"
link: https://twitter.com/SustainOSS
# --- 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: Design & UX
subtitle: Inventory of design resources, best practices, and content about design contributions in Open Source.
# Photo by Hal Gatewood on Unsplash.
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í.