From 6739aee59b4b170dd56baaaadec5cdf9cf4892d7 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Fri, 25 Mar 2016 14:12:25 -0400 Subject: [PATCH] Rough out Documentation collection --- _config.yml | 12 ++++++++++++ _docs/quick-start-guide.md | 7 +++++++ 2 files changed, 19 insertions(+) create mode 100644 _docs/quick-start-guide.md diff --git a/_config.yml b/_config.yml index 023390d3..fca8efc3 100644 --- a/_config.yml +++ b/_config.yml @@ -113,6 +113,9 @@ kramdown: # Collections collections: + docs: + output: true + permalink: /:collection/:path/ recipes: output: true permalink: /:collection/:path/ @@ -143,6 +146,15 @@ defaults: values: layout: single author_profile: true + # _docs + - scope: + path: "" + type: docs + values: + layout: single + author_profile: false + share: false + comments: false # _recipes - scope: path: "" diff --git a/_docs/quick-start-guide.md b/_docs/quick-start-guide.md new file mode 100644 index 00000000..808b70da --- /dev/null +++ b/_docs/quick-start-guide.md @@ -0,0 +1,7 @@ +--- +title: "Quick-Start Guide" +sidebar: + nav: docs +--- + +Blah blah. \ No newline at end of file