Ghost/content/settings/README.md
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

23 lines
335 B
Markdown

# Content / Settings
### routes.yaml
<!-- TODO: make a better description here and link to the docs -->
This is how the default `routes.yaml` file looks like:
```yaml
routes:
collections:
/:
route: '{globals.permalinks}'
template:
- home
- index
resources:
tag: /tag/{slug}/
author: /author/{slug}/
```