mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-20 03:10:39 -07:00
Use collections for the sections of the site
This commit is contained in:
+9
-8
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user