Migitate depreciated syntax usage for Jekyll configuration
This commit is contained in:
parent
e07beed424
commit
6c9a341aa6
2 changed files with 2 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -12,5 +12,5 @@ example/_site
|
||||||
node_modules
|
node_modules
|
||||||
npm-debug.log*
|
npm-debug.log*
|
||||||
/vendor
|
/vendor
|
||||||
torrents
|
/.idea
|
||||||
Gemfile.lock
|
Gemfile.lock
|
|
@ -209,7 +209,7 @@ sass:
|
||||||
style: compressed # http://sass-lang.com/documentation/file.SASS_REFERENCE.html#output_style
|
style: compressed # http://sass-lang.com/documentation/file.SASS_REFERENCE.html#output_style
|
||||||
|
|
||||||
# Plugins
|
# Plugins
|
||||||
gems:
|
plugins:
|
||||||
- jekyll-paginate
|
- jekyll-paginate
|
||||||
- jekyll-sitemap
|
- jekyll-sitemap
|
||||||
- jekyll-gist
|
- jekyll-gist
|
||||||
|
|
Loading…
Reference in a new issue