Files
brendan-ch.github.io/_config.yml

22 lines
363 B
YAML

exclude: [ '_includes/notes_graph.json' ]
plugins:
- jekyll-last-modified-at
- jekyll-compress-images
open_external_links_in_new_tab: true
use_html_extension: false
permalink: pretty
relative_permalinks: false
collections:
notes:
output: true
permalink: /:slug/
defaults:
- scope:
path: "_notes/**/*.md"
values:
layout: "note"