Skip to content

Commit f2c0b40

Browse files
committed
Properly setup a Gemfile
1 parent ae3227b commit f2c0b40

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Gemfile

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
source 'https://rubygems.org'
2+
3+
group :jekyll_plugins do
4+
gem 'jekyll'
5+
gem 'jekyll-redirect-from'
6+
gem 'kramdown'
7+
end

0 commit comments

Comments
 (0)