2018-04-13 04:29:36 +03:00
|
|
|
# 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:
|
|
|
|
/:
|
2018-08-06 18:18:59 +03:00
|
|
|
permalink: '/{slug}/'
|
2018-04-13 04:29:36 +03:00
|
|
|
template:
|
|
|
|
- index
|
|
|
|
|
2018-06-01 20:36:48 +03:00
|
|
|
taxonomies:
|
2018-04-13 04:29:36 +03:00
|
|
|
tag: /tag/{slug}/
|
|
|
|
author: /author/{slug}/
|
|
|
|
```
|