mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-21 01:41:46 +03:00
12 lines
160 B
YAML
12 lines
160 B
YAML
|
routes:
|
||
|
|
||
|
collections:
|
||
|
/blog/:
|
||
|
permalink: /blog/{year}/{slug}/
|
||
|
template:
|
||
|
- index
|
||
|
|
||
|
taxonomies:
|
||
|
tag: /category/{slug}/
|
||
|
author: /author/{slug}/
|