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
- Host: GitHub
- URL: https://github.com/davidwarrington/jekyll-gulpified
- Owner: davidwarrington
- Created: 2017-10-22T23:17:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-25T17:33:12.000Z (over 7 years ago)
- Last Synced: 2025-04-01T15:54:03.660Z (2 months ago)
- Language: CSS
- Homepage:
- Size: 184 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.