From 722b038b1579bfce5ce4e4711a22cf72429321db Mon Sep 17 00:00:00 2001 From: Greg Wilson Date: Wed, 27 Jul 2016 20:15:25 -0400 Subject: [PATCH] Adding a few more fields to _config.yml --- _config.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 296fb49db..9797e13fd 100644 --- a/_config.yml +++ b/_config.yml @@ -18,16 +18,22 @@ email: lessons@software-carpentry.org # What kind of thing is this ("workshop" or "lesson")? kind: "lesson" +# Magic to make URLs resolve both locally and on GitHub. +# See https://help.github.com/articles/repository-metadata-on-github-pages/. +repository: / + # Sites. amy_site: "https://amy.software-carpentry.org/workshops" -dc_site: "https://datacarpentry.org" +dc_site: "http://datacarpentry.org" swc_github: "https://github.com/swcarpentry" swc_site: "https://software-carpentry.org" +swc_pages: "https://swcarpentry.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" workshop_repo: "https://github.com/swcarpentry/workshop-template" workshop_site: "https://swcarpentry.github.io/workshop-template" +training_site: "https://swcarpentry.github.io/instructor-training" # Surveys. pre_survey: "https://www.surveymonkey.com/r/swc_pre_workshop_v1?workshop_id="