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