Jekyll/Cloudcannon Project Template

This project uses Gulp, Jekyll, Cloudcannon Suite. It is meant for hosting on Cloudcannon, but it is possible to reconfigure for Firebase or GithubPages hosting.

Getting Started

  1. Install ruby version 2.6.6 https://rubyinstaller.org/downloads/ - downlad version 2.6.6-1(x64) with devkit
  2. Run - gem install bundler
  3. Install Node packages: yarn install

Daily Startup

  1. cd to project directory
  2. Start environment: yarn dev
  3. Navigate to http://localhost:4000/

============