Jekyll Boilerplate

Setup

  1. Install the dependencies:

    gem install jekyll
    npm install
  2. Start the server:

    grunt serve
  3. Start the build:

    grunt start
  4. Point your browser to localhost:4000.