I’m starting out using Hugo for some content that I want to present in a specific page order. Hence, the finished site will be more like a book (where pages are in a specific order and there is no chronology) rather than a blog (where pages are listed in reverse chronological order). If it matters, I’m currently using the Mainroad theme.
For now, I have the pages events.md
, processors.md
, and queues.md
. As it happens, I want them to be presented in that order, i.e., events.md
is the first page and queues.md
is the last page. (I will add more pages later.)
When I generate the site and view the page generated from events.md
, it lists “Processors” as the “Previous” page (along with a link) at the bottom of the page. But that’s wrong: “Processors” is the next page. (I assume it does this because the “Processors” page is the “previous” page in reverse alphabetical order.)
How can I specify a specific page ordering? I.e., which page is the first, which is the last, and (for each page), which page is next and which is previous?