We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60771a2 commit a1da09cCopy full SHA for a1da09c
Gemfile
@@ -3,6 +3,9 @@ source 'https://rubygems.org'
3
gem 'jekyll', '~> 4.2.2'
4
gem 'kramdown'
5
gem 'rouge'
6
+gem 'webrick'
7
+gem 'wdm', '~> 0.1.1', :install_if => Gem.win_platform?
8
+
9
10
group :jekyll_plugins do
11
gem 'jekyll-algolia', '~> 1.7.1'
0 commit comments