Skip to content

helmuthb/devfest-at-site

Repository files navigation

<<<<<<< HEAD

DevFest Vienna website based on Project Zeppelin

About

The website is build using Jekyll - simple, blog-aware, static site generator.

The template is brought by GDG Lviv team.

Quick-start guide

  1. Update _config.yml
  2. Select what content blocks do you need in index.html
  3. Commit and push changes
  4. Drink a cup of coffee while codeship.io will publish the site on test.devfest.at

Local development

Check if you have all requirments for local environment, install Jekyll server gem and run this command from project root folder:

    jekyll serve -w

Site will be available at http://127.0.0.1:4000/zeppelin/

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.

Resource optimizations (optional)

You can optimize images and minify css and javascript (image optimization for now only on Windows). 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 or minify_all.sh from /automation/minifying/ folder:

    minify_all.bat
    sh minify_all.sh

Used libraries

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

======= Code for the website http://www.devfest.at

1f35be6476dd9a48c68058522b8380ef090071a9