README
This project is based on ...
INSTALLATION
Dependencies
This site uses Jekyll and it's built-in SCSS compiler for the associated CSS, so the first thing you'll need is Jekyll itself:
$ gem install jekyll
In case you don't have the bundler
gem installed already, you can install it as follows:
$ gem install bundler
For pagination, Gravity uses the jekyll-paginate gem :
$ gem install jekyll-paginate
USAGE
Once you have the required gems, you can go ahead and clone the Gravity repository or download a zip of the master branch.
Run :
$ bundler exec jekyll serve
Jekyll should now be generating your content!