You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 30, 2024. It is now read-only.
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 =)