From 8ebba59ac9e5674c4f6e38e7dda6dc96bc87786a Mon Sep 17 00:00:00 2001 From: Greg Wilson Date: Sun, 17 Apr 2016 14:42:21 -0400 Subject: [PATCH] Updating configuration template --- _config_template.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_config_template.yml b/_config_template.yml index b0c4a54..d280498 100644 --- a/_config_template.yml +++ b/_config_template.yml @@ -29,6 +29,8 @@ swc_site: "https://software-carpentry.org" template_repo: "https://github.com/gvwilson/new-lesson-template" example_repo: "https://github.com/gvwilson/new-lesson-example" example_site: "https://gvwilson.github.com/new-lesson-example" +workshop_repo: "https://github.com/gvwilson/new-workshop-template" +workshop_site: "https://gvwilson.github.io/new-workshop-template" # Start time in minutes (540 is 09:00 am) start_time: 540 -- GitLab