X-Git-Url: https://git.arvados.org/rnaseq-cwl-training.git/blobdiff_plain/a688650d9bfaa242173089be5d4877bdec67bed4..9fde967cab751535a1d3df6708fa3a5a82c82dee:/bin/lesson_initialize.py diff --git a/bin/lesson_initialize.py b/bin/lesson_initialize.py index bce8244..247b425 100755 --- a/bin/lesson_initialize.py +++ b/bin/lesson_initialize.py @@ -175,14 +175,16 @@ ROOT_CONFIG_YML = '''\ # 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. title: "Lesson Title" -# Contact email address. -email: lessons@software-carpentry.org +# Contact. This *must* include the protocol: if it's an email +# address, it must look like "mailto:lessons@software-carpentry.org", +# or if it's a URL, "https://gitter.im/username/ProjectName". +contact: mailto:lessons@software-carpentry.org #------------------------------------------------------------ # Generic settings (should not need to change). @@ -319,7 +321,7 @@ permalink: /figures/ EXTRAS_GUIDE_MD = '''\ --- layout: page -title: "Instructors' Guide" +title: "Instructor Notes" permalink: /guide/ --- FIXME