myFirstSite/_config.yml

20 lines
276 B
YAML
Raw Normal View History

2023-11-26 21:31:37 +00:00
collections:
authors:
output: true
defaults:
- scope:
path: ""
type: "authors"
values:
layout: "author"
- scope:
path: ""
type: "posts"
values:
layout: "post"
- scope:
path: ""
values:
layout: "default"