Datatón Ciudad de Madrid 2017
Find a file
Oleh Zasadnyy e7d6a968cd Merge pull request #56 from gdgistanbul/auto-directions
Auto Directions in Logistics page
2015-02-20 23:43:30 +02:00
_data Updated to v.0.5 https://github.com/gdg-x/zeppelin/releases/tag/v0.5 2014-11-14 18:56:12 +02:00
_includes Updated to v.0.5 https://github.com/gdg-x/zeppelin/releases/tag/v0.5 2014-11-14 18:56:12 +02:00
_layouts Added a configuration for Jekyll to enable/disable auto directions in Logistics page. 2015-02-20 12:50:27 +02:00
_plugins Updated to v.0.5 https://github.com/gdg-x/zeppelin/releases/tag/v0.5 2014-11-14 18:56:12 +02:00
_posts Initial commit 2014-07-28 22:27:01 +03:00
_sass Updated to v.0.5 https://github.com/gdg-x/zeppelin/releases/tag/v0.5 2014-11-14 18:56:12 +02:00
assets Updated partnership proposition, changed .explore icon animation, added new tickets block, merged js plugins into one file, refactoring of scripts.js, minor style fixes 2014-08-25 12:42:51 +03:00
automation Updated to v.0.5 https://github.com/gdg-x/zeppelin/releases/tag/v0.5 2014-11-14 18:56:12 +02:00
css Add hash when slot opens modal 2014-11-14 21:36:58 +02:00
fonts Initial commit 2014-07-28 22:27:01 +03:00
img Get rid of all Thumbs.db files 2014-10-19 21:47:14 +07:00
js Added a configuration for Jekyll to enable/disable auto directions in Logistics page. 2015-02-20 12:50:27 +02:00
.gitignore .idea folder ignored 2014-09-04 11:54:41 +03:00
_config.yml Added a configuration for Jekyll to enable/disable auto directions in Logistics page. 2015-02-20 12:50:27 +02:00
blog.html Static map on small screens, ability to change background image/color of top-section, finalised hackathon page 2014-08-31 21:52:35 +03:00
cod.md Initial commit 2014-07-28 22:27:01 +03:00
feed.xml Updated to v.0.5 https://github.com/gdg-x/zeppelin/releases/tag/v0.5 2014-11-14 18:56:12 +02:00
hackathon.html Finished hackathon page, fixed some issues 2014-08-29 17:57:46 +03:00
index.html Updated partnership proposition, changed .explore icon animation, added new tickets block, merged js plugins into one file, refactoring of scripts.js, minor style fixes 2014-08-25 12:42:51 +03:00
LICENSE.txt Initial commit 2014-07-28 22:27:01 +03:00
logistics.html Optimized _layouts. Merged most js libraries into one 2014-08-22 01:01:20 +03:00
README.md Updated to v.0.5 https://github.com/gdg-x/zeppelin/releases/tag/v0.5 2014-11-14 18:56:12 +02:00
schedule.html Static map on small screens, ability to change background image/color of top-section, finalised hackathon page 2014-08-31 21:52:35 +03:00
speakers.html CSS files converted to Sass. Some style fixes. Created file with sponsors. 2014-08-08 01:23:36 +03:00
team.html Static map on small screens, ability to change background image/color of top-section, finalised hackathon page 2014-08-31 21:52:35 +03:00

Project Zeppelin / GDG DevFest 2014 site template

About

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

Project is builded 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 GitHubs servers for free. Learn more about Jekyll.

Template is brought by GDG Lviv team.

Live demo http://gdg-x.github.io/zeppelin/

Features

  • Easy to setup
  • Simple and responsive design
  • Integrated speakers and sessions management
  • SVG icons
  • SEO friendly

Quick-start guide

  1. Fork this repo
  2. Clone locally
  3. Update _config.yml
  4. Select what content blocks do you need
  5. Push changes to gh-pages branch
  6. Enjoy your awesome DevFest site at http://[your github name].github.io/zeppelin/

Or watch project presentation from GDG[x] Townhall meeting. Slides available here

Local development

Check if you have all requirments for local environment, install Jekyll server gem. Install GitHub pages

	gem install github-pages

Run this command from project root folder:

    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.

Sass(Compass) support

Install the latest version of Compass. Ruby uses Gems to manage its various packages of code like Sass. In your open terminal window type:

	gem install compass --pre

Then for combining media queries you can use Sass::MediaQueryCombiner plugin. Install with command

	gem install sass-media_query_combiner

And for prefixing css3 properties use Autoprefixer

	gem install autoprefixer-rails

Note: Also you need to install Node.js

To watch changes of .sass files and compile it to the .css on a fly change property safe: true to safe: false in _config.yml. Note: It works only on local machine, because GitHub runs Jekyll in --save mode

Learn more about Sass development from documentation.

Resource optimizations (optional)

You can optimize images and minify css and javascript automaticaly (for now only on Windows). But for Mac OS users available amazing tool - imageoptim. Thanks @raphaelsavina for link. Optimize all images by running this script from /automation/images/ folder:

    all_image_optimization.bat -d -jtran -pout -pquant -optip -gsicle -svgo

To minify CSS and JS run minify_all.bat from /automation/minifying/ folder:

    minify_all.bat

Learn more about available optimization options from documentation.

Documentation

Quick-start guide is not enough? Checkout full documentation.

TODO List

  • Optimization scripts for mac and linux

Known issues

  • Scrolling on open navbar

Used libraries

Who is using template?

Going to use template? Go on! The only thing we ask - let us know at lviv@gdg.org.ua so we can include you to this list, or make a pull request.

Contributors

Licence

Project is published under the MIT licence. Feel free to clone and modify repo as you want, but don't forget to add reference to authors :)