+++ title = "Taxonomy Pages" description = "Navigate the site using author-defined taxonomies." categories = ["navigation"] tags = ["links", "taxonomy"] features = ["related content", "code highlighter", "snippets"] aliases = [ "/feature/page-taxonomies/" ] copyright owner = "Josh Habdas" date = "2019" license = "agpl-3.0-or-later" +++
After Dark generates categorical and tag taxonomy and taxonomy terms pages and links to them automatically in posts using Post Bylines.
Given the following page {{< external href="https://gohugo.io/content-management/front-matter/" text="Front Matter" />}} for a post type:
categories = ["navigation"]
tags = ["links", "taxonomy"]
The following taxonomy links would appear in the byline:
Published [by
author
] [publishdate
ordate
] in navigation and tagged links and taxonomy using [wordcount
] words.
The following Index Blocked taxonomy pages generated:
The following taxonomic web feeds created:
The {{< external href="https://gohugo.io/templates/sitemap-template/" text="Sitemap" />}} and Related Content updated and, if activated, the Fuzzy Search JSON search index (weighted on taxonomy) regenerated, all automatically.
See {{< external href="https://gohugo.io/content-management/taxonomies" text="Taxonomies in Hugo" />}} to learn about taxonomies and how to customize them.