Why use collections at all? Fixing control flow too

This commit is contained in:
Adam Hollett
2015-12-04 19:50:03 -05:00
parent 88e774cb40
commit a55d638690
59 changed files with 128 additions and 242 deletions
+3 -7
View File
@@ -4,10 +4,6 @@ url: "http://liquidmarkup.org" # the base hostname & protocol for your site
markdown: kramdown
highlighter: pygments
permalink: /:year/:month/:day/:basename:output_ext
collections:
docs:
output: true
permalink: /docs/:path/
exclude:
- README.md
- CNAME
@@ -19,14 +15,14 @@ defaults:
values:
layout: "default"
- scope:
path: "docs/basics"
path: "basics"
values:
type: "basics"
- scope:
path: "docs/filters"
path: "filters"
values:
type: "filters"
- scope:
path: "docs/tags"
path: "tags"
values:
type: "tags"