Skip to content

Generate a menu with all series? #624

@keltia

Description

@keltia

Summary and motivation

I'm looking at series, as I have some articles on my blog that do qualify for this. What I'd love to see is a way to generate a menu of all series (like under a "Series" label, like tags).

Or a "/series" directory that would have links to every series or something.

Maybe it is possible to do now, but I don't see how in the documentation.

Implementation details

Be able to have a new entry in menu like this:

menu = [
    { name = "About", url = "/about", trailing_slash = true },
    { name = "Archives", url = "/archives", trailing_slash = true },
    { name = "Series", url = "/series" },
    { name = "Tags", url = "/tags", trailing_slash = true },
]

or something equivalent with the drop down menu generated automatically.

Checklist

  • I've searched existing issues to make sure this feature hasn't already been requested.
  • This feature aligns with tabi's philosophy (minimal JS, accessible…)
  • I'm willing to contribute to the implementation of this feature.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions