sverrirs / jekyll-paginate-v2

Pagination Generator for Jekyll 3 (enhanced replacement for the old built-in jekyll-paginate gem) ⛺
https://rubygems.org/gems/jekyll-paginate-v2
MIT License
521 stars 288 forks source link

Overriding sort order for a specific autopage #258

Open alexjago opened 10 months ago

alexjago commented 10 months ago

I've got auto-pages set up for categories.

For some of my categories it makes sense to do oldest-first. However, another category is for events, which it makes sense to do newest-first.

Since they're auto pages, I don't have any front matter to specify. Putting things under the defaults key just gives me a heap of warnings.

I'm guessing this is just completely unsupported?