Ghost/content/settings/README.md
2019-07-25 15:17:23 +08:00

22 lines
395 B
Markdown

# Content / Settings
### routes.yaml
To find out more about `routes.yaml` configuration and how to use it visit [documentation](https://ghost.org/docs/api/handlebars-themes/routing/).
This is how the default `routes.yaml` file looks like:
```yaml
routes:
collections:
/:
permalink: '/{slug}/'
template:
- index
taxonomies:
tag: /tag/{slug}/
author: /author/{slug}/
```