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
517 stars 285 forks source link

Different URL permalinks for 2 different categories? #252

Open nick-botticelli opened 1 year ago

nick-botticelli commented 1 year ago

Is it currently possible to have 2 different permalink formats for two different paginations?

For example, I have a /blog/ URL and a /projects/ URL; I want the blog URL structure to be permalink: "/:categories/:year/:month/:day/:title", and I want the projects URL structure to be permalink: "/:categories/:title". Is this possible? If so, how can I do this?

Currently, I have a blog.md on my root which directs to /blog (which contains _posts directory), and same thing with projects.md.