1 #------------------------------------------------------------
2 # Values for this lesson.
3 #------------------------------------------------------------
5 # Which carpentry is this ("swc", "dc", "lc", or "cp")?
6 # swc: Software Carpentry
8 # lc: Library Carpentry
9 # cp: Carpentries (to use for instructor traning for instance)
12 # Overall title for pages.
15 # Email address, no mailto:
16 email: "lessons@software-carpentry.org"
18 #------------------------------------------------------------
19 # Generic settings (should not need to change).
20 #------------------------------------------------------------
22 # What kind of thing is this ("workshop" or "lesson")?
25 # Magic to make URLs resolve both locally and on GitHub.
26 # See https://help.github.com/articles/repository-metadata-on-github-pages/.
27 # Please don't change it: <USERNAME>/<PROJECT> is correct.
28 repository: <USERNAME>/<PROJECT>
31 amy_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/"
35 dc_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/"
39 swc_github: "https://github.com/swcarpentry"
40 swc_pages: "https://swcarpentry.github.io"
41 swc_site: "https://software-carpentry.org"
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"
48 pre_survey: "https://www.surveymonkey.com/r/swc_pre_workshop_v1?workshop_id="
49 post_survey: "https://www.surveymonkey.com/r/swc_post_workshop_v1?workshop_id="
50 training_post_survey: "https://www.surveymonkey.com/r/post-instructor-training"
52 # Start time in minutes (0 to be clock-independent, 540 to show a start at 09:00 am).
55 # Specify that things in the episodes collection should be output.
59 permalink: /:path/index.html
62 permalink: /:path/index.html
64 # Set the default layout for things in the episodes collection.
82 # Files and directories that are not to be copied.
88 # Turn on built-in syntax highlighting.