We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df17335 commit 566480dCopy full SHA for 566480d
Gemfile
@@ -1,3 +1,7 @@
1
source 'https://rubygems.org'
2
-gem 'github-pages'
+gem 'github-pages', group: :jekyll_plugins
3
+group :jekyll_plugins do
4
+ gem 'hawkins'
5
+end
6
+
7
gem "webrick", "~> 1.8"
0 commit comments