This package contains the jekyll based website generation for Rock Robotics. The website can be accessed as https://rock-core.github.io
Without an existing Rock installation you have to install jekyll and jekyll-sitemap using rubygems.
With an existing Rock installation add the following to your install/gems/Gemfile:
gem "jekyll",">=3.3.0"
gem "jekyll-sitemap"
and run
bundle update
Run
jekyll serve -c _config.yml
Open http://127.0.0.1:4000 in a browser to view the current website.