At the time of writing this ticket, there are 20 articles on my website. This seems like a good place to start paginating the articles listing, as seeing this many articles one one page is plenty. The purpose of this ticket is to add pagination to my website, with the following requirements:
- Pagination of articles shall be automatic as a part of the static site generation.
- The article listing shall be paginated and available at URIs of the form
/articles/page/<page-number>.
- The URI
https://jordanhay.com/articles shall show the first page of articles.
- Page controls shall be available at the top and bottom of each article listing sub-page.
- Each page shall prefetch the pages before and after it in the article listing.
At the time of writing this ticket, there are 20 articles on my website. This seems like a good place to start paginating the articles listing, as seeing this many articles one one page is plenty. The purpose of this ticket is to add pagination to my website, with the following requirements:
/articles/page/<page-number>.https://jordanhay.com/articlesshall show the first page of articles.