Skip to content

Commit 6db929e

Browse files
Venefilynmartinpitt
authored andcommitted
config: Fix Jekyll configuration errors
The plugins are currently broken due to a deprecation with Jekyll. This enables all the plugins again and also takes care of some complaints that exist for the config itself. Signed-off-by: Freya Gustavsson <freya@venefilyn.se>
1 parent dba26a6 commit 6db929e

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

_config.yml

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ defaults:
5858
layout: "page"
5959
-
6060
scope:
61-
type: posts
61+
path: _posts
6262
values:
6363
layout: "post"
6464

@@ -83,16 +83,28 @@ include:
8383

8484
sass:
8585
sass_dir: assets/
86-
style: :compressed
86+
style: compressed
8787

8888
# Let the following Jekyll plugins work in safemode
8989
# (mimicking GitHub's config)
90-
whitelist:
90+
plugins:
9191
- jekyll-redirect-from
9292
- jekyll-sass-converter
9393
- jemoji
9494
- jekyll-mentions
95+
- jekyll-sitemap
96+
- jekyll-feed
97+
- jekyll-gist
98+
- jekyll-paginate
99+
- jekyll-coffeescript
100+
- jekyll-seo-tag
101+
- jekyll-github-metadata
102+
103+
whitelist:
95104
- jekyll-redirect-from
105+
- jekyll-sass-converter
106+
- jemoji
107+
- jekyll-mentions
96108
- jekyll-sitemap
97109
- jekyll-feed
98110
- jekyll-gist

0 commit comments

Comments
 (0)