jplatte / hinoki

A simple, yet very flexible static site generator.
GNU Affero General Public License v3.0
9 stars 2 forks source link

Pagination #2

Open jplatte opened 1 year ago

jplatte commented 1 year ago

No idea how to expose this yet, but it should be possible to split a sub-page listing into multiple distinct output files, with previous page, next page buttons and so on.

Examples:

jplatte commented 5 months ago

The basic feature is done: 597daddde408a20361ad805adce371d25fa12fa6. However, a few key things to enable proper pagination are still missing: right now every repeated page rendering just knows the item(s), not the iteration index, whether it's the first or last iteration and so on.