jekyll.workflow

jekyll.workflow

master ⇝ gh-pages

A simple combination of a few bash scripts and a Makefile to support you jekyll develpment and deployment to gh-pages.

Getting started

Run this one-liner on the root of yout project:

curl -L https://raw.github.com/gtramontina/jekyll.workflow/master/install.sh | sh

This will copy Makefile and the scripts directory over to your project so you can start using it right away.

Main make goals

Enjoy!