generated from maximevaillancourt/digital-garden-jekyll-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
36 lines (31 loc) · 800 Bytes
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
title: D:\side\garden\
include: ['_pages']
exclude:
- '_includes/notes_graph.json'
- "_notes/.stversions"
- ".vscode"
- "_notes/.obsidian"
# 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: /:slug
defaults:
- scope:
path: "**/*"
values:
layout: "default"
- scope:
path: "_notes/**/*.md"
values:
layout: "note"