Skip to content

Commit 9d0d8ac

Browse files
committed
_config.yml: sync with carpentries/styles
Signed-off-by: Maxim Belkin <[email protected]>
1 parent 2f9c7e3 commit 9d0d8ac

1 file changed

Lines changed: 9 additions & 6 deletions

File tree

_config.yml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,16 @@
22
# Values for this lesson.
33
#------------------------------------------------------------
44

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

812
# Overall title for pages.
913
title: "Python for Ecologists"
1014

11-
# Contact. This *must* include the protocol: if it's an email
12-
# address, it must look like "mailto:[email protected]",
13-
# or if it's a URL, "https://gitter.im/username/ProjectName".
14-
email: "mailto:[email protected]"
15-
1615
#------------------------------------------------------------
1716
# Generic settings (should not need to change).
1817
#------------------------------------------------------------
@@ -22,8 +21,12 @@ kind: "lesson"
2221

2322
# Magic to make URLs resolve both locally and on GitHub.
2423
# See https://help.github.com/articles/repository-metadata-on-github-pages/.
24+
# Please don't change it: <USERNAME>/<PROJECT> is correct.
2525
repository: <USERNAME>/<PROJECT>
2626

27+
# Email address, no mailto:
28+
29+
2730
# Sites.
2831
amy_site: "https://amy.software-carpentry.org/workshops"
2932
carpentries_github: "https://github.com/carpentries"

0 commit comments

Comments
 (0)