Add authors taxonomy
This commit is contained in:
@@ -26,22 +26,26 @@ languages:
|
||||
name: "Customization"
|
||||
url: "/customization/"
|
||||
weight: 50
|
||||
- identifier: "authors"
|
||||
name: "Authors"
|
||||
url: "/authors/"
|
||||
weight: 60
|
||||
- identifier: "series"
|
||||
name: "Series"
|
||||
url: "/series/"
|
||||
weight: 60
|
||||
weight: 70
|
||||
- identifier: "categories"
|
||||
name: "Categories"
|
||||
url: "/categories/"
|
||||
weight: 70
|
||||
weight: 80
|
||||
- identifier: "tags"
|
||||
name: "Tags"
|
||||
url: "/tags/"
|
||||
weight: 80
|
||||
weight: 90
|
||||
- identifier: "search"
|
||||
name: "Search"
|
||||
url: "/search/"
|
||||
weight: 90
|
||||
weight: 100
|
||||
weight: 10
|
||||
markup:
|
||||
goldmark:
|
||||
@@ -67,6 +71,7 @@ params:
|
||||
git:
|
||||
commit_url_prefix: "https://github.com/willfaught/paige/commit/"
|
||||
taxonomies:
|
||||
author: "authors"
|
||||
category: "categories"
|
||||
series: "series"
|
||||
tag: "tags"
|
||||
|
Reference in New Issue
Block a user