- Follow the instructions on the jekyll site on how to install ruby, rubyGems GCC, make any jekyll.
- Got to rubys site and install ruby, the in the
cmdrungem install jekyll bundler.
- clone the repo
cdinto the repo- run in the cmd
bundle install
- run
bundle exec jekyll serve --open-url --livereload --config _config_dev.yml
- on run
bundle exec...error:Unable to load the EventMachine C extension; To use the pure-ruby reactor, require 'em/pure_ruby', you can remove--livereloador find check this issue.