Ghost/content/settings
kirrg001 c2849728e9 Updated content/settings/README.md
no issue

- the name of the routing type was incorrect
- we have
  1. routes: static routes (or series later)
  2. collections: a collection of posts
  3. taxonomies: configuration for author and tag routes
- see equivalent: https://github.com/TryGhost/Ghost/blob/1.23.1/core/server/services/settings/default-routes.yaml
2018-06-01 19:36:48 +02:00
..
README.md Updated content/settings/README.md 2018-06-01 19:36:48 +02:00

Content / Settings

routes.yaml

This is how the default routes.yaml file looks like:

routes:

collections:
  /:
    route: '{globals.permalinks}'
    template:
      - home
      - index

taxonomies:
  tag: /tag/{slug}/
  author: /author/{slug}/