Skip to content

Commit d2e451c

Browse files
author
Toby Hodges
committed
added global title and repository info for user guide
1 parent 5c2e774 commit d2e451c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

_config.yml

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

5-
# Which carpentry is this ("swc", "dc", "lc", or "cwl")?
6-
carpentry: "cwl"
5+
# Which carpentry is this ("swc", "dc", or "lc")?
6+
carpentry: "swc"
77

88
# Overall title for pages.
9-
title: "Lesson Title"
9+
title: "Common Workflow Language User Guide"
1010

1111
# Contact. This *must* include the protocol: if it's an email
1212
# address, it must look like "mailto:[email protected]",
1313
# or if it's a URL, "https://gitter.im/username/ProjectName".
14-
contact: "mailto:lessons@software-carpentry.org"
14+
contact: "http://www.commonwl.org/#Support"
1515

1616
#------------------------------------------------------------
1717
# Generic settings (should not need to change).
@@ -22,7 +22,7 @@ kind: "lesson"
2222

2323
# Magic to make URLs resolve both locally and on GitHub.
2424
# See https://help.github.com/articles/repository-metadata-on-github-pages/.
25-
repository: <USERNAME>/<PROJECT>
25+
repository: common-workflow-language/common-workflow-language
2626

2727
# Sites.
2828
amy_site: "https://amy.software-carpentry.org/workshops"

0 commit comments

Comments
 (0)