c8b29724e0
refs #9528 refs TryGhost/Ghost-CLI#681 - added a new `/content/settings` folder - bumped Ghost-CLI engine requirement to >= 1.7.0
23 lines
335 B
Markdown
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}/
|
|
```
|