-
Notifications
You must be signed in to change notification settings - Fork 80
Expand file tree
/
Copy pathhugo.toml
More file actions
285 lines (240 loc) · 7.36 KB
/
Copy pathhugo.toml
File metadata and controls
285 lines (240 loc) · 7.36 KB
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
# pyOpenSci website (Hugo)
baseURL = 'https://www.pyopensci.org/'
languageCode = 'en-us'
title = 'pyOpenSci'
theme = 'clean-hugo'
timeZone = 'America/Denver'
enableRobotsTXT = true
buildFuture = true
# Site images live in static/images/ (published as /images/...).
# Peer-review badges live in static/badges/ (published as /badges/...).
[sitemap]
changefreq = 'weekly'
filename = 'sitemap.xml'
priority = 0.5
[markup]
[markup.goldmark.renderer]
unsafe = true
[markup.highlight]
style = 'monokai'
lineNos = false
noClasses = false
codeFences = true
guessSyntax = true
[params]
author = 'pyOpenSci'
tagline = 'We support the open source contributors and developers who fuel scientific discovery.'
# Upper-left nav: logo image (served from static/images/).
[params.nav_logo]
src = 'images/logo-white.png'
alt = 'pyOpenSci logo: white flower icon above pyOpenSci wordmark.'
blog_title = 'pyOpenSci Blog'
description = 'pyOpenSci broadens participation in scientific open source.'
# Blog in-page TOC ("On this page"). Set true to re-enable sidebar TOC.
[params.blog]
enable_toc = false
[params.seo]
default_image = 'images/landing-pages/scipy-sprint-working.png'
twitter_site = 'pyOpenSci'
[params.social]
type = 'Organization'
github = 'https://github.com/pyopensci'
bluesky = 'https://bsky.app/profile/pyopensci.org'
linkedin = 'https://www.linkedin.com/company/pyopensci/'
mastodon = 'https://fosstodon.org/@pyOpenSci'
youtube = 'https://www.youtube.com/@pyopensci'
[params.footer]
follow_label = 'Follow'
mission = '''pyOpensci is dedicated to creating a welcoming, supportive and diverse community around the open source Python tools that drive open science. Our <a href="https://www.pyopensci.org/handbook/CODE_OF_CONDUCT.html" target="_blank" rel="noopener noreferrer">Code of Conduct</a> defines expected behavior and guidelines that help create such a community. pyOpenSci is a fiscally sponsored project of <a href="https://communityinitiatives.org/" target="_blank" rel="noopener noreferrer">Community Initiatives</a>, a registered 501(c)3 non-profit organization based in California, USA. pyOpenSci is grateful for support from the <a href="https://sloan.org/" target="_blank" rel="noopener noreferrer">Sloan Foundation</a> and the <a href="https://chanzuckerberg.com/" target="_blank" rel="noopener noreferrer">Chan Zuckerberg Initiative</a>.'''
[[params.footer.links]]
label = 'Mastodon'
icon = 'fab fa-fw fa-mastodon'
url = 'https://fosstodon.org/@pyOpenSci'
rel_me = true
[[params.footer.links]]
label = 'Bluesky'
icon = 'fa-solid fa-cloud'
url = 'https://bsky.app/profile/pyopensci.org'
[[params.footer.links]]
label = 'LinkedIn'
icon = 'fab fa-fw fa-linkedin'
url = 'https://www.linkedin.com/company/pyopensci'
[[params.footer.links]]
label = 'GitHub'
icon = 'fab fa-fw fa-github'
url = 'https://github.com/pyOpenSci'
[[params.footer.links]]
label = 'YouTube'
icon = 'fa-brands fa-youtube'
url = 'https://www.youtube.com/@pyopensci'
[params.theme]
enableFontAwesome = true
[params.theme.fonts]
heading = 'Poppins'
body = 'Nunito Sans'
[params.theme.colors]
primary = '#2E6060'
primaryDark = '#142929'
primaryLight = '#D6E3E3'
secondary = '#F1E0A6'
accent = '#42213D'
accentLight = '#E4B8C6'
neutral = '#395E66'
white = '#FFFFFF'
gray50 = '#F9FAFB'
gray200 = '#E5E7EB'
gray600 = '#4B5563'
gray700 = '#374151'
gray900 = '#111827'
link = '#2E6060'
linkOnDark = '#2DD4BF'
linkHover = '#1F4345'
featureCard = '#EBC1D3'
'heroBg' = '#33205C'
brandPurple = '#33205C'
deepPurple = '#19112D'
brandPurpleDark = '#542668'
brandPurpleMedium = '#735FAB'
brandSoftPurple = '#BAB3D4'
brandLightPurple = '#E1DFED'
brandMagenta = '#BB82B0'
brandHeaderPurple = '#6B5B95'
'admonition-info' = '#53354F'
'admonition-success' = '#71B3B5'
'admonition-warning' = '#E4B8C6'
'admonition-danger' = '#F1E0A6'
'admonition-note' = '#CAE4E4'
# Event cards on /events/ (event_type: training | sprint | community | talk)
eventLabelTrainingBg = '#D6E3E3'
eventLabelTrainingFg = '#142929'
eventLabelSprintBg = '#E4B8C6'
eventLabelSprintFg = '#111827'
eventLabelCommunityBg = '#F1E0A6'
eventLabelCommunityFg = '#111827'
eventLabelTalkBg = '#CAE4E4'
eventLabelTalkFg = '#142929'
eventDateBadgeBg = '#42213D'
eventDateBadgeFg = '#FFFFFF'
[params.nav_button]
text = 'Donate'
url = 'https://give.communityin.org/pyopensci_2024'
variant = 'green'
# Site search — Algolia InstantSearch (ported from search branch / PR #788).
[params.search]
enable = true
title = 'Search our website'
subtitle = 'Our website includes a Python packaging guide, a peer review guide and lessons that we have built. Search below to explore our resources.'
placeholder = 'Search the site...'
no_results = 'No results'
loading = 'Loading search…'
error = 'Search is temporarily unavailable. Please try again.'
[params.algolia]
application_id = 'OCL08AWWSO'
index_name = 'pyopensci'
search_only_api_key = '42e1fb9616225e65d332af46f27dba9f'
powered_by = true
# Main navigation
[[menu.main]]
name = 'Peer Review'
weight = 10
[[menu.main]]
name = 'About peer review'
url = '/about-peer-review/'
parent = 'Peer Review'
weight = 1
[[menu.main]]
name = 'How to submit a package'
url = '/how-to-submit-a-package-to-pyopensci/'
parent = 'Peer Review'
weight = 2
[[menu.main]]
name = 'Community partners'
url = '/partners/'
parent = 'Peer Review'
weight = 3
[[menu.main]]
name = 'Accepted packages'
url = '/python-packages/'
parent = 'Peer Review'
weight = 4
[[menu.main]]
name = 'Peer review guide'
url = 'https://www.pyopensci.org/software-peer-review/'
parent = 'Peer Review'
weight = 5
[menu.main.params]
external = true
icon = 'fas fa-external-link-alt'
[[menu.main]]
name = 'Packaging'
weight = 20
[[menu.main]]
name = 'Packaging resources'
url = '/python-packaging-science/'
parent = 'Packaging'
weight = 1
[[menu.main]]
name = 'Our packages'
url = '/python-packages/'
parent = 'Packaging'
weight = 2
[[menu.main]]
name = 'Package Guidebook'
url = 'https://www.pyopensci.org/python-package-guide/'
parent = 'Packaging'
weight = 3
[menu.main.params]
external = true
icon = 'fas fa-external-link-alt'
[[menu.main]]
name = 'Learn'
weight = 30
[[menu.main]]
name = 'For Learners'
url = '/learn/'
parent = 'Learn'
weight = 1
[[menu.main]]
name = 'For Universities & Labs'
url = '/learn-universities-labs/'
parent = 'Learn'
weight = 2
[[menu.main]]
name = 'Blog'
url = '/blog/'
parent = 'Learn'
weight = 3
[[menu.main]]
name = 'Events'
url = '/events/'
parent = 'Learn'
weight = 4
[[menu.main]]
name = 'Community'
weight = 40
[[menu.main]]
name = 'Our Community'
url = '/our-community/'
parent = 'Community'
weight = 1
[[menu.main]]
name = 'Handbook'
url = 'https://www.pyopensci.org/handbook/'
parent = 'Community'
weight = 2
[menu.main.params]
external = true
icon = 'fas fa-external-link-alt'
[[menu.main]]
name = 'Support Us'
weight = 50
[[menu.main]]
name = 'Ways to Give'
url = '/ways-to-give/'
parent = 'Support Us'
weight = 1
[[menu.main]]
name = 'Volunteer'
url = '/volunteer/'
parent = 'Support Us'
weight = 2