Skip to content

Commit ae579bd

Browse files
committed
Capitalize lesson title. Fix 'repository' in front matter
Signed-off-by: Maxim Belkin <[email protected]>
1 parent 2fb62a4 commit ae579bd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
carpentry: "dc"
77

88
# Overall title for pages.
9-
title: "Python for ecologists"
9+
title: "Python for Ecologists"
1010

1111
# Contact. This *must* include the protocol: if it's an email
1212
# address, it must look like "mailto:[email protected]",
@@ -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: datacarpentry/python-ecology-lesson
25+
repository: <USERNAME>/<PROJECT>
2626

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

0 commit comments

Comments
 (0)