22# Values for this lesson.
33# ------------------------------------------------------------
44
5- # Which carpentry is this ("swc", "dc", or "lc")?
6- carpentry : " swc"
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 : " dc"
711
812# Overall title for pages.
9- title : " Lesson Title "
13+ title : " Geospatial Workshop Overview "
1014
11- # Contact. This *must* include the protocol: if it's an email
12- # address, it must look like "mailto:lessons@software-carpentry.org",
13- # or if it's a URL, "https://gitter.im/username/ProjectName".
14- email : " mailto:lessons@software-carpentry.org"
15+ # Life cycle stage of the lesson
16+ # possible values: "pre-alpha", "alpha", "beta", "stable"
17+ life_cycle : " beta"
1518
1619# ------------------------------------------------------------
1720# Generic settings (should not need to change).
@@ -22,21 +25,28 @@ kind: "lesson"
2225
2326# Magic to make URLs resolve both locally and on GitHub.
2427# See https://help.github.com/articles/repository-metadata-on-github-pages/.
28+ # Please don't change it: <USERNAME>/<PROJECT> is correct.
2529repository : <USERNAME>/<PROJECT>
2630
31+ # Email address, no mailto:
32+ email : " team@carpentries.org"
33+
2734# Sites.
2835amy_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/"
2939dc_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.github.io/"
3043swc_github : " https://github.com/swcarpentry"
31- swc_site : " https://software-carpentry.org"
3244swc_pages : " https://swcarpentry.github.io"
33- lc_site : " https://librarycarpentry.github.io/ "
45+ swc_site : " https://software-carpentry.org "
3446template_repo : " https://github.com/carpentries/styles"
35- example_repo : " https://github.com/carpentries/lesson-example"
36- example_site : " https://carpentries.github.io/lesson-example"
47+ training_site : " https://carpentries.github.io/instructor-training"
3748workshop_repo : " https://github.com/carpentries/workshop-template"
3849workshop_site : " https://carpentries.github.io/workshop-template"
39- training_site : " https://carpentries.github.io/instructor-training"
4050
4151# Surveys.
4252pre_survey : " https://www.surveymonkey.com/r/swc_pre_workshop_v1?workshop_id="
@@ -58,17 +68,26 @@ collections:
5868# Set the default layout for things in the episodes collection.
5969defaults :
6070 - values :
61- root : ..
71+ root : .
72+ layout : page
6273 - scope :
6374 path : " "
6475 type : episodes
6576 values :
77+ root : ..
6678 layout : episode
79+ - scope :
80+ path : " "
81+ type : extras
82+ values :
83+ root : ..
84+ layout : page
6785
6886# Files and directories that are not to be copied.
6987exclude :
7088 - Makefile
71- - bin
89+ - bin/
90+ - .Rproj.user/
7291
7392# Turn on built-in syntax highlighting.
7493highlighter : rouge
0 commit comments