20 lines
276 B
YAML
20 lines
276 B
YAML
|
collections:
|
||
|
authors:
|
||
|
output: true
|
||
|
|
||
|
defaults:
|
||
|
- scope:
|
||
|
path: ""
|
||
|
type: "authors"
|
||
|
values:
|
||
|
layout: "author"
|
||
|
- scope:
|
||
|
path: ""
|
||
|
type: "posts"
|
||
|
values:
|
||
|
layout: "post"
|
||
|
- scope:
|
||
|
path: ""
|
||
|
values:
|
||
|
layout: "default"
|