This repository contains the source code of the Sculptor Website. It's generated by Jekyll-Bootstrap. The overall design and structure is adopted from Jake Benilovs DbFit.
Grab the sources from GitHub:
$ git clone git://github.com/sculptor/sculptor.github.io.git
$ cd sculptor.github.io
You need Ruby 1.9.x (check with ruby -v
). Install dependencies:
$ gem install jekyll
$ gem install kramdown
Run the jekyll server:
$ jekyll serve -w
Changes are immediately available at:
http://localhost:4000/
New pages can be created with the provided Rakefile
as described here.
See GitHub's "Fork A Repo" for more information.