Merge pull request #1 from swcarpentry/gh-pages
[rnaseq-cwl-training.git] / bin / boilerplate / _config.yml
index 566baf18eb92fafc7dba6f6d2360b996401dbf93..974e568f7706c2640df5f84e926d506466ad26fc 100644 (file)
@@ -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