~xdavidwu/xdavidwu.link

6739aee59b4b170dd56baaaadec5cdf9cf4892d7 — Michael Rose 8 years ago 678aecd
Rough out Documentation collection
2 files changed, 19 insertions(+), 0 deletions(-)

M _config.yml
A _docs/quick-start-guide.md
M _config.yml => _config.yml +12 -0
@@ 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: ""

A _docs/quick-start-guide.md => _docs/quick-start-guide.md +7 -0
@@ 0,0 1,7 @@
---
title: "Quick-Start Guide"
sidebar:
  nav: docs
---

Blah blah.
\ No newline at end of file