add lesson life cycle stage indicator
[rnaseq-cwl-training.git] / bin / boilerplate / _config.yml
1 #------------------------------------------------------------
2 # Values for this lesson.
3 #------------------------------------------------------------
4
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)
10 carpentry: "swc"
11
12 # Overall title for pages.
13 title: "Lesson Title"
14
15 # Life cycle stage of the lesson
16 # possible values: "pre-alpha", "alpha", "beta", "stable"
17 life_cycle: "pre-alpha"
18
19 #------------------------------------------------------------
20 # Generic settings (should not need to change).
21 #------------------------------------------------------------
22
23 # What kind of thing is this ("workshop" or "lesson")?
24 kind: "lesson"
25
26 # Magic to make URLs resolve both locally and on GitHub.
27 # See https://help.github.com/articles/repository-metadata-on-github-pages/.
28 # Please don't change it: <USERNAME>/<PROJECT> is correct.
29 repository: <USERNAME>/<PROJECT>
30
31 # Email address, no mailto:
32 email: "team@carpentries.org"
33
34 # Sites.
35 amy_site: "https://amy.software-carpentry.org/workshops"
36 carpentries_github: "https://github.com/carpentries"
37 carpentries_pages: "https://carpentries.github.io"
38 carpentries_site: "https://carpentries.org/"
39 dc_site: "http://datacarpentry.org"
40 example_repo: "https://github.com/carpentries/lesson-example"
41 example_site: "https://carpentries.github.io/lesson-example"
42 lc_site: "https://librarycarpentry.org/"
43 swc_github: "https://github.com/swcarpentry"
44 swc_pages: "https://swcarpentry.github.io"
45 swc_site: "https://software-carpentry.org"
46 template_repo: "https://github.com/carpentries/styles"
47 training_site: "https://carpentries.github.io/instructor-training"
48 workshop_repo: "https://github.com/carpentries/workshop-template"
49 workshop_site: "https://carpentries.github.io/workshop-template"
50 cc_by_human: "https://creativecommons.org/licenses/by/4.0/"
51
52 # Surveys.
53 swc_pre_survey: "https://www.surveymonkey.com/r/swc_pre_workshop_v1?workshop_id="
54 swc_post_survey: "https://www.surveymonkey.com/r/swc_post_workshop_v1?workshop_id="
55 training_post_survey: "https://www.surveymonkey.com/r/post-instructor-training"
56 dc_pre_survey: "https://www.surveymonkey.com/r/dcpreworkshopassessment?workshop_id="
57 dc_post_survey: "https://www.surveymonkey.com/r/dcpostworkshopassessment?workshop_id="
58 lc_pre_survey: "https://www.surveymonkey.com/r/lcpreworkshopsurvey?workshop_id="
59 lc_post_survey: "https://www.surveymonkey.com/r/lcpostworkshopsurvey?workshop_id="
60 instructor_pre_survey: "https://www.surveymonkey.com/r/instructor_training_pre_survey?workshop_id="
61 instructor_post_survey: "https://www.surveymonkey.com/r/instructor_training_post_survey?workshop_id="
62
63
64 # Start time in minutes (0 to be clock-independent, 540 to show a start at 09:00 am).
65 start_time: 0
66
67 # Specify that things in the episodes collection should be output.
68 collections:
69   episodes:
70     output: true
71     permalink: /:path/index.html
72   extras:
73     output: true
74     permalink: /:path/index.html
75
76 # Set the default layout for things in the episodes collection.
77 defaults:
78   - values:
79       root: .
80       layout: page
81   - scope:
82       path: ""
83       type: episodes
84     values:
85       root: ..
86       layout: episode
87   - scope:
88       path: ""
89       type: extras
90     values:
91       root: ..
92       layout: page
93
94 # Files and directories that are not to be copied.
95 exclude:
96   - Makefile
97   - bin/
98   - .Rproj.user/
99
100 # Turn on built-in syntax highlighting.
101 highlighter: rouge