From 34d21095e004a3e4f58c167fd8b2058483994363 Mon Sep 17 00:00:00 2001
From: Greg Wilson <gvwilson@third-bit.com>
Date: Sat, 16 Apr 2016 15:06:19 -0400
Subject: [PATCH] Updating configuration settings

---
 _config_template.yml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/_config_template.yml b/_config_template.yml
index 6101caf..0d964f5 100644
--- a/_config_template.yml
+++ b/_config_template.yml
@@ -22,10 +22,11 @@ email: USERNAME@SOME.WHERE
 #------------------------------------------------------------
 
 # Sites.
-amy_site:   "https://amy.software-carpentry.org/workshops"
-dc_site:    "https://datacarpentry.org"
+amy_site: "https://amy.software-carpentry.org/workshops"
+dc_site: "https://datacarpentry.org"
 swc_github: "https://github.com/swcarpentry"
-swc_site:   "https://software-carpentry.org"
+swc_site: "https://software-carpentry.org"
+template_repo: "https://github.com/gvwilson/new-lesson-template"
 
 # Start time in minutes (540 is 09:00 am)
 start_time: 540
-- 
GitLab