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.
- Ruby & GEM
- Node.js & NPM
- Easy to setup
- Simple and responsive design
- Integrated speakers and sessions management
- SVG icons
- SEO friendly
sudo apt-get install ruby-full
Check if you have all requirements for local environment. To install all development dependencies install Bundler.
sudo 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.
- Raul Novelo - Initial work - @RaulNovelo
- GDG Lviv - Base template - Project Zeppellin
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
This project is licensed under the MIT License - see the LICENSE.md file for details
Made with ❤️ by AAAIMX 😊