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
524 stars 289 forks source link

Make it possible to manipulate hidden: true #216

Closed kamauwanjoroge closed 3 years ago

kamauwanjoroge commented 3 years ago

I want to hide some posts from the homepage without altering the number of posts shown, but make them visible on auto collection (category) pages. Using hidden: true in the front matter of the post makes the post to be hidden both on the front page and the collections (category page). Is there an easier way to achieve this?