We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a499fc6 commit b249efdCopy full SHA for b249efd
Gemfile
@@ -0,0 +1,10 @@
1
+source "https://rubygems.org"
2
+
3
+gem "jekyll", "~> 4.2"
4
+# Add any other gems/plugins you need, for example:
5
+# gem "jekyll-feed", "~> 0.15"
6
+# gem "jekyll-seo-tag", "~> 2.7"
7
8
+group :development do
9
+ gem "github-pages", "~> 215", group: :jekyll_plugins
10
+end
0 commit comments