Skip to content

teodragovic/snagata

Repository files navigation

Snagata

Personal training log

Install instructions

Install Ruby -v 2.3.3 and Ruby DevKit -v 4.7.2

Both available here or here

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

Commands

Create new post

rake post['new post name']

Deploy

rake deploy

Build and spin localhost

rake serve

About

Training log

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors