https://github.com/antonreshetov/jekyll-jade-sass-gulp
Jekyll Jade Sass Gulp - StartKit
https://github.com/antonreshetov/jekyll-jade-sass-gulp
Last synced: 3 days ago
JSON representation
Jekyll Jade Sass Gulp - StartKit
- Host: GitHub
- URL: https://github.com/antonreshetov/jekyll-jade-sass-gulp
- Owner: antonreshetov
- Created: 2016-03-22T14:07:30.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-28T17:12:28.000Z (over 9 years ago)
- Last Synced: 2025-06-08T06:40:39.687Z (4 months ago)
- Language: CSS
- Homepage:
- Size: 308 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Jekyll Jade Sass Gulp - StartKit
=============================A StartKit including full setup for Jekyll, GulpJS, Jade, Sass, AutoPrefixer & BrowserSync.
Tools included:
* [Kube](https://imperavi.com/kube/) - CSS Framework v5.0
* [Flexiblegs](http://flexible.gs/) - Flexible Grid System v2.3.5## System Preparation
To use this starter project, you'll need the following things installed on your machine.
1. [Jekyll](http://jekyllrb.com/) - `$ gem install jekyll`
2. [NodeJS](http://nodejs.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 into a directory and run `npm install` from inside the directory.
## Usage
**development mode**
1. This will give you file watching, browser synchronisation, auto-rebuild, CSS injecting etc etc.
2. This has a smacss implementation for the css folder structure.```shell
$ gulp
```**Special Thanks to [shakyShane](https://github.com/shakyShane) for the original build of this.**
[jekyll-gulp-sass-browser-sync](https://github.com/shakyShane/jekyll-gulp-sass-browser-sync)