Skip to content

v.0.11.0

Compare
Choose a tag to compare
@jaredcwhite jaredcwhite released this 21 Apr 20:20

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.

#11