22 lines
369 B
YAML
22 lines
369 B
YAML
url: "https://lynnesbian.space/"
|
|
exclude: [.idea]
|
|
include: [_content]
|
|
defaults:
|
|
- scope:
|
|
path: ""
|
|
values:
|
|
layout:
|
|
default
|
|
- scope:
|
|
path: "_projects"
|
|
values:
|
|
layout: "project"
|
|
|
|
collections:
|
|
content:
|
|
output: true
|
|
permalink: /:name:output_ext
|
|
projects:
|
|
output: true
|
|
permalink: /:collection/:name:output_ext
|
|
|