X-Git-Url: https://git.arvados.org/rnaseq-cwl-training.git/blobdiff_plain/de2081351ba2b6a33b058c1ed7cf7c2a99080655..23596e7060e032da4a846b69099b55001d99fb98:/bin/boilerplate/_config.yml diff --git a/bin/boilerplate/_config.yml b/bin/boilerplate/_config.yml index 566baf1..974e568 100644 --- a/bin/boilerplate/_config.yml +++ b/bin/boilerplate/_config.yml @@ -8,10 +8,8 @@ carpentry: "swc" # Overall title for pages. title: "Lesson Title" -# 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". -email: "mailto:lessons@software-carpentry.org" +# Email address, no mailto: +email: "lessons@software-carpentry.org" #------------------------------------------------------------ # Generic settings (should not need to change). @@ -61,17 +59,26 @@ collections: # Set the default layout for things in the episodes collection. defaults: - values: - root: .. + root: . + layout: page - scope: path: "" type: episodes values: + root: .. layout: episode + - scope: + path: "" + type: extras + values: + root: .. + layout: page # Files and directories that are not to be copied. exclude: - Makefile - - bin + - bin/ + - .Rproj.user/ # Turn on built-in syntax highlighting. -highlighter: rouge \ No newline at end of file +highlighter: rouge