Alan M 159a671968
Update _config.yml - change baseurl default and explain
Co-authored-by: Maxime Vaillancourt <mv@maximevaillancourt.com>
2020-10-20 00:20:09 -05:00

32 lines
698 B
YAML

title: My digital garden
include: ['_pages']
# You may need to change the base URL depending on your deploy configuration.
# Specifically, when using GitHub Pages, the baseurl should point to where GitHub
# Pages deploys your repository (which is usually the repository name).
baseurl: /
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"