v.0.11.0
The release that's getting promoted to a broader audience now!
From the changelog:
Prototype Pages
You can now create a page, say categories/category.html
, and add a prototype
config
to the Front Matter:
layout: default
title: Posts in category :prototype-term
prototype:
term: category
And then all the site's different categories will have archives pages at this location
(e.g. categories/awesome-movies
, categories/my-cool-vacation
, etc.) It enables
pagination automatically, so you'd just use paginator.documents
to loop through the
posts. See the docs here.