An open API service indexing awesome lists of open source software.

https://github.com/davidwarrington/jekyll-gulpified

A Jekyll boilerplate including SASS, Bootstrap, Browser-Sync and Concat
https://github.com/davidwarrington/jekyll-gulpified

Last synced: 2 months ago
JSON representation

A Jekyll boilerplate including SASS, Bootstrap, Browser-Sync and Concat

Awesome Lists containing this project

README

        

# Jekyll-Gulpified

A Jekyll-Gulp setup based on [jekyll-gulp-sass-browser-sync](https://github.com/shakyShane/jekyll-gulp-sass-browser-sync) by shakyShane.

This build uses:
* gulp-autoprefixer
* gulp-sass
* gulp-concat
* browser-sync
* bootstrap

## System Preparation

Like the repo this is based upon, you will need:

1. [Jekyll](http://jekyllrb.com) - `$ gem install jekyll`
2. [NodeJS](http://npdejs.org) - use the installer.
3. [GulpJS](https://github.com/gulpjs/gulp) - `$ npm install -g gulp` (mac users may need sudo)

## Local Installation

1. Clone this repo, or download it manually
2. Inside the directory, run `npm install`.

## Usage

1. Run `gulp`.
2. Enjoy.