mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-26 05:02:48 +00:00
Replace deprecated gems with plugins
Since [Jekyll 3.5.0](https://github.com/jekyll/jekyll/releases/tag/v3.5.0), plugins have been added to config key as replacement for gems in https://github.com/jekyll/jekyll/pull/5130. This patch resolves a deprecation warning "Deprecation: The 'gems' configuration option has been renamed to 'plugins'. Please update your config file accordingly." when executing `bundle exec jekyll serve`.
This commit is contained in:
parent
704301229b
commit
d9db7e6b4b
|
|
@ -48,7 +48,7 @@ kramdown:
|
|||
sass:
|
||||
sass_dir: static/css
|
||||
|
||||
gems:
|
||||
plugins:
|
||||
- jekyll-babel
|
||||
- jekyll-sitemap
|
||||
- jekyll/fontawesome/svg
|
||||
|
|
|
|||
Loading…
Reference in New Issue