Datafy.it Engineering Website
Clone this project
git clone https://github.com/datafyit/datafyit.github.ioIf you don't have it yet, it's highly recommended to install rvm first.
Use Ruby 2.1 or higher, and install bundler
gem install bundlerAfterwards you can install the gems required by running inside project root
bundle installIf all went well, you should be able to test if the site builds successfully (and will do so on github as well) by running
bundle exec jekyll buildTo run the server (with live reload) use
bundle exec jekyll serve -wTo publish on the site, simply push on master and github will rebuild the site soon after.