From 05c8b44a7d3d492511319c704269dd4a82426b73 Mon Sep 17 00:00:00 2001 From: Greg Wilson Date: Thu, 23 Jun 2016 17:07:18 -0400 Subject: [PATCH] Changing text of auto-generated file --- bin/lesson_initialize.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/bin/lesson_initialize.py b/bin/lesson_initialize.py index f3955e0..0a7e7c4 100755 --- a/bin/lesson_initialize.py +++ b/bin/lesson_initialize.py @@ -175,11 +175,12 @@ # Overall title for pages. title: "Lesson Title" -# Account (without slashes). -account: "[[USER-NAME]]" +# Repository URL (without trailing slash). +repo: https://github.com/[USERNAME]/[LESSON-SLUG] -# Root URL below account (without slashes). -project: "[[REPO-NAME]]" +# Root URL below username.github.io domain, with leading slash but no trailing slash. +# For example, for 'https://swcarpentry.github.io/lesson-example', use '/lesson-example'. +root: "/[LESSON-SLUG]" # Contact email address. email: "[[CONTACT-ADDRESS]]"