From 6c9a341aa69fb60fae7617f8b1441d31e9997617 Mon Sep 17 00:00:00 2001 From: Spotlight Date: Sun, 8 Apr 2018 11:45:43 -0500 Subject: [PATCH] Migitate depreciated syntax usage for Jekyll configuration --- .gitignore | 2 +- _config.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 9f31bc8f6..c31cdd5ab 100644 --- a/.gitignore +++ b/.gitignore @@ -12,5 +12,5 @@ example/_site node_modules npm-debug.log* /vendor -torrents +/.idea Gemfile.lock \ No newline at end of file diff --git a/_config.yml b/_config.yml index abd146aac..dd2f10fb9 100644 --- a/_config.yml +++ b/_config.yml @@ -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