Maxime Vaillancourt a110142f56 Initial release
2020-05-19 22:59:37 -04:00

28 lines
443 B
YAML

title: My digital garden
include: ['_pages']
permalink: pretty
relative_permalinks: false
plugins:
- jekyll-last-modified-at
sass:
sass_dir: _sass
style: :compressed
collections:
notes:
output: true
permalink: /:path
defaults:
- scope:
path: "**/*"
values:
layout: "default"
- scope:
path: "_notes/**/*.md"
values:
layout: "note"