Skip to content

Instantly share code, notes, and snippets.

@dhcole
Created June 2, 2015 13:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dhcole/86c3858120f28bd40826 to your computer and use it in GitHub Desktop.
Save dhcole/86c3858120f28bd40826 to your computer and use it in GitHub Desktop.
Jekyll defaults for collections
defaults:
-
scope:
path: ""
values:
layout: "page"
-
scope:
path: "news"
values:
section: "news"
layout: "content"
collections:
news:
output: true
permalink: /news/:path/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment