Add github pages gem and downgrade jejyll

This commit is contained in:
ethicalhack3r
2019-07-04 13:36:52 +02:00
parent 0fdf9f5e6d
commit 58de2830fc
2 changed files with 185 additions and 14 deletions

View File

@@ -8,7 +8,7 @@ source "https://rubygems.org"
#
# This will help ensure the proper Jekyll version is running.
# Happy Jekylling!
gem "jekyll", "~> 3.8.6"
gem "jekyll", "~> 3.7.4"
# This is the default theme for new Jekyll sites. You may change this to anything you like.
gem "minima", "~> 2.0"
@@ -21,3 +21,5 @@ gem "minima", "~> 2.0"
group :jekyll_plugins do
gem "jekyll-feed", "~> 0.6"
end
gem 'github-pages', group: :jekyll_plugins