From 7958e52cfdac9e5ec6ea197b607bd5daf6c268c4 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Sat, 2 Mar 2019 22:21:50 +0100 Subject: [PATCH] Fix deprecated `gems` entry in configuration This also excludes `Gemfile` as it doesn't need to be included in the generated website. --- _config.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 849da56..637a057 100644 --- a/_config.yml +++ b/_config.yml @@ -1,9 +1,10 @@ permalink: pretty -gems: +plugins: - jekyll-redirect-from sass: style: compressed exclude: - CNAME - - README.md + - Gemfile - LICENSE.md + - README.md