Jekyll based project website - www.project.smartzoos.eu
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.
bundle exec jekyll serve
or jekyll serve
You might need to change the url:
value within the _config.yml
file.
bundle exec jekyll build
or jekyll build
Resulting package should be located within _site/
directory.