3
3
# Github Pages does all the hard work of building the Jekyll site. Yay!
4
4
# Custom CNAME settings in this repository make carpentries.org redirect
5
5
# to the Github Pages page.
6
- #
6
+ ---
7
7
# ASCII-Font › http://patorjk.com/software/taag/#p=display&f=Slant&t=Phlow
8
8
#
9
9
# _____ _ __ _____ __ __ _
@@ -33,31 +33,37 @@ author: admin
33
33
url : ' https://www.hpc-carpentry.org'
34
34
baseurl : ' '
35
35
filesurl : ' https://www.hpc-carpentry.org/files'
36
-
37
- carpentries_url : ' https://carpentries.org'
38
36
39
- # Regional contacts
40
- contact_ca : " " # Canada
41
- contact_au : " " # Australia
42
- contact_nz : " " # New Zealand
43
- contact_uk : " " # United Kingdom
44
- contact_afr : " " # Africa
45
- contact_nordic : " " # Nordic Countries
37
+ github_url : " https://github.com/hpc-carpentry"
38
+ github_io_url : " http://hpc-carpentry.github.io"
39
+ incubator_url : " https://github.com/carpentries-incubator"
40
+ incubator_io : " https://carpentries-incubator.github.io"
41
+
42
+ contact_dach : " "
43
+ contact_nz :
" [email protected] " # Megan Guidry, New Zealand
44
+ contact_uk : " "
45
+ contact_us : " "
46
+ carpentries_url : ' https://carpentries.org'
46
47
48
+ amy_url : " https://amy.carpentries.org/workshops"
49
+ dc_url : " http://datacarpentry.org"
50
+ lc_url : " https://librarycarpentry.org"
51
+ store_url : " http://www.cafepress.com/swcarpentry"
52
+ pad_url : " http://pad.software-carpentry.org"
47
53
48
54
# Links to AMY and forms
49
55
50
- wrf_landing : " https://amy.carpentries.org/forms/workshop/" # Landing page for the three forms
51
- wrf_request : " https://amy.carpentries.org/forms/request_workshop/" # Request a workshop
52
- wrf_inquiry : " https://amy.carpentries.org/forms/inquiry/" # inquire about workshop
53
- wrf_selforg : " https://amy.carpentries.org/forms/self-organised/" # Report self organized workshop
56
+ wrf_landing : " https://amy.carpentries.org/forms/workshop/" # Landing page for the three forms
57
+ wrf_request : " https://amy.carpentries.org/forms/request_workshop/" # Request a workshop
58
+ wrf_inquiry : " https://amy.carpentries.org/forms/inquiry/" # inquire about workshop
59
+ wrf_selforg : " https://amy.carpentries.org/forms/self-organised/" # Report self organized workshop
54
60
55
61
# Website repository
56
62
website_github_repo : " https://github.com/hpc-carpentry/hpc-carpentry.github.io"
57
63
gh_default_branch : " main"
58
64
59
65
# Website configuration links
60
- mailing_lists : " http://carpentries.topicbox.com/groups"
66
+ mailing_lists : " http://carpentries.topicbox.com/groups"
61
67
62
68
63
69
# This is for the editing function in _/includes/improve_content
@@ -92,47 +98,50 @@ paginate_path: "blog/page:num"
92
98
markdown : kramdown
93
99
kramdown :
94
100
parse_block_html : true
95
- permalink : /blog/:year/:month/:title/
96
- highlight : rouge
97
- plugins_dir : [jekyll-paginate, jekyll-redirect-from]
101
+ permalink : /blog/:year/:month/:title.html
102
+ highlight : pygments
98
103
excerpt_separator : " <!--more-->"
99
- include : ['.htaccess']
100
- # Exclude these files from your production _site
104
+ include :
105
+ - .htaccess
101
106
exclude :
102
- - .sass-cache
103
- - Gemfile
104
- - Gemfile.lock
105
- - LICENSE
106
- - README.md
107
- - INSTALL.md
108
- - vendor/
107
+ - .sass-cache
108
+ - Gemfile
109
+ - Gemfile.lock
110
+ - LICENSE
111
+ - README.md
112
+ - INSTALL.md
113
+ - Makefile
114
+ - vendor/
115
+
116
+ # Build settings
117
+ # - https://github.com/jekyll/jekyll-redirect-from
109
118
110
119
plugins :
120
+ - jekyll-paginate
121
+ - jekyll-redirect-from
111
122
- jekyll-get-json
112
123
113
124
# # external data sources
114
125
jekyll_get_json :
115
- - data : all_badged_people
116
- json : ' https://feeds.carpentries.org/all_badged_people.json'
117
- - data : all_past_workshops
118
- json : ' https://feeds.carpentries.org/all_past_workshops.json'
119
- - data : all_upcoming_workshops
120
- json : ' https://feeds.carpentries.org/all_upcoming_workshops.json'
121
- - data : badges_stats
122
- json : ' https://feeds.carpentries.org/badges_stats.json'
123
126
# - data: community_lessons
124
127
# json: 'https://feeds.carpentries.org/community_lessons.json'
125
128
- data : help_wanted_issues
126
129
json : ' https://feeds.carpentries.org/help_wanted_issues.json'
127
- - data : newsletter
128
- json : ' https://feeds.carpentries.org/newsletter.json'
130
+ # - data: all_badged_people
131
+ # json: 'https://feeds.carpentries.org/all_badged_people.json'
132
+ # - data: badges_stats
133
+ # json: 'https://feeds.carpentries.org/badges_stats.json'
134
+ # - data: all_past_workshops
135
+ # json: 'https://feeds.carpentries.org/all_past_workshops.json'
136
+ # - data: all_upcoming_workshops
137
+ # json: 'https://feeds.carpentries.org/all_upcoming_workshops.json'
129
138
130
139
131
140
# The language setting is used in /includes/header.html for html-settings
132
141
language : " en"
133
142
134
143
# Use an incremental build (if supported, see https://jekyllrb.com/docs/configuration/incremental-regeneration/)
135
- incremental : true
144
+ incremental : false
136
145
137
146
# Used › default.html front-matter and compress.html
138
147
# Options › http://jch.penibelst.de
@@ -143,8 +152,6 @@ compress_html:
143
152
profile : false
144
153
ignore :
145
154
envs : [development]
146
-
147
-
148
155
#
149
156
# ____ ____ ____
150
157
# / __ \___ / __/___ ___ __/ / /_
@@ -157,11 +164,11 @@ compress_html:
157
164
defaults :
158
165
-
159
166
scope :
160
- path : " " # an empty string here means all files in the project
167
+ path : " " # an empty string here means all files in the project
161
168
type : " pages"
162
169
values :
163
- show_meta : false # Hide metadata for all pages
164
- # sidebar: # Possible values › left, right › by default there will be no sidebar
170
+ show_meta : false # Hide metadata for all pages
171
+ # sidebar: # Possible values › left, right › by default there will be no sidebar
165
172
comments : false
166
173
author : admin # Default author for pages
167
174
edit_on_github : true
@@ -176,8 +183,6 @@ defaults:
176
183
author : admin # Default author for posts
177
184
edit_on_github : true
178
185
179
-
180
-
181
186
# _ __ _ __ _
182
187
# / | / /___ __ __(_)___ _____ _/ /_(_)___ ____
183
188
# / |/ / __ `/ | / / / __ `/ __ `/ __/ / __ \/ __ \
@@ -188,8 +193,6 @@ defaults:
188
193
# Open _data/navigation.yml to adjust the left and right topbar navigation
189
194
#
190
195
191
-
192
-
193
196
# _____ __________
194
197
# / ___// ____/ __ \
195
198
# \__ \/ __/ / / / /
@@ -201,8 +204,6 @@ defaults:
201
204
# bing_webmastertools_id: ""
202
205
# alexa_verify_id: ""
203
206
204
-
205
-
206
207
# ______ _
207
208
# / ____/___ __ __(_)________ ____ _____
208
209
# / /_ / __ `/ | / / / ___/ __ \/ __ \/ ___/
@@ -220,26 +221,9 @@ apple-touch-icon-114x114-precomposed: "apple-touch-icon-114x114.png"
220
221
apple-touch-icon-76x76-precomposed : " apple-touch-icon-76x76.png"
221
222
apple-touch-icon-72x72-precomposed : " apple-touch-icon-72x72.png"
222
223
apple-touch-icon-precomposed : " apple-touch-icon.png"
223
- msapplication_tileimage : " mstile-150x150.png" # Size 144x144
224
+ msapplication_tileimage : " mstile-150x150.png" # Size 144x144
224
225
msapplication_tilecolor : " #ffffff"
225
226
226
-
227
- # ______ __ __
228
- # / ____/___ _________ / /_ ____ ____ / /__
229
- # / /_ / __ `/ ___/ _ \/ __ \/ __ \/ __ \/ //_/
230
- # / __/ / /_/ / /__/ __/ /_/ / /_/ / /_/ / ,<
231
- # /_/ \__,_/\___/\___/_.___/\____/\____/_/|_| Facebook-Optimization › http://j.mp/fb_optimize
232
-
233
- # https://developers.facebook.com/docs/sharing/best-practices#images
234
- # # image should be 1200x630 (1.91:1 ratio)
235
- # og_image: "HPC-Carpentry-opengraph.png"
236
- # og_locale: "en_EN"
237
- # og_type: "website"
238
- # og_title: "HPC Carpentry"
239
- # og_description: ""
240
- # og_url: "http://www.hpc-carpentry.org"
241
-
242
-
243
227
# _____ _ __ __ ___ ___
244
228
# / ___/____ _____(_)___ _/ / / |/ /__ ____/ (_)___ _
245
229
# \__ \/ __ \/ ___/ / __ `/ / / /|_/ / _ \/ __ / / __ `/
@@ -249,7 +233,6 @@ msapplication_tilecolor: "#ffffff"
249
233
# Open _data/socialmedia.yml to adjust the left and right topbar navigation
250
234
#
251
235
252
-
253
236
# ____ _
254
237
# / __ \(_)________ ___ _______
255
238
# / / / / / ___/ __ `/ / / / ___/
@@ -261,6 +244,16 @@ msapplication_tilecolor: "#ffffff"
261
244
262
245
disqus_shortname : hpc-carpentry
263
246
247
+ # ______ __ __
248
+ # / ____/___ _________ / /_ ____ ____ / /__
249
+ # / /_ / __ `/ ___/ _ \/ __ \/ __ \/ __ \/ //_/
250
+ # / __/ / /_/ / /__/ __/ /_/ / /_/ / /_/ / ,<
251
+ # /_/ \__,_/\___/\___/_.___/\____/\____/_/|_|
252
+ #
253
+ # Facebook-Optimize <http://j.mp/fb_optimize> is deprecated.
254
+ # If you wish to connect a page, automatic posting may have been sorted out in
255
+ # the upstream repository: check
256
+ # <https://github.com/carpentries/carpentries.org/blob/main/_config.yml>
264
257
265
258
# _____
266
259
# / ___/____ ___________
@@ -270,9 +263,8 @@ disqus_shortname: hpc-carpentry
270
263
#
271
264
272
265
sass :
273
- sass_dir : _sass
274
- style : :compressed
275
-
266
+ sass_dir : _sass
267
+ style : :compressed
276
268
277
269
# ___ __ __ _
278
270
# / | ____ ____ _/ /_ __/ /_(_)_________
@@ -284,20 +276,3 @@ sass:
284
276
# used in _includes/footer_scripts
285
277
286
278
google_analytics_tracking_id : UA-180687781-1
287
-
288
-
289
-
290
- # _ _ _
291
- # | |_ __ ___ _| | __| |_ ___
292
- # | __/ _` \ \ /\ / / |/ /| __/ _ \
293
- # | || (_| |\ V V /| < | || (_) |
294
- # \__\__,_| \_/\_/ |_|\_(_)__\___/ More › https://www.tawk.to/knowledgebase/
295
- #
296
- # tawk.to is a free live chat app that lets you monitor and chat
297
- # with visitors on your website or from a free customizable page
298
- #
299
- # To load the script add tawkto: true in front matter of each page
300
- #
301
- # used in _includes/footer_scripts
302
-
303
- # tawkto_embed_uri:
0 commit comments