We're using the Zeppeling template. Source: https://github.com/gdg-x/zeppelin
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 --path vendor/bundle
To start Jekyll run:
bundle exec jekyll serve -w
Site will be available at http://127.0.0.1:4000/ or http://localhost:4000/ (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.
Quick-start guide is not enough? Checkout full documentation.
This is our Color Palette: https://material.io/resources/color/#!/?view.left=0&view.right=1&primary.color=B2DDF7&secondary.color=fcedb1
- Design and web development: Oleh Zasadnyy
- Idea: Vitaliy Zasadnyy
- Bug fixing and support: Said Tahsin Dane
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 :)