jekyll-github-pages

jekyll-github-pages

Jekyll GitHub Pages with Bower Dependencies generated by Gulp

Jekyll GitHub Pages

Jekyll GitHub Pages with Bower Dependencies generated by Gulp

Required

  • Ruby - $ brew install ruby
  • Bundler - $ gem install bundler
  • NodeJS - Download and use installer
  • Bower - $ npm install -g bower
  • GulpJS - $ npm install -g gulp

Installation

git clone https://github.com/samwilsonme/jekyll-github-pages.git
cd jekyll-github-pages
bundle install
npm install
bower install

Development

Run $ gulp

Production

Run $ gulp --production

Frameworks

Bootstrap

bower install --save bootstrap

Foundation for Sites

bower install --save foundation-sites

Include foundation in main.scss (http://foundation.zurb.com/sites/docs/sass.html)

@include foundation-everything;

Thanks

Thanks to fredericpfisterer for the gulpfile of Jekyll-Gulp