Basically what it says; it'd be neat to be able to have a paginated (if using such) index of all articles in each series as an option, especially ordered by series index value. Right now, pagination of articles in an index is dictated only by the sort order across the whole site, so if you want articles listing normally in reverse chronological order, you can't then have a chronological listing only for specific categories or series.
I'd like a feature to generate an index listing per-series, likely by default at /series/{{ series.name }}.html and organized in series order.
Basically what it says; it'd be neat to be able to have a paginated (if using such) index of all articles in each series as an option, especially ordered by series index value. Right now, pagination of articles in an index is dictated only by the sort order across the whole site, so if you want articles listing normally in reverse chronological order, you can't then have a chronological listing only for specific categories or series.
I'd like a feature to generate an index listing per-series, likely by default at
/series/{{ series.name }}.htmland organized in series order.