A bare yo jekyllrb
generated app, patched to work in my current enviroment.
Precompiled with
Fixes:
Gemfile
: Set each gem on its own line + update jekyll
to version 2.5.3
.package.json
: Update browsersync: $ sudo npm install grunt-browser-sync --save-dev
Gruntfile.js
: Replace double quotes with single to make build pass.editorconfig
: Set default indentation to 4, and add 2 for coffeeClone this repo
$ git clone https://github.com/Djarnis/yo-jekyllrb
Rename to whatever your project's called ...
$ mv yo-jekyllrb __my_awesome_project__
cd
into your awesome project
$ cd __my_awesome_project__
Install dependencies
$ sudo npm install
Install frontend dependencies
$ bower install
Run developer server
$ grunt serve