Once you've made a set of pages, Origami makes it easy to group those pages by tags or other data.
Call the groupby builtin function and tell it what data you want to your pages by.
Create a page template to render a single group of items as HTML.
Then define a site area that transforms each group into a page using that template.
This week's #WebOrigami comic: Group pages
More about Tree.groupBy builtin function: weborigami.org/builtins/tre...
HTML comic: weborigami.org/comics/group...
#static #staticsite #smallweb