Adjusting layout so that every Basics and Tags' content output their own pages

This commit is contained in:
Tetsuro
2015-10-15 16:29:00 -04:00
parent ea54777dd2
commit 68e39b624a
10 changed files with 62 additions and 54 deletions
+8
View File
@@ -6,12 +6,20 @@ permalink: /:year/:month/:day/:basename:output_ext
collections:
basics:
output: true
permalink: /basics/:path/
filters:
output: true
tags:
output: true
permalink: /tags/:path/
exclude:
- README.md
- CNAME
- node_modules
keep_files: ['css']
defaults:
-
scope:
path: "" # an empty string here means all files in the project
values:
layout: "default"