Skip to content

rock-core/rock-core.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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