Prime Direction

Works Page

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

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

After routes are uploaded, all posts tagged with #work appear in the /works/ collection.

Optional intro content#

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

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

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