Skip to content

Commit

Permalink
Add Gemfile
Browse files Browse the repository at this point in the history
When cloning the theme and adding my content, I had to install these
gems before `jekyll s` would work.
  • Loading branch information
djds23 committed Apr 9, 2016
1 parent b0bafcb commit bda6392
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Gemfile
@@ -0,0 +1,7 @@
source "https://rubygems.org"

gem "jekyll"
gem "jekyll-watch"
gem "redcarpet"
gem "kramdown"
gem "rouge"

0 comments on commit bda6392

Please sign in to comment.