Personal training log
Install Ruby -v 2.3.3 and Ruby DevKit -v 4.7.2
Extract DevKit to C:\ and install
cd C:\RubyDevKit
ruby dk.rb init
ruby dk.rb install
Install bundler and run to install dependencies
gem install bundler
bundle install
Create deploy directory and setup gh-pages
mkdir _deploy
cd _deploy
git init
git branch -m gh-pages
git remote add origin git@github.com:teodragovic/snagata.git
Create new post
rake post['new post name']
Deploy
rake deploy
Build and spin localhost
rake serve