Add examples for tags and categories path_type
This commit is contained in:
parent
5d9e0af805
commit
a08934bbe3
1 changed files with 4 additions and 2 deletions
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue