Website for droidcon.at
Based on the grunt version of Project Zeppelin site template
The website uses grunt and Jekyll for compiling the assets.
You can find original project here.
Template is brought by GDG Lviv team.
Live version https://droidcon-vienna.firebaseapp.com
- Easy to setup
- Simple and responsive design
- Integrated speakers and sessions management
- i18n
- SVG icons
- SEO friendly
- Optimized
- Clone locally
- Install Node.js and Ruby
- Run
npm -g install firebase-tools
(optionally) - Run
gem install bundler
- Install 'grunt-cli' and 'bower' globally with
npm install -g grunt-cli bower
cd
to the directory and runbundle install
- Run
npm install
to install the necessary "npm" dependencies - Then run
bower install
to install the front-end dependencies - Edit site variables
Now you are ready for development. Following commands are available:
grunt
(by default it runsgrunt serve
) - build and start your site for development (with livereload, js uglifing and sass compilation)grunt serve:dist
- build and start your site with production configs (this is how it will look online)grunt build
- build your sitefirebase deploy
- deploy to Firebase hosting
More documentation you can find on the Project Zeppeling Wiki.
Going to use template? Go on! The only thing we ask - contact [email protected] so they can include you to the list of known users.
Project Zeppeling was created by Oleh Zasadnyy, GDG Lviv.
droidcon Vienna website was adjusted by Helmuth Breitenfellner, GDG Vienna.
See list of contributors.
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 :)