-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
68 lines (58 loc) · 1.49 KB
/
_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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
# yaml-language-server: $schema=http://json.schemastore.org/jekyll
# TODO: Theming
theme: minima
# minima:
# social_links:
github_username: WillemToorenburgh
linkedin_username: willemtoorenburgh
email: [email protected]
# Adding this because it seems the github-pages and github-metadata gems are having a bad time
repository: WillemToorenburgh/WillemToorenburgh.github.io
sass:
sourcemap: development
collections:
# TODO: maybe migrate off of github-pages gem, as custom sorting was added in Jekyll 4
education:
sort_by: dates.start
experience:
sort_by: dates.start
defaults:
- scope:
path: ""
type: "posts"
values:
layout: "post"
styles:
- path: /assets/css/blog
- scope:
path: ""
values:
layout: "default"
# Same as `pretty` but without the trailing slash
permalink: /:categories/:year/:month/:day/:title
# The github-pages gem is currently forcing us onto a version of Jekyll <4.x.x, so we need to re-create the entire default exclusions object
exclude:
- .vscode/
- .github/
# Default exclusions:
- .sass-cache/
- .jekyll-cache/
- gemfiles/
- Gemfile
- Gemfile.lock
- node_modules/
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
# Github's recommended Jekyll settings for using Github Pages
lsi: false
safe: true
# source: [your repo's top level directory]
incremental: false
highlighter: rouge
gist:
noscript: false
kramdown:
math_engine: mathjax
syntax_highlighter: rouge