Add examples for tags and categories path_type

This commit is contained in:
Michael Rose 2016-03-11 16:16:18 -05:00
parent 5d9e0af805
commit a08934bbe3

View file

@ -183,9 +183,11 @@ timezone: America/New_York # http://en.wikipedia.org/wiki/List_of_tz_database_ti
# - GitHub Pages compatible archive pages built with Liquid ~> type: liquid (default)
# - Jekyll Archives plugin archive pages ~> type: jekyll-archives
# Path (examples)
# - Archive page should exist at path when using Liquid method or you can
# expect broken links (especially with breadcrumbs enabled)
# - <base_path>/tags/my-awesome-tag/index.html ~> path: /tags/
# - <base_path/categories/my-awesome-category/index.html ~> /categories/
# - <base_path/my-awesome-category/index.html ~> /
# - <base_path/categories/my-awesome-category/index.html ~> path: /categories/
# - <base_path/my-awesome-category/index.html ~> path: /
categories:
type: liquid
path: /categories/