Ghost/content/settings/README.md

23 lines
335 B
Markdown
Raw Normal View History

# 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}/
```