- Make sure you have Ruby >=2.0.0 :
ruby --version - Make sure you have Rake :
which rake - Install Bundler :
gem install bundler - Install dependencies using Bundler :
bundle install - Update your dependencies regularly :
bundle update
- Run Jekyll locally :
rake preview - Open http://localhost:4000 in your browser
- Whatever gets pushed to the
gh-pagesbranch gets published - Put incomplete posts in
_drafts - You can preview drafts with
rake drafts