Taxonomy Pages

Navigate the site using author-defined taxonomies.

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 Front Matter for a post type:

categories = ["navigation"]
tags = ["links", "taxonomy"]

The following taxonomy links would appear in the byline:

Published [by author] [publishdate or date] in navigation and tagged links and taxonomy using [wordcount] words.

The following Index Blocked taxonomy pages generated:

The following taxonomic web feeds created:

The Sitemap and Related Content updated and, if activated, the Fuzzy Search JSON search index (weighted on taxonomy) regenerated, all automatically.

See Taxonomies in Hugo to learn about taxonomies and how to customize them.