Repository of sparqeology.org website, based on Jekyll Doc Theme.
You need Ruby and gem before starting, then:
# install bundler
gem install bundler
# clone the project
git clone https://github.com/sparqeology/sparqeology.github.io.git
cd jekyll-doc-theme
# install dependencies
bundle install
# run jekyll with dependencies
bundle exec jekyll serve
Released under the MIT license.