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,16 +21,20 @@ 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"
3336example_repo : " https://github.com/carpentries/lesson-example"
34- example_site : " https://carpentries.github.com /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"
0 commit comments