setr / redsystem

Static blog generator with cyclical digraph structure
https://setr.github.io/redsystem/index.html
0 stars 1 forks source link

Categories should sort their children #7

Closed setr closed 5 years ago

setr commented 5 years ago

Categories need to display their children categories, with optional image? (image/body text would be for artists and such)

Categories should sort by categories first, and then posts, and within them, alphabetical order.

Graph code needs a function to return all children of a node, sorted by Category, then Post, and alphabetical within them. The same ordering is probably preferred for post sidebar links.