Skip to content

GDGCatania/Zeppelin-Slim-GDGCatania

Repository files navigation

Project Zeppelin Slim / GDG Catania

About Slim Version

The Slim Version of Project Zeppelin is a SINGLE page edited for GDGCatania. The website contains all information that we need in a small version.

Feature

  • Added a box for show the last events. This feature use Angular and GDGx Hub Api customizable by js/custom/app.js.
  • Added social box (follow us) customizable by _config.yml.
  • Added social icon on the Speaker's footer customizable by data/_speakers.yml.
  • Added particles.js over the hero page.

An idea of pietrobiondi and Tkd-Alex for GDGCatania.

Maintainers: Gabriele Messina and Raffaele Barone.


About Full Version [Link]

Project Zeppelin allows you to setup awesome GDG DevFest site in 5 minutes.

Project is built on top of Jekyll - simple, blog-aware, static site generator. Jekyll also happens to be the engine behind GitHub Pages, which means you can use Jekyll to host your website from GitHub’s servers for free. Learn more about Jekyll.

Template is brought by GDG Lviv team.

Local development

Check if you have all requirements for local environment. To install all development dependencies install Bundler.

    sudo apt install ruby-dev
    sudo gem install bundler

and run next command from root folder:

  sudo gem install json -v '1.8.6'
  bundle install

To start Jekyll run:

    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.

Used libraries

Contributors

See list of contributors

Maintainers: @tasomaniac and @ozasadnyy.

License

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 :)