Bundled with bundler with asset pipeline, sass, compass, coffeescript, YUI compressor
cd /path/to/project/
bundle install
bower install
bundle exec jekyll serve -w
And open http://localhost:4000
Install Vagrant and VirtualBox
cd /path/to/project/
vagrant up
vagrant ssh
cd /vagrant
bundle install
bower install
bundle exec jekyll serve -w
And open http://localhost:4000
Assets Pipeline included. See instructions here: https://github.com/matthodan/jekyll-asset-pipeline#jekyll-asset-pipeline
Compass included so just use it
- Add to Gemfile:
gem 'jekyll-multiple-languages-plugin'
- Create file
/src/_plugins/multi_language.rb
- Put there:
require 'jekyll/multiple/languages/plugin'
- Run
bundle install
Usage instructions can be found here: https://github.com/screeninteraction/jekyll-multiple-languages-plugin#usage