Skip to content

gravitywaves/jekyll-example

 
 

Repository files navigation

jekyll-example

This is a setup example for a jekyll site with bootstrap installed thanks to bower, and fully hosted on github pages.

See the blog post: http://www.aymerick.com/2014/07/22/jekyll-github-pages-bower-bootstrap.html

View the site here: http://jekyll-example.aymerick.com

Development

Install tools:

$ npm install -g grunt-cli
$ npm install -g bower
$ gem install bundle

Install dependencies:

$ npm install
$ bower install
$ bundle install

Build the site and watch for changes:

$ grunt -v

Browse http://127.0.0.1:4000

Deploy to Github Pages:

$ rake deploy

About

Jekyll website example with bootstrap installed thanks to bower

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 48.8%
  • HTML 33.6%
  • Ruby 10.0%
  • CoffeeScript 7.6%