- 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
cmd
rungem install jekyll bundler
.
- clone the repo
cd
into 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--livereload
or find check this issue.