diff --git a/docs/_docs/13-collections.md b/docs/_docs/13-collections.md index c7525319..4e05cb00 100644 --- a/docs/_docs/13-collections.md +++ b/docs/_docs/13-collections.md @@ -7,7 +7,7 @@ last_modified_at: 2018-03-20T16:00:02-04:00 Collections like posts and pages work as you'd expect. If you're new to them be sure to read [Jekyll's documentation](https://jekyllrb.com/docs/collections/). -The theme has been built with collections in mind and you will find [several examples]({{ "/collection-archive/" | relative_url }}) on the demo site ([portfolio]({{ "/portfolio/" | relative_url }}), [recipes]({{ "/recipes/" | relative_url }}), pets). +The theme has been built with collections in mind and you will find [several examples]({{ "/collection-archive/" | relative_url }}) on the demo site ([portfolio]({{ "/portfolio/" | relative_url }}), [recipes]({{ "/recipes/" | relative_url }}), [pets]({{ "/pets/" | relative_url }})). **Collections in the Wild:** This set of documentation is also [built as a collection](https://github.com/{{ site.repository }}/blob/master/docs/_docs/) if you're looking for a fully fleshed out example to inspect. {: .notice--info} diff --git a/docs/_pages/pets.md b/docs/_pages/pets.md new file mode 100644 index 00000000..1ecc1f3b --- /dev/null +++ b/docs/_pages/pets.md @@ -0,0 +1,10 @@ +--- +title: Pets +layout: collection +permalink: /pets/ +collection: pets +entries_layout: grid +classes: wide +--- + +Sample document listing for the collection `_pets`. diff --git a/docs/_pages/recipes-archive.md b/docs/_pages/recipes-archive.md index cdde1e4e..96a36cf7 100644 --- a/docs/_pages/recipes-archive.md +++ b/docs/_pages/recipes-archive.md @@ -2,7 +2,7 @@ layout: collection title: "Recipes" collection: recipes -permalink: /recipes-archive/ +permalink: /recipes/ author_profile: false ---