We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 240c7cc commit c9e5887Copy full SHA for c9e5887
2 files changed
Gemfile
@@ -1,8 +1,11 @@
1
source "https://rubygems.org"
2
3
gem "jekyll", "~> 4.4.1"
4
+group :jekyll_plugins do
5
+ gem "jekyll-feed", "~> 0.12"
6
+ gem "jekyll-seo-tag"
7
+end
8
gem "monoholic"
-gem "jekyll-feed", "~> 0.12"
9
10
gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]
11
Gemfile.lock
@@ -173,6 +173,7 @@ DEPENDENCIES
173
http_parser.rb (~> 0.6.0)
174
jekyll (~> 4.4.1)
175
jekyll-feed (~> 0.12)
176
+ jekyll-seo-tag
177
monoholic
178
webrick (~> 1.9)
179
0 commit comments