Skip to content

Commit

Permalink
Add Gemfile so that it can be served locally
Browse files Browse the repository at this point in the history
Without a `Gemfile` you can't run locally (`bundle exec jekyll serve`)

Signed-off-by: kingthorin <kingthorin@users.noreply.github.com>
  • Loading branch information
kingthorin committed Mar 19, 2020
1 parent 7d969fd commit 36aaac9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
source 'https://rubygems.org'
group :jekyll_plugins do
gem "github-pages"
end

0 comments on commit 36aaac9

Please sign in to comment.