How do I make a custom list page at a custom location? How do I configure its paginator?
The issue is that I have multiple sections, and I want a global archive page at /archive/, while keeping my home page different at /. I’ve tried several appraoches:
content/archive.html with type: list or layout: list
layout/archive.html with {{ $paginator := .Paginate .Site.RegularPages }}
None of this seems to work. What is the recipe for setting for doing this?