hacks-guide-minimal-mistake.../Gemfile
Michael Rose cf086c3873 Update to Jekyll 2.2.0
- Using the theme for the first time install Bundler and then run 'bundle install'
- Updating the theme run 'bundle update' to update all gem dependencies
2014-07-31 14:56:54 -04:00

5 lines
98 B
Ruby

source 'https://rubygems.org'
gem 'jekyll'
gem "jekyll-sitemap"
gem 'octopress', '~> 3.0.0.rc.12'