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
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
menulike this:or something equivalent with the drop down menu generated automatically.
Checklist