Creating a new Jekyll collection for “multiple-feeds” (not added to RSS feed):
_config.yml
file:
collections:
collection_name:
output: true # new pages for each posts
_layouts/collection_name.html
- {name: 'Collection_Name', path: 'menu', url: 'collection_name.html'}
collection_name.md
markdown file with the collection_name layout and loop through the collection and display the posts however you want eg.:
_collection_name
and add new posts to itLinks: