Ghost/content/settings
Aileen Nowak c8b29724e0 Added content/settings folder
refs #9528
refs TryGhost/Ghost-CLI#681

- added a new `/content/settings` folder
- bumped Ghost-CLI engine requirement to >= 1.7.0
2018-04-15 19:40:22 +02:00
..
README.md

Content / Settings

routes.yaml

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

routes:

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

resources:
  tag: /tag/{slug}/
  author: /author/{slug}/