- Follow guides here to install ruby for your OS
- Install Jekyll & Bundler:
gem install jekyll bundler
thenbundle install
- Install NodeJS from http://nodejs.org
- Install GulpJS:
npm install -g gulp
(mac may need sudo)
- Inside the parent directory:
npm install
. - To build:
jekyll build
- To serve to localhost:4000:
jekyll serve --livereload
=================================================
===== jekyll-gulp-sass-browser-sync =====
=================================================
A project including full setup for Jekyll, GulpJS, SASS, AutoPrefixer & BrowserSync
- Follow guides here to install ruby for your OS
To use this project, you'll need the following things installed on your machine.
- Ruby (v2.5.1p57)
- Jekyll -
$ gem install jekyll
- Jekyll-Archives -
$ bundle install
- NodeJS - use the installer (v6.5.0).
- GulpJS -
$ npm install -g gulp
(mac users may need sudo)
- Inside the directory, run
npm install
. - Enjoy
local development mode
This will give you file watching, browser synchronisation, auto-rebuild, CSS injecting etc etc.
$ ./run
seeing drafts
$ ./run --drafts