We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f32270 commit 19643d2Copy full SHA for 19643d2
Gemfile
@@ -10,7 +10,8 @@
10
source "https://rubygems.org"
11
gemspec
12
13
-gem "github-pages", group: :jekyll_plugins
+gem "jekyll-theme-minima", "~> 0.1.1"
14
+gem "github-pages", "~> 232", group: :jekyll_plugins
15
gem "jekyll", ENV["JEKYLL_VERSION"] if ENV["JEKYLL_VERSION"]
16
gem "kramdown-parser-gfm" if ENV["JEKYLL_VERSION"] == "~> 3.9"
17
0 commit comments