Fix deprecated gems entry in configuration

This also excludes `Gemfile` as it doesn't need to be included
in the generated website.
This commit is contained in:
Hugo Locurcio 2019-03-02 22:21:50 +01:00
parent cc5b690032
commit 7958e52cfd
No known key found for this signature in database
GPG Key ID: 39E8F8BE30B0A49C

View File

@ -1,9 +1,10 @@
permalink: pretty permalink: pretty
gems: plugins:
- jekyll-redirect-from - jekyll-redirect-from
sass: sass:
style: compressed style: compressed
exclude: exclude:
- CNAME - CNAME
- README.md - Gemfile
- LICENSE.md - LICENSE.md
- README.md