-
-
Notifications
You must be signed in to change notification settings - Fork 133
/
_config.yml
345 lines (273 loc) · 11.7 KB
/
_config.yml
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
# Jekyll site settings.
# Jekyll is a Ruby tool for building static sites.
# Github Pages does all the hard work of building the Jekyll site. Yay!
# Custom CNAME settings in this repository make carpentries.org redirect
# to the Github Pages page.
#
# ASCII-Font › http://patorjk.com/software/taag/#p=display&f=Slant&t=Phlow
#
# _____ _ __ _____ __ __ _
# / ___/(_) /____ / ___/___ / /_/ /_(_)___ ____ ______
# \__ \/ / __/ _ \ \__ \/ _ \/ __/ __/ / __ \/ __ `/ ___/
# ___/ / / /_/ __/ ___/ / __/ /_/ /_/ / / / / /_/ (__ )
# /____/_/\__/\___/ /____/\___/\__/\__/_/_/ /_/\__, /____/
# /____/
#
# Title of your website
title: "The Carpentries"
# The slogan describes your website and is used on homepage in <title> and other important places
slogan: "We teach foundational coding and data science skills to researchers worldwide."
# The description is used on homepage and in the footer to quickly describe your website. Use a maximum of 150 characters for SEO-purposes.
description: "The Carpentries is a fiscally sponsored project of <a href='http://communityin.org/'>Community Initiatives</a>, a registered 501(c)3 non-profit organisation based in California, USA. We are a global community teaching foundational computational and data science skills to researchers in academia, industry and government."
# Main author of the website
# See > authors.yml
author: admin
# This URL is the main address for absolute links. Do not include a slash at the end.
#
url: 'https://carpentries.org'
baseurl: ''
filesurl: 'https://carpentries.org/files'
# Other URLs
handbook_url: "https://docs.carpentries.org"
slack_invite: "https://slack-invite.carpentries.org/"
# Helpscout boxes
contact: "[email protected]"
instructor_training_contact: "[email protected]"
carpentrycon_contact: "[email protected]"
workshops_contact: "[email protected]"
membership_contact: "[email protected]"
community_contact: "[email protected]"
finance_contact: "[email protected]"
jobs_contact: "[email protected]"
sponsorship_contact: "[email protected]"
lessondev_training_contact: "[email protected]"
# Code of Conduct URL
code_of_conduct_url: "https://docs.carpentries.org/topic_folders/policies/code-of-conduct.html"
# Regional contacts
contact_ca: "[email protected]" # Canada
contact_au: "[email protected]" # Australia
contact_nz: "[email protected]" # New Zealand
contact_uk: "[email protected]" # United Kingdom
contact_afr: "[email protected]" # Africa
contact_nordic: "[email protected]" # Nordic Countries
contact_dach: "[email protected]" # DACH Countries
# Links to AMY and forms
wrf_landing: "https://amy.carpentries.org/forms/workshop/" # Landing page for the three forms
wrf_request: "https://amy.carpentries.org/forms/request_workshop/" # Request a workshop
wrf_inquiry: "https://amy.carpentries.org/forms/inquiry/" # inquire about workshop
wrf_selforg: "https://amy.carpentries.org/forms/self-organised/" # Report Self-Organised workshop
amy_landing: "https://amy.carpentries.org/"
instructor_training_app: "https://amy.carpentries.org/forms/request_training/"
# Scholarship form
financial_support_form: "https://carpentries.typeform.com/to/lZat2eO5"
# Website repository
website_github_repo: "https://github.com/carpentries/carpentries.org"
gh_default_branch: "main"
# Website configuration links
mailing_lists : "https://carpentries.topicbox.com/groups"
# Fundraising
fundraising_link: "http://give.communityin.org/TheCarpentries"
# This is for the editing function in _/includes/improve_content
# Leave it empty if your site is not on GitHub/GitHub Pages
# improve_content: https://github.com/Phlow/feeling-responsive/edit/gh-pages
# This URL points directly to the images directory making
# things easier to link to images in posts and templates. It needs a slash at the end.
#
# Example: <img src="{{ site.urlimg }}/{{ post.image.title }}" />
# Markdown-Example for posts ![Image Text]({{ site.urlimg }}/image.jpg)
#
urlimg: 'https://carpentries.org/images'
# Logo size is 600x80 pixels
logo: "TheCarpentries.svg"
# flag size to be displayed in workshop feed
flag_size: 24
# Paginates all X entries
paginate: 15
# Pagination path › Important for blog page in /blog/ to work
paginate_path: "blog/page:num"
# Theme works best with Kramdown (using the table of contents function)
markdown: kramdown
kramdown:
parse_block_html: true
permalink: /blog/:year/:month/:title/
highlight: rouge
plugins_dir: [jekyll-paginate, jekyll-redirect-from]
excerpt_separator: "<!--more-->"
include: ['.htaccess']
# Exclude these files from your production _site
exclude:
- .sass-cache
- Gemfile
- Gemfile.lock
- README.md
- INSTALL.md
plugins:
- jekyll-get-json
## external data sources
jekyll_get_json:
- data: all_badged_people
json: 'https://feeds.carpentries.org/all_badged_people.json'
- data: all_past_workshops
json: 'https://feeds.carpentries.org/all_past_workshops.json'
- data: all_upcoming_workshops
json: 'https://feeds.carpentries.org/all_upcoming_workshops.json'
- data: badges_stats
json: 'https://feeds.carpentries.org/badges_stats.json'
- data: community_lessons
json: 'https://feeds.carpentries.org/community_lessons.json'
- data: help_wanted_issues
json: 'https://feeds.carpentries.org/help_wanted_issues.json'
- data: newsletter
json: 'https://feeds.carpentries.org/newsletter.json'
- data: members
json: 'https://feeds.carpentries.org/all_public_memberships.json'
- data: all_trainers
json: 'https://feeds.carpentries.org/all_trainers.json'
- data: all_maintainers
json: 'https://feeds.carpentries.org/all_maintainers.json'
# The language setting is used in /includes/header.html for html-settings
language: "en"
# Do not display future posts
future: false
# Used › default.html front-matter and compress.html
# Options › http://jch.penibelst.de
compress_html:
clippings: all
comments: ["<!-- ", " -->"]
endings: all
profile: false
ignore:
envs: [development]
#
# ____ ____ ____
# / __ \___ / __/___ ___ __/ / /_
# / / / / _ \/ /_/ __ `/ / / / / __/
# / /_/ / __/ __/ /_/ / /_/ / / /_
# /_____/\___/_/ \__,_/\__,_/_/\__/
#
# Default Settings
defaults:
-
scope:
path: "" # an empty string here means all files in the project
type: "pages"
values:
show_meta: false # Hide metadata for all pages
# sidebar: # Possible values › left, right › by default there will be no sidebar
comments: false
author: admin # Default author for pages
edit_on_github: true
-
scope:
path: ""
type: "posts"
values:
show_meta: true # Show metadata for all posts
# sidebar: # Possible values › left, right › by default there will be no sidebar
comments: true
author: admin # Default author for posts
edit_on_github: true
# _ __ _ __ _
# / | / /___ __ __(_)___ _____ _/ /_(_)___ ____
# / |/ / __ `/ | / / / __ `/ __ `/ __/ / __ \/ __ \
# / /| / /_/ /| |/ / / /_/ / /_/ / /_/ / /_/ / / / /
# /_/ |_/\__,_/ |___/_/\__, /\__,_/\__/_/\____/_/ /_/
# /____/
#
# Open _data/navigation.yml to adjust the left and right topbar navigation
#
# _____ __________
# / ___// ____/ __ \
# \__ \/ __/ / / / /
# ___/ / /___/ /_/ /
# /____/_____/\____/ Verify Website to Webmaster Tools
# google_author: ""
# google_site_verification: ""
# bing_webmastertools_id: ""
# alexa_verify_id: ""
# ______ _
# / ____/___ __ __(_)________ ____ _____
# / /_ / __ `/ | / / / ___/ __ \/ __ \/ ___/
# / __/ / /_/ /| |/ / / /__/ /_/ / / / (__ )
# /_/ \__,_/ |___/_/\___/\____/_/ /_/____/ Favicon-Crap: Favicons, Chrome, Android & Apple Touch Buttons
# More information » https://mathiasbynens.be/notes/touch-icons
favicon-32x32: "favicon-32x32.png"
touch-icon-192x192: "android-chrome-192x192.png"
apple-touch-icon-180x180-precomposed: "apple-touch-icon.png"
apple-touch-icon-152x152-precomposed: "apple-touch-icon-152x152.png"
apple-touch-icon-144x144-precomposed: "apple-touch-icon-144x144.png"
apple-touch-icon-120x120-precomposed: "apple-touch-icon-120x120.png"
apple-touch-icon-114x114-precomposed: "apple-touch-icon-114x114.png"
apple-touch-icon-76x76-precomposed: "apple-touch-icon-76x76.png"
apple-touch-icon-72x72-precomposed: "apple-touch-icon-72x72.png"
apple-touch-icon-precomposed: "apple-touch-icon.png"
msapplication_tileimage: "mstile-150x150.png" # Size 144x144
msapplication_tilecolor: "#ffffff"
# ______ __ __
# / ____/___ _________ / /_ ____ ____ / /__
# / /_ / __ `/ ___/ _ \/ __ \/ __ \/ __ \/ //_/
# / __/ / /_/ / /__/ __/ /_/ / /_/ / /_/ / ,<
# /_/ \__,_/\___/\___/_.___/\____/\____/_/|_| Facebook-Optimization › http://j.mp/fb_optimize
# https://developers.facebook.com/docs/sharing/best-practices#images
## image should be 1200x630 (1.91:1 ratio)
og_image: "TheCarpentries-opengraph.png"
og_locale: "en_EN"
og_type: "website"
og_title: "The Carpentries"
og_description: "We teach foundational coding and data science skills to researchers worldwide."
og_url: "https://thecarpentries.org"
# _____ _ __ __ ___ ___
# / ___/____ _____(_)___ _/ / / |/ /__ ____/ (_)___ _
# \__ \/ __ \/ ___/ / __ `/ / / /|_/ / _ \/ __ / / __ `/
# ___/ / /_/ / /__/ / /_/ / / / / / / __/ /_/ / / /_/ /
# /____/\____/\___/_/\__,_/_/ /_/ /_/\___/\__,_/_/\__,_/
#
# Open _data/socialmedia.yml to adjust the left and right topbar navigation
#
# ____ _
# / __ \(_)________ ___ _______
# / / / / / ___/ __ `/ / / / ___/
# / /_/ / (__ ) /_/ / /_/ (__ )
# /_____/_/____/\__, /\__,_/____/
# /_/
#
# used in _includes/comments
# disqus_shortname:
# __ __
# __ __/ /_/ /____ _________ _____ _____ ___ _____
# / / / / __/ __/ _ \/ ___/ __ `/ __ \/ ___// _ \/ ___/
# / /_/ / /_/ /_/ __/ / / /_/ / / / / /___/ __(__ )
# \__,_/\__/\__/\___/_/ \__,_/_/ /_/\___(_)___/____/
#
utterances_gh_repo: carpentries/conversations
# _____
# / ___/____ ___________
# \__ \/ __ `/ ___/ ___/
# ___/ / /_/ (__ |__ ) More › http://sass-lang.com/
# /____/\__,_/____/____/ More › http://jekyllrb.com/docs/assets/#sassscss
#
sass:
sass_dir: _sass
style: :compressed
# ___ __ __ _
# / | ____ ____ _/ /_ __/ /_(_)_________
# / /| | / __ \/ __ `/ / / / / __/ / ___/ ___/
# / ___ |/ / / / /_/ / / /_/ / /_/ / /__(__ )
# /_/ |_/_/ /_/\__,_/_/\__, /\__/_/\___/____/ https://www.google.com/analytics/
# /____/
#
# used in _includes/footer_scripts
## google_analytics_tracking_id:
# _ _ _
# | |_ __ ___ _| | __| |_ ___
# | __/ _` \ \ /\ / / |/ /| __/ _ \
# | || (_| |\ V V /| < | || (_) |
# \__\__,_| \_/\_/ |_|\_(_)__\___/ More › https://www.tawk.to/knowledgebase/
#
# tawk.to is a free live chat app that lets you monitor and chat
# with visitors on your website or from a free customizable page
#
# To load the script add tawkto: true in front matter of each page
#
# used in _includes/footer_scripts
# tawkto_embed_uri: