From 67bc0259c51b3a56a93d1c7e2c33859c489c8086 Mon Sep 17 00:00:00 2001 From: Greg Wilson Date: Fri, 15 Apr 2016 21:29:43 -0400 Subject: [PATCH] Moving materials into sub-directory --- _config_template.yml | 2 ++ CONTRIBUTING.md => _extras/CONTRIBUTING.md | 0 _includes/navbar.html | 13 ++++++++++--- 3 files changed, 12 insertions(+), 3 deletions(-) rename CONTRIBUTING.md => _extras/CONTRIBUTING.md (100%) diff --git a/_config_template.yml b/_config_template.yml index 93b29a4..6101caf 100644 --- a/_config_template.yml +++ b/_config_template.yml @@ -35,6 +35,8 @@ collections: episodes: output: true permalink: /:path/ + extras: + output: true # Set the default layout for things in the episodes collection. defaults: diff --git a/CONTRIBUTING.md b/_extras/CONTRIBUTING.md similarity index 100% rename from CONTRIBUTING.md rename to _extras/CONTRIBUTING.md diff --git a/_includes/navbar.html b/_includes/navbar.html index eb9c1f5..b4dbf9b 100644 --- a/_includes/navbar.html +++ b/_includes/navbar.html @@ -6,7 +6,6 @@