20 lines
341 B
YAML
20 lines
341 B
YAML
routes:
|
|
#/: head
|
|
/tag/{slug}/: head
|
|
/tags/: head
|
|
/authors/: head
|
|
/author/{slug}/: head
|
|
#/{slug}/: head
|
|
#/{slug}/{slug-1}/: head
|
|
#/{slug}/{slug-1}/{slug-2}/: head
|
|
|
|
collections:
|
|
/:
|
|
permalink: /{slug}/
|
|
#template: head
|
|
taxonomies:
|
|
tag: /tag/{slug}/
|
|
# - template: head
|
|
author: /author/{slug}/
|
|
#- template: head
|