Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 764 Bytes

README.md

File metadata and controls

41 lines (27 loc) · 764 Bytes

Rock Website Management

This package contains the jekyll based website generation for Rock Robotics. The website can be accessed as https://rock-core.github.io

Local generation of the website

Prerequisites

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

Rendering of the website

Run

jekyll serve -c _config.yml

Open http://127.0.0.1:4000 in a browser to view the current website.

Further links