devolop-cloudcannon

devolop-cloudcannon

A boilerplate for local Jekyll development (using gulp) geared towards Cloudcannon integration

Boilerplate for developing using cloudcannon and jekyll

This repository is set up to be managed by Cloudcannon and also provide a way to develop locally.

Install

  • Clone this git repository
  • Change directory into the directory
  • Make sure you have current versions of Ruby, Rubygems and NPM installed.
  • Install jekyll bundler: gem install jekyll bundler
  • Install the bundle: bundle install
  • Install the npm modules npm install

Eject

  • Delete .git
  • Reinitialize git: git init