This is the repository of the website of the DevFest Veneto 2018. This site is based on Project Zeppelin, that allows you to setup awesome GDG DevFest site in 5 minutes.
You can find more information about this template on the official repo
Check if you have all requirements for local environment. To install all development dependencies install Bundler.
gem install bundler
and run next command from root folder:
bundle install
To start Jekyll run:
bundle exec jekyll serve -w
Site will be available at http://127.0.0.1:4000/zeppelin/ or http://localhost:4000/zeppelin/ (on Windows)
NOTE: in this mode all changes to html and data files will be automatically regenerated, but after changing _config.yml
you have to restart server.
Project is published under the MIT license. Feel free to clone and modify repo as you want, but don't forget to add reference to authors :)