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.
913title : " Lesson Title"
1014
11- # Contact. This *must* include the protocol: if it's an email
12- # address, it must look like "mailto:[email protected] ",13- # or if it's a URL, "https://gitter.im/username/ProjectName".
14- 15-
1615# ------------------------------------------------------------
1716# Generic settings (should not need to change).
1817# ------------------------------------------------------------
@@ -22,24 +21,28 @@ kind: "lesson"
2221
2322# Magic to make URLs resolve both locally and on GitHub.
2423# See https://help.github.com/articles/repository-metadata-on-github-pages/.
24+ # Please don't change it: <USERNAME>/<PROJECT> is correct.
2525repository : <USERNAME>/<PROJECT>
2626
27+ # Email address, no mailto:
28+ 29+
2730# Sites.
2831amy_site : " https://amy.software-carpentry.org/workshops"
2932carpentries_github : " https://github.com/carpentries"
3033carpentries_pages : " https://carpentries.github.io"
3134carpentries_site : " https://carpentries.org/"
3235dc_site : " http://datacarpentry.org"
33- example_repo : " https://github.com/swcarpentry /lesson-example"
34- example_site : " https://swcarpentry .github.com /lesson-example"
36+ example_repo : " https://github.com/carpentries /lesson-example"
37+ example_site : " https://carpentries .github.io /lesson-example"
3538lc_site : " https://librarycarpentry.github.io/"
3639swc_github : " https://github.com/swcarpentry"
3740swc_pages : " https://swcarpentry.github.io"
3841swc_site : " https://software-carpentry.org"
39- template_repo : " https://github.com/swcarpentry /styles"
40- training_site : " https://swcarpentry .github.io/instructor-training"
41- workshop_repo : " https://github.com/swcarpentry /workshop-template"
42- workshop_site : " https://swcarpentry .github.io/workshop-template"
42+ template_repo : " https://github.com/carpentries /styles"
43+ training_site : " https://carpentries .github.io/instructor-training"
44+ workshop_repo : " https://github.com/carpentries /workshop-template"
45+ workshop_site : " https://carpentries .github.io/workshop-template"
4346
4447# Surveys.
4548pre_survey : " https://www.surveymonkey.com/r/swc_pre_workshop_v1?workshop_id="
0 commit comments