Skip to content

Route

The Kate theme is fully compatible with Ghost’s standard routing setup. If you have not modified your site’s routes.yaml file, no further steps are necessary.


If you have previously customized your routing and want to revert to Ghost’s default routes for optimal compatibility with the Kate theme, follow these instructions to upload the original routes.yaml file:

Log in to your Ghost Admin panel at:
https://yoursite.com/ghost

Navigate to:
Settings > Advanced > Labs
or directly via:
https://yoursite.com/ghost/#/settings/labs

Under the Beta features section, click Upload routes file.
create a file with the following name routes.yaml and edit the file using a text editor and copy the code bellow and save, After that upload the file:

routes:
collections:
/:
permalink: /{slug}/
template: index
taxonomies:
tag: /tag/{slug}/
author: /author/{slug}/

Once uploaded, your site will restore the default routing behavior, ensuring the Kate theme functions as intended.