This repository was archived by the owner on Nov 30, 2024. It is now read-only.
This repository was archived by the owner on Nov 30, 2024. It is now read-only.
No way to order post or pages #42
Closed
Description
I notice people search for how to order page and post lists in Jekyll Bootstrap. Just so there is a place where this question is answered:
There is currently no way to pragmatically order pages or posts.
The posts are ordered chronologically, while the pages are ordered alphabetically (to my knowledge).
The only way to create your own order is to manually create an array in the _config.yml or YAML Front Matter pointing to the post/page urls, then iterate over that array.
This is one of the biggest drawbacks to sticking with the Jekyll framework. I'm currently scheming a solution for this =)