Skip to content

Feature request: Support for taxonomies #185

@theowenyoung

Description

@theowenyoung

It would be great if Zine could support taxonomies, similar to Zola’s implementation.

Taxonomies allow grouping content by categories, tags, authors, years, etc., and automatically generate listing pages like /tags/ and /tags/rust/.

Example in Zola:

taxonomies = [
{ name = "topics", feed = true },
{ name = "categories", feed = true },
]

and in content:

[taxonomies]
tags = ["rust", "static-site"]
categories = ["development"]

This feature would make Zine much easier to use for blogs and knowledge-base style sites.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions