Ghost/content/settings/README.md

22 lines
327 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:
/:
permalink: '{globals.permalinks}'
template:
- index
taxonomies:
tag: /tag/{slug}/
author: /author/{slug}/
```