- Ruby
- Node.js
- Sass with option for Compass
- Autoprefixer
- BrowserSync
- JSHint
- TinyPNG
- image-min
- WebP
- Normalize.css
- Foundation 5 grids
If you don't have node.js installed grab the installer at nodejs.org and install to your system
Install gulp globally
npm install -g gulpInstall Jekyll
gem install jekyllAll commands below should be run from inside the root of your project directory
Run npm update to install the gulp dependencies
npm updateRename custom-config-sample.js to custom-config.js and add any needed settings
mv custom-config-sample.js custom-config.jsRun jekyll build to compile the site
jekyll buildRun gulp to start the default gulp tasks
gulp