fongandrew / hydeout

A refreshed version of Hyde for Jekyll 3.x and 4.x
https://fongandrew.github.io/hydeout/
Other
591 stars 744 forks source link

Question - Possible to have multiple posts per category #60

Closed collegeworking closed 5 years ago

collegeworking commented 5 years ago

I have a question about how to go about implementing a kind of multiple blog like site.

My requirement is that I want to have three sections in the sidebar. One that is home, then two more sections (section A, section B).

I want the home section to be all posts from both section A and B and then I want section A and B to have posts of their own all listed like the home page including the pagination but only posts in section A will obviously be in section A and the same for section B. Again the home section would be a collection of both A and B posts.

Is this possible in the current implementation? If so could you maybe point me to an example or even in the right direction?

Thanks a lot.

fongandrew commented 5 years ago

You want to use category pages. By default, Hydeout's category layout doesn't paginate and only displays page titles. https://github.com/midnightSuyama/jekyll-paginate-category might be helpful though.