Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 675 Bytes

File metadata and controls

23 lines (12 loc) · 675 Bytes

SmartZoosSite

Jekyll based project website - www.project.smartzoos.eu

Installation

Follow instructions provided on Jekyll documentation Quick-start guide page.

It might be easiest to use bundler and install all the dependencies from the Gemfile. Please read the corresponding section for more information.

Development

bundle exec jekyll serve or jekyll serve

You might need to change the url: value within the _config.yml file.

Building

bundle exec jekyll build or jekyll build

Resulting package should be located within _site/ directory.