jandecaluwe / urubu

A micro CMS for static websites, with a focus on good navigation practices.
urubu.jandecaluwe.com
GNU Affero General Public License v3.0
179 stars 36 forks source link

Support for automatically paginating index files for long lists of items #91

Closed jshaffstall closed 1 year ago

jshaffstall commented 2 years ago

By adding a couple of attributes to the front matter of an index.md file, Urubu will automatically generate copies of that index file, broken out into items_per_page sets of items. The first page will be generated as index.html, the second as index2.html, and so on. New variables are added to pages to allow pagination controls to be built into the index layouts.

jshaffstall commented 2 years ago

Figured I'd contribute this upward, since pull requests have been merged recently. Glad to see the project getting some new life!