use site.github.url only in production
[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 #------------------------------------------------------------
16 # Generic settings (should not need to change).
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 email: "team@carpentries.org"
29
30 # Sites.
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.org/"
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"
46
47 # Surveys.
48 swc_pre_survey: "https://www.surveymonkey.com/r/swc_pre_workshop_v1?workshop_id="
49 swc_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"
51 dc_pre_survey: "https://www.surveymonkey.com/r/dcpreworkshopassessment?workshop_id="
52 dc_post_survey: "https://www.surveymonkey.com/r/dcpostworkshopassessment?workshop_id="
53 lc_pre_survey: "https://www.surveymonkey.com/r/lcpreworkshopsurvey?workshop_id="
54 lc_post_survey: "https://www.surveymonkey.com/r/lcpostworkshopsurvey?workshop_id="
55 instructor_pre_survey: "https://www.surveymonkey.com/r/instructor_training_pre_survey?workshop_id="
56 instructor_post_survey: "https://www.surveymonkey.com/r/instructor_training_post_survey?workshop_id="
57
58
59 # Start time in minutes (0 to be clock-independent, 540 to show a start at 09:00 am).
60 start_time: 0
61
62 # Specify that things in the episodes collection should be output.
63 collections:
64   episodes:
65     output: true
66     permalink: /:path/index.html
67   extras:
68     output: true
69     permalink: /:path/index.html
70
71 # Set the default layout for things in the episodes collection.
72 defaults:
73   - values:
74       root: .
75       layout: page
76   - scope:
77       path: ""
78       type: episodes
79     values:
80       root: ..
81       layout: episode
82   - scope:
83       path: ""
84       type: extras
85     values:
86       root: ..
87       layout: page
88
89 # Files and directories that are not to be copied.
90 exclude:
91   - Makefile
92   - bin/
93   - .Rproj.user/
94
95 # Turn on built-in syntax highlighting.
96 highlighter: rouge