Skip to content

tomcreutz/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

About

Organisation Website for Rock Core

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 36.5%
  • HTML 36.3%
  • Ruby 24.0%
  • Shell 2.2%
  • JavaScript 1.0%