iTowns public web site This site is powered by Jekyll. To serve it localy, you should first head to Jekyll doc to get started, but the TLDR is: You need to have Ruby and RubyGems installed. Clone this repo and cd into it. Run the following command to install dependencies: bundle install Run the following command to serve iTowns website locally: bundle exec jekyll serve