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
|
||||
npm-debug.log*
|
||||
/vendor
|
||||
torrents
|
||||
/.idea
|
||||
Gemfile.lock
|
|
@ -209,7 +209,7 @@ sass:
|
|||
style: compressed # http://sass-lang.com/documentation/file.SASS_REFERENCE.html#output_style
|
||||
|
||||
# Plugins
|
||||
gems:
|
||||
plugins:
|
||||
- jekyll-paginate
|
||||
- jekyll-sitemap
|
||||
- jekyll-gist
|
||||
|
|
Loading…
Reference in a new issue