kyleconrad / blank-gulp-jekyll

Blank project base with Gulp.js as the build system and Jekyll as the static CMS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blank project base with Gulp.js as the build system and jekyll as the static CMS.

Local Setup

Running local set up will install all necessary bundles and dependencies and then run a server with livereload (to be found in the 'serve' directory). It watches all SASS, JS, and images, then compiles and reloads accordingly.

$ npm install -g gulp
$ cd blank-gulp
$ npm install
$ bundle install
$ gulp

Building

Building will remove all files from the 'dist' directory, compile and minify all SASS/CSS, concat and uglify all JS, minify all images, and process and copy all HTML. This will result with the entire site ready in the 'dist' directory upon completion.

$ cd blank-gulp
$ gulp prep
$ gulp build

About

Blank project base with Gulp.js as the build system and Jekyll as the static CMS.


Languages

Language:CSS 63.5%Language:JavaScript 34.8%Language:Ruby 1.7%