mirror of
https://github.com/hacks-guide/minimal-mistakes.git
synced 2024-11-27 02:40:32 +00:00
cf086c3873
- 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
5 lines
98 B
Ruby
5 lines
98 B
Ruby
source 'https://rubygems.org'
|
|
|
|
gem 'jekyll'
|
|
gem "jekyll-sitemap"
|
|
gem 'octopress', '~> 3.0.0.rc.12' |