Skip to content

sculptor/sculptor.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7cdd795 · Aug 21, 2024
Dec 10, 2021
Jun 2, 2013
Jan 11, 2012
Dec 10, 2021
Jul 15, 2019
Mar 21, 2020
Mar 21, 2020
Apr 5, 2015
Feb 1, 2012
Jun 19, 2013
Aug 21, 2024
Nov 24, 2013
Dec 10, 2021
Jun 15, 2013
Aug 6, 2014
Jun 15, 2013
Dec 2, 2013
Dec 10, 2021
Jun 15, 2013
Dec 26, 2013
Aug 6, 2014
Jan 13, 2012
Jun 15, 2013

Repository files navigation

Sculptor Website / Documentation

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.

Working Locally

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.

Contributing

See GitHub's "Fork A Repo" for more information.