Unverified Commit 5a2af5a8 authored by Jeff Oliver's avatar Jeff Oliver Committed by GitHub
Browse files

Add Library Carpentry website to _config.yml

Per _config.yml in workshop-template, adding Library Carpentry website info for appropriate linking in _includes/lesson_footer.html
parent 8fad66a5
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"