Unverified Commit 957cd209 authored by Raniere Silva's avatar Raniere Silva Committed by GitHub
Browse files

Merge pull request #149 from jcoliver/gh-pages

Add Library Carpentry website to _config.yml
parents 8fad66a5 5a2af5a8
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
# Values for this lesson.
#------------------------------------------------------------

# Which carpentry is this ("swc" or "dc")?
# Which carpentry is this ("swc", "dc", or "lc)?
carpentry: "swc"

# Overall title for pages.
@@ -21,6 +21,7 @@ dc_site: "http://datacarpentry.org"
swc_github: "https://github.com/swcarpentry"
swc_site: "https://software-carpentry.org"
swc_pages: "https://swcarpentry.github.io"
lc_site: "http://librarycarpentry.github.io/"
template_repo: "https://github.com/swcarpentry/styles"
example_repo: "https://github.com/swcarpentry/lesson-example"
example_site: "https://swcarpentry.github.com/lesson-example"