Generate index pages for tags and filters

This commit is contained in:
Adam Hollett
2016-06-14 11:04:31 -04:00
parent 8590bb5727
commit c2ead29ff9
7 changed files with 45 additions and 15 deletions
+12
View File
@@ -16,9 +16,21 @@ exclude:
- node_modules
keep_files: ["css"]
# Plugins
gems:
- jekyll-redirect-from
# Front matter defaults
defaults:
- scope:
path: "" # an empty string here means all files in the project
values:
layout: default
- scope:
path: "filters"
values:
type: filter
- scope:
path: "tags"
values:
type: tag