2020-05-19 22:59:37 -04:00
|
|
|
title: My digital garden
|
|
|
|
include: ['_pages']
|
2020-11-02 22:46:44 +00:00
|
|
|
exclude: ['_includes/notes_graph.json']
|
2020-10-20 00:20:09 -05:00
|
|
|
# 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).
|
2021-02-08 15:32:45 -06:00
|
|
|
baseurl: ''
|
2020-05-19 22:59:37 -04:00
|
|
|
|
2021-01-26 08:32:07 -05:00
|
|
|
# If you are using a host that cannot resolve URLs that do
|
|
|
|
# not end with .html (such as Neocities), set this to 'true'.
|
|
|
|
use_html_extension: false
|
|
|
|
|
2021-03-02 20:16:12 -05:00
|
|
|
# Set to `true` to open non-internal links in new tabs, or
|
|
|
|
# set to `false` to open non-internal links in current tab.
|
|
|
|
open_external_links_in_new_tab: true
|
|
|
|
|
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
|
2020-11-22 13:03:23 -05:00
|
|
|
permalink: /:slug
|
2020-05-19 22:59:37 -04:00
|
|
|
|
|
|
|
defaults:
|
|
|
|
- scope:
|
|
|
|
path: "**/*"
|
|
|
|
values:
|
|
|
|
layout: "default"
|
|
|
|
- scope:
|
|
|
|
path: "_notes/**/*.md"
|
|
|
|
values:
|
|
|
|
layout: "note"
|