Prime Direction

Archive Page

The Archive page is enabled through routes and uses the archive template. For the full setup, see Routes.

collections:
  /archive/:
    permalink: /{slug}/
    template: archive
    filter: tag:-hash-work

This collection is intended for regular posts, excluding items tagged with #work.

Optional intro content#

The theme zip also includes a demo routes file that connects route data to a page with the slug archive.

If you use data: page.archive in routes.yaml, the page data will be taken from the Ghost page with the slug archive.

If you want editable intro content for the archive page, create a page with the slug archive and use the demo routes file from the theme package.