22# Values for this lesson.
33# ------------------------------------------------------------
44
5- # Which carpentry is this ("swc", "dc", or "lc)?
5+ # Which carpentry is this ("swc", "dc", "lc", or "cp")?
6+ # swc: Software Carpentry
7+ # dc: Data Carpentry
8+ # lc: Library Carpentry
9+ # cp: Carpentries (to use for instructor traning for instance)
610carpentry : " swc"
711
812# Overall title for pages.
9- title : " Lesson Example"
10-
11- # Contact email address.
12- 13+ title : " Lesson Title"
1314
1415# ------------------------------------------------------------
15- # Constant URL addresses across lessons
16+ # Generic settings (should not need to change).
1617# ------------------------------------------------------------
17- #
18+
19+ # What kind of thing is this ("workshop" or "lesson")?
20+ kind : " lesson"
21+
22+ # Magic to make URLs resolve both locally and on GitHub.
23+ # See https://help.github.com/articles/repository-metadata-on-github-pages/.
24+ # Please don't change it: <USERNAME>/<PROJECT> is correct.
25+ repository : <USERNAME>/<PROJECT>
26+
27+ # Email address, no mailto:
28+ 29+
1830# Sites.
1931amy_site : " https://amy.software-carpentry.org/workshops"
32+ carpentries_github : " https://github.com/carpentries"
33+ carpentries_pages : " https://carpentries.github.io"
34+ carpentries_site : " https://carpentries.org/"
2035dc_site : " http://datacarpentry.org"
36+ example_repo : " https://github.com/carpentries/lesson-example"
37+ example_site : " https://carpentries.github.io/lesson-example"
38+ lc_site : " https://librarycarpentry.github.io/"
2139swc_github : " https://github.com/swcarpentry"
22- swc_site : " https://software-carpentry.org"
2340swc_pages : " https://swcarpentry.github.io"
24- lc_site : " http ://librarycarpentry.github.io/ "
41+ swc_site : " https ://software-carpentry.org "
2542template_repo : " https://github.com/carpentries/styles"
26- example_repo : " https://github.com/carpentries/lesson-example"
27- example_site : " https://carpentries.github.com/lesson-example"
43+ training_site : " https://carpentries.github.io/instructor-training"
2844workshop_repo : " https://github.com/carpentries/workshop-template"
2945workshop_site : " https://carpentries.github.io/workshop-template"
30- training_site : " https://carpentries.github.io/instructor-training"
3146
3247# Surveys.
3348pre_survey : " https://www.surveymonkey.com/r/swc_pre_workshop_v1?workshop_id="
3449post_survey : " https://www.surveymonkey.com/r/swc_post_workshop_v1?workshop_id="
50+ training_post_survey : " https://www.surveymonkey.com/r/post-instructor-training"
3551
36- # ------------------------------------------------------------
37- # Lesson Generic settings (should not need to change).
38- # ------------------------------------------------------------
39-
40- # What kind of thing is this ("workshop" or "lesson")?
41- kind : " lesson"
42-
43- # Magic to make URLs resolve both locally and on GitHub.
44- # See https://help.github.com/articles/repository-metadata-on-github-pages/.
45- repository : <USERNAME>/<PROJECT>
46-
47- # Start time in minutes (0 to be clock-independent, 540 to show a start at 09:00 am)
52+ # Start time in minutes (0 to be clock-independent, 540 to show a start at 09:00 am).
4853start_time : 0
4954
5055# Specify that things in the episodes collection should be output.
@@ -65,23 +70,20 @@ defaults:
6570 path : " "
6671 type : episodes
6772 values :
68- layout : episode
6973 root : ..
74+ layout : episode
7075 - scope :
7176 path : " "
7277 type : extras
7378 values :
7479 root : ..
7580 layout : page
7681
77- # ------------------------------------------------------------
78- # Jekyll Generic settings (should not need to change).
79- # ------------------------------------------------------------
80-
8182# Files and directories that are not to be copied.
8283exclude :
8384 - Makefile
84- - bin
85+ - bin/
86+ - .Rproj.user/
8587
8688# Turn on built-in syntax highlighting.
8789highlighter : rouge
0 commit comments