Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 519 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 519 Bytes

sparqeology.org website

Repository of sparqeology.org website, based on Jekyll Doc Theme.

Running locally

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

License

Released under the MIT license.