14 lines
214 B
YAML
14 lines
214 B
YAML
|
routes:
|
||
|
|
||
|
collections:
|
||
|
/:
|
||
|
permalink: /{slug}/
|
||
|
template: index
|
||
|
/pub/:
|
||
|
permalink: /pub/{slug}/
|
||
|
template: index
|
||
|
filter: tag:-pub-nights
|
||
|
taxonomies:
|
||
|
tag: /tag/{slug}/
|
||
|
author: /author/{slug}/
|