Add authors taxonomy

This commit is contained in:
Will Faught
2023-03-15 19:51:52 -07:00
parent a66f33962c
commit 062c45579d
6 changed files with 64 additions and 22 deletions

View File

@@ -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"