Merge pull request #128 from SanthiSridharan/patch-1

Fixing the link to Ben Balter's blog post on Jekyll Colletcions
This commit is contained in:
Tom Johnson 2018-09-20 22:06:37 -07:00 committed by GitHub
commit fb6bf12f0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ folder: mydoc
--- ---
## What are collections ## What are collections
Collections are custom content types different from pages and posts. You might create a collection if you want to treat a specific set of articles in a unique way, such as with a custom layout or listing. For more detail on collections, see [Ben Balter's explanation of collections here](http://ben.balter.com/2016/02/20/jekyll-collections/). Collections are custom content types different from pages and posts. You might create a collection if you want to treat a specific set of articles in a unique way, such as with a custom layout or listing. For more detail on collections, see [Ben Balter's explanation of collections here](https://ben.balter.com/2015/02/20/jekyll-collections/).
## Create a collection ## Create a collection
To create a collection, add the following in your configuration file: To create a collection, add the following in your configuration file: