mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-18 18:30:40 -07:00
Adjusting layout so that every Basics and Tags' content output their own pages
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user