Use collections for the sections of the site

This commit is contained in:
Zakary Kamal Ismail
2019-07-28 16:27:13 -04:00
parent d4159b6069
commit 061dabed98
61 changed files with 13 additions and 16 deletions
+9 -8
View File
@@ -16,6 +16,15 @@ exclude:
- node_modules
keep_files: ["css"]
# Collections
collections:
basics:
output: true
tags:
output: true
filters:
output: true
# Plugins
plugins:
- jekyll-redirect-from
@@ -26,11 +35,3 @@ defaults:
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