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

21 lines
336 B
YAML

exclude: [ '_includes/notes_graph.json' ]
plugins:
- jekyll-last-modified-at
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"