Skip to content

Commit b249efd

Browse files
Create Gemfile
1 parent a499fc6 commit b249efd

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Gemfile

+10
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)