Custom Page List with /categories/tags/

I have posts with:

---
title: title of the post
categories:
   - category1
   - category2
   - category3
tags:
   - tagA
   - tagB
   - tagC
---

I would like to create post list pages with for example “category1” and “tagB” reachable at the url “sitename/category1/tagB/”. How could I do?

You can use either 1) ExecuteAsTemplate or 2) FromString to generate any HTML pages.

1 Like

Isn’t it possible to create a path using permalink management somehow? Example:
sitename/:taxonomy:/:tags:/:slug/