33 lines
750 B
YAML
Raw Normal View History

2020-05-19 22:59:37 -04:00
title: My digital garden
include: ['_pages']
exclude: ['_includes/notes_graph.json']
# 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: /
2020-05-19 22:59:37 -04:00
permalink: pretty
relative_permalinks: false
plugins:
- jekyll-last-modified-at
sass:
sass_dir: _sass
style: :compressed
collections:
notes:
output: true
permalink: /:slug
2020-05-19 22:59:37 -04:00
defaults:
- scope:
path: "**/*"
values:
layout: "default"
- scope:
path: "_notes/**/*.md"
values:
layout: "note"