Skip to content

Commit f2be1eb

Browse files
committed
update _config.yml
1 parent 767b1be commit f2be1eb

File tree

1 file changed

+31
-11
lines changed

1 file changed

+31
-11
lines changed

_config.yml

+31-11
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,16 @@
22
# Values for this lesson.
33
#------------------------------------------------------------
44

5-
# Which carpentry is this ("swc" or "dc")?
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)
610
carpentry: "swc"
711

812
# Overall title for pages.
913
title: "The Unix Shell"
1014

11-
# Contact email address.
12-
1315

1416
#------------------------------------------------------------
1517
# Generic settings (should not need to change).
@@ -20,26 +22,35 @@ kind: "lesson"
2022

2123
# Magic to make URLs resolve both locally and on GitHub.
2224
# See https://help.github.com/articles/repository-metadata-on-github-pages/.
25+
# Please don't change it: <USERNAME>/<PROJECT> is correct.
2326
repository: <USERNAME>/<PROJECT>
2427

28+
# Email address, no mailto:
29+
30+
2531
# Sites.
2632
amy_site: "https://amy.software-carpentry.org/workshops"
33+
carpentries_github: "https://github.com/carpentries"
34+
carpentries_pages: "https://carpentries.github.io"
35+
carpentries_site: "https://carpentries.org/"
2736
dc_site: "http://datacarpentry.org"
37+
example_repo: "https://github.com/carpentries/lesson-example"
38+
example_site: "https://carpentries.github.io/lesson-example"
39+
lc_site: "https://librarycarpentry.github.io/"
2840
swc_github: "https://github.com/swcarpentry"
29-
swc_site: "https://software-carpentry.org"
3041
swc_pages: "https://swcarpentry.github.io"
42+
swc_site: "https://software-carpentry.org"
3143
template_repo: "https://github.com/carpentries/styles"
32-
example_repo: "https://github.com/carpentries/lesson-example"
33-
example_site: "https://carpentries.github.io/lesson-example"
44+
training_site: "https://carpentries.github.io/instructor-training"
3445
workshop_repo: "https://github.com/carpentries/workshop-template"
3546
workshop_site: "https://carpentries.github.io/workshop-template"
36-
training_site: "https://carpentries.github.io/instructor-training"
3747

3848
# Surveys.
3949
pre_survey: "https://www.surveymonkey.com/r/swc_pre_workshop_v1?workshop_id="
4050
post_survey: "https://www.surveymonkey.com/r/swc_post_workshop_v1?workshop_id="
51+
training_post_survey: "https://www.surveymonkey.com/r/post-instructor-training"
4152

42-
# Start time in minutes (0 to be clock-independent, 540 to show a start at 09:00 am)
53+
# Start time in minutes (0 to be clock-independent, 540 to show a start at 09:00 am).
4354
start_time: 0
4455

4556
# Specify that things in the episodes collection should be output.
@@ -54,17 +65,26 @@ collections:
5465
# Set the default layout for things in the episodes collection.
5566
defaults:
5667
- values:
57-
root: ..
68+
root: .
69+
layout: page
5870
- scope:
5971
path: ""
6072
type: episodes
6173
values:
74+
root: ..
6275
layout: episode
76+
- scope:
77+
path: ""
78+
type: extras
79+
values:
80+
root: ..
81+
layout: page
6382

6483
# Files and directories that are not to be copied.
6584
exclude:
6685
- Makefile
67-
- bin
86+
- bin/
87+
- .Rproj.user/
6888

69-
# Turn off built-in syntax highlighting.
89+
# Turn on built-in syntax highlighting.
7090
highlighter: rouge

0 commit comments

Comments
 (0)