File tree 21 files changed +23
-23
lines changed
21 files changed +23
-23
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ title: "Page not found"
7
7
{% comment %}
8
8
Assign first row in data file as info to access workshop data
9
9
{% endcomment %}
10
- {% assign info = site.data.dummy_data [ 0] %}
10
+ {% assign info = site.data.data [ 0] %}
11
11
# Oops! We can't find that page.
12
12
{: style="text-align: center;"}
13
13
Original file line number Diff line number Diff line change 1
1
[
2
2
{
3
3
"layout" : " workshop" ,
4
- "venue" : " Venue Goes here " ,
4
+ "venue" : " Venue" ,
5
5
"address" : " Address Goes here" ,
6
6
"country" : " Country goes here" ,
7
7
"language" : " English" ,
15
15
"helper" : " Helper" ,
16
16
"collaborative_notes" : " Collaborative notes" ,
17
17
"eventbrite" : " Eventbrite" ,
18
- "carpentry" : " swc " ,
18
+ "carpentry" : " dc " ,
19
19
"curriculum" : " dc-ecology" ,
20
20
"repository" : " https://github.com/escience-academy/+master spreadsheet slug" ,
21
- "title" : " Demo Title" ,
21
+ "title" : " Title" ,
22
22
"slug" : " 2021-07-28-demo-workshop" ,
23
23
"flavor" : " FixMe"
24
24
}
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ permalink: /design/
6
6
{% comment %}
7
7
Assign first row in data file as info to access workshop data
8
8
{% endcomment %}
9
- {% assign info = site.data.dummy_data [ 0] %}
9
+ {% assign info = site.data.data [ 0] %}
10
10
11
11
There are a few things you need to know in order to understand why we
12
12
do things the way we do. Some of them are specific to GitHub, rather
Original file line number Diff line number Diff line change 9
9
{% comment %}
10
10
Assign first row in data file as info to access workshop data
11
11
{% endcomment %}
12
- {% assign info = site.data.dummy_data [0] %}
12
+ {% assign info = site.data.data [0] %}
13
13
{% if info.curriculum == "dc-ecology" %}
14
14
< div class ="row ">
15
15
< div class ="col-md-6 ">
Original file line number Diff line number Diff line change 5
5
{% comment %}
6
6
Assign first row in data file as info to access workshop data
7
7
{% endcomment %}
8
- {% assign info = site.data.dummy_data [0] %}
8
+ {% assign info = site.data.data [0] %}
9
9
10
10
{% if info.curriculum == "dc-ecology" %}
11
11
Original file line number Diff line number Diff line change 17
17
{% comment %}
18
18
Assign first row in data file as info to access workshop data
19
19
{% endcomment %}
20
- {% assign info = site.data.dummy_data [0] %}
20
+ {% assign info = site.data.data [0] %}
21
21
< div class ="row ">
22
22
< div class ="col-xs-1 ">
23
23
< h3 class ="text-left ">
Original file line number Diff line number Diff line change 1
1
{% comment %}
2
2
Assign first row in data file as info to access workshop data
3
3
{% endcomment %}
4
- {% assign info = site.data.dummy_data [0] %}
4
+ {% assign info = site.data.data [0] %}
5
5
6
6
< div class ="row ">
7
7
< div class ="col-md-1 ">
Original file line number Diff line number Diff line change 1
1
{% comment %}
2
2
Assign first row in data file as info to access workshop data
3
3
{% endcomment %}
4
- {% assign info = site.data.dummy_data [0] %}
4
+ {% assign info = site.data.data [0] %}
5
5
{% assign favicon_url = relative_root_path | append: '/assets/favicons/' | append: info.carpentry %}
6
6
7
7
{% if info.carpentry == 'swc' %}
Original file line number Diff line number Diff line change 4
4
{% comment %}
5
5
Assign first row in data file as info to access workshop data
6
6
{% endcomment %}
7
- {% assign info = site.data.dummy_data [0] %}
7
+ {% assign info = site.data.data [0] %}
8
8
< script src ="{{ relative_root_path }}/assets/js/jquery.min.js "> </ script >
9
9
< script src ="{{ relative_root_path }}/assets/js/bootstrap.min.js "> </ script >
10
10
< script src ="{{ relative_root_path }}/assets/js/lesson.js "> </ script >
Original file line number Diff line number Diff line change 6
6
{% comment %}
7
7
Assign first row in data file as info to access workshop data
8
8
{% endcomment %}
9
- {% assign info = site.data.dummy_data [0] %}
9
+ {% assign info = site.data.data [0] %}
10
10
< footer >
11
11
< div class ="row ">
12
12
< div class ="col-md-6 license " id ="license-info " align ="left ">
Original file line number Diff line number Diff line change 6
6
{% comment %}
7
7
Assign first row in data file as info to access workshop data
8
8
{% endcomment %}
9
- {% assign info = site.data.dummy_data [0] %}
9
+ {% assign info = site.data.data [0] %}
10
10
11
11
{% if site.kind == "lesson" %}
12
12
< h1 class ="maintitle "> < a href ="{{ relative_root_path }}{% link index.md %} "> {{ info.title }}</ a > {% if info.title %}: {{ info.title }}{% endif %}</ h1 >
Original file line number Diff line number Diff line change 52
52
{% comment %}
53
53
Assign first row in data file as info to access workshop data
54
54
{% endcomment %}
55
- {% assign info = site.data.dummy_data [0] %}
55
+ {% assign info = site.data.data [0] %}
56
56
{% comment %}
57
57
Manual ordering of Episodes begins here
58
58
{% endcomment %}
Original file line number Diff line number Diff line change 7
7
{% comment %}
8
8
Assign first row in data file as info to access workshop data
9
9
{% endcomment %}
10
- {% assign info = site.data.dummy_data [0] %}
10
+ {% assign info = site.data.data [0] %}
11
11
< nav class ="navbar navbar-default ">
12
12
< div class ="container-fluid ">
13
13
< div class ="navbar-header ">
Original file line number Diff line number Diff line change 5
5
{% comment %}
6
6
Assign first row in data file as info to access workshop data
7
7
{% endcomment %}
8
- {% assign info = site.data.dummy_data [0] %}
8
+ {% assign info = site.data.data [0] %}
9
9
{% include install_instructions/shell.html %}
10
10
{% include install_instructions/git.html %}
11
11
{% include install_instructions/editor.html %}
Original file line number Diff line number Diff line change 1
1
{% comment %}
2
2
Assign first row in data file as info to access workshop data
3
3
{% endcomment %}
4
- {% assign info = site.data.dummy_data [0] %}
4
+ {% assign info = site.data.data [0] %}
5
5
< div class ="alert alert-warning ">
6
6
Unrecognized value for variable < code > curriculum</ code > set in
7
7
< code > data.json</ code > . Currently the variable is set to:
Original file line number Diff line number Diff line change 1
1
{% comment %}
2
2
Assign first row in data file as info to access workshop data
3
3
{% endcomment %}
4
- {% assign info = site.data.dummy_data [0] %}
4
+ {% assign info = site.data.data [0] %}
5
5
< div class ="alert alert-warning ">
6
6
< p >
7
7
Unrecognized value for variable < code > flavor</ code > set in
Original file line number Diff line number Diff line change 4
4
{% comment %}
5
5
Assign first row in data file as info to access workshop data
6
6
{% endcomment %}
7
- {% assign info = site.data.dummy_data [0] %}
7
+ {% assign info = site.data.data [0] %}
8
8
{% assign begin_address = info.address | slice: 0, 4 | downcase %}
9
9
{% if info.address == "online" %}
10
10
{% assign online = "true_private" %}
Original file line number Diff line number Diff line change 4
4
{% comment %}
5
5
Assign first row in data file as info to access workshop data
6
6
{% endcomment %}
7
- {% assign info = site.data.dummy_data [0] %}
7
+ {% assign info = site.data.data [0] %}
8
8
< footer >
9
9
< hr />
10
10
< div class ="row ">
Original file line number Diff line number Diff line change 5
5
{% comment %}
6
6
Assign first row in data file as info to access workshop data
7
7
{% endcomment %}
8
- {% assign info = site.data.dummy_data [0] %}
8
+ {% assign info = site.data.data [0] %}
9
9
10
10
<!doctype html>
11
11
< html lang ="en ">
Original file line number Diff line number Diff line change 13
13
{% comment %}
14
14
Assign first row in data file as info to access workshop data
15
15
{% endcomment %}
16
- {% assign info = site.data.dummy_data [0] %}
16
+ {% assign info = site.data.data [0] %}
17
17
18
18
{% assign begin_address = info.address | slice: 0, 4 | downcase %}
19
19
{% if info.address == "online" or begin_address contains "http" %}
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ For a workshop please delete the following block until the next dashed-line
40
40
{% comment %}
41
41
Assign first row in data file as info to access workshop data
42
42
{% endcomment %}
43
- {% assign info = site.data.dummy_data [ 0] %}
43
+ {% assign info = site.data.data [ 0] %}
44
44
45
45
<div class =" alert alert-danger " >
46
46
This is the workshop template. Delete these lines and use it to
You can’t perform that action at this time.
0 commit comments