This repository holds Funz project website available at: https://github.com/Funz
You need Ruby and gem before starting, then:
# install bundler
gem install bundler
# clone the project
git clone https://github.com/Funz/funz.org.git
cd funz.org
# run jekyll with dependencies
bundle exec jekyll serve
Go to the website for detailed information and demo about the Jekyll engine used here.