@@ -59,21 +59,23 @@ workshop_interactive_queues:
59
59
- testing
60
60
61
61
# ------------------------------------------------------------
62
- # Workshop specific configuration
62
+ # Values for this lesson
63
63
# ------------------------------------------------------------
64
64
65
- # Which carpentry is this ("swc", "dc", "lc", or "cp") ?
66
- # swc: Software Carpentry
67
- # dc: Data Carpentry
68
- # lc: Library Carpentry
69
- # cp: Carpentries (to use for instructor traning for instance )
65
+ # Which carpentry is this?
66
+ # " swc" : Software Carpentry
67
+ # "dc": Data Carpentry
68
+ # "lc": Library Carpentry
69
+ # "cp": Carpentries (e.g., instructor traning)
70
70
carpentry : " swc"
71
71
72
72
# Overall title for pages.
73
73
title : " Introduction to High-Performance Computing"
74
74
75
- # Life cycle stage of the lesson
76
- # possible values: "pre-alpha", "alpha", "beta", "stable"
75
+ # Email address, no mailto:
76
+
77
+
78
+ # Life cycle stage of the lesson ("pre-alpha", "alpha", "beta", "stable")?
77
79
life_cycle : " alpha"
78
80
79
81
# ------------------------------------------------------------
@@ -83,47 +85,30 @@ life_cycle: "alpha"
83
85
# What kind of thing is this ("workshop" or "lesson")?
84
86
kind : " lesson"
85
87
86
- # Magic to make URLs resolve both locally and on GitHub.
87
- # See https://help.github.com/articles/repository-metadata-on-github-pages/.
88
- # Please don't change it: <USERNAME>/<PROJECT> is correct.
88
+ # Start time in minutes (0 to be clock-independent, 540 to show a start at 09:00 am).
89
+ start_time : 0
90
+
91
+ # Magic to make URLs resolve both locally and on GitHub. Please don't change.
89
92
repository : <USERNAME>/<PROJECT>
90
93
91
- # Email address, no mailto:
92
- email : " team@ carpentries.org "
94
+ # Invoke the Carpentries theme rather than copying into our repository.
95
+ remote_theme : carpentries/carpentries-theme
93
96
94
97
# Sites.
95
98
amy_site : " https://amy.software-carpentry.org/workshops"
96
- carpentries_github : " https://github.com/carpentries"
97
- carpentries_pages : " https://carpentries.github.io"
98
- carpentries_site : " https://carpentries.org/"
99
99
dc_site : " http://datacarpentry.org"
100
- example_repo : " https://github.com/carpentries/lesson-example"
101
- example_site : " https://carpentries.github.io/lesson-example"
102
- lc_site : " https://librarycarpentry.org/"
103
100
swc_github : " https://github.com/swcarpentry"
104
- swc_pages : " https://swcarpentry.github.io"
105
101
swc_site : " https://software-carpentry.org"
106
- template_repo : " https://github.com/carpentries/styles"
107
- training_site : " https://carpentries.github.io/instructor-training"
108
- workshop_repo : " https://github.com/carpentries/workshop-template"
109
- workshop_site : " https://carpentries.github.io/workshop-template"
110
- cc_by_human : " https://creativecommons.org/licenses/by/4.0/"
111
-
112
- # Surveys.
113
- swc_pre_survey : " https://www.surveymonkey.com/r/swc_pre_workshop_v1?workshop_id="
114
- swc_post_survey : " https://www.surveymonkey.com/r/swc_post_workshop_v1?workshop_id="
115
- training_post_survey : " https://www.surveymonkey.com/r/post-instructor-training"
116
- dc_pre_survey : " https://www.surveymonkey.com/r/dcpreworkshopassessment?workshop_id="
117
- dc_post_survey : " https://www.surveymonkey.com/r/dcpostworkshopassessment?workshop_id="
118
- lc_pre_survey : " https://www.surveymonkey.com/r/lcpreworkshopsurvey?workshop_id="
119
- lc_post_survey : " https://www.surveymonkey.com/r/lcpostworkshopsurvey?workshop_id="
120
- instructor_pre_survey : " https://www.surveymonkey.com/r/instructor_training_pre_survey?workshop_id="
121
- instructor_post_survey : " https://www.surveymonkey.com/r/instructor_training_post_survey?workshop_id="
122
-
123
- # Start time in minutes (0 to be clock-independent, 540 to show a start at 09:00 am).
124
- start_time : 0
125
-
126
- # Specify that things in the episodes collection should be output.
102
+ swc_pages : " https://swcarpentry.github.io"
103
+ lc_site : " http://librarycarpentry.github.io/"
104
+ template_repo : " https://github.com/swcarpentry/styles"
105
+ example_repo : " https://github.com/swcarpentry/lesson-example"
106
+ example_site : " https://swcarpentry.github.com/lesson-example"
107
+ workshop_repo : " https://github.com/swcarpentry/workshop-template"
108
+ workshop_site : " https://swcarpentry.github.io/workshop-template"
109
+ training_site : " https://swcarpentry.github.io/instructor-training"
110
+
111
+ # Specify that things in the Episodes and Extras collections should be output.
127
112
collections :
128
113
episodes :
129
114
output : true
0 commit comments