Skip to content
This repository has been archived by the owner on Sep 5, 2022. It is now read-only.

Latest commit

 

History

History
53 lines (40 loc) · 1.72 KB

README.md

File metadata and controls

53 lines (40 loc) · 1.72 KB

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

To develop locally you need ruby gems & bundler installed.

    sudo gem install bundler

Then install all dependencies by calling bundle/npm install while in the source directory:

    bundle install
    npm install

To compile the files call rake while in the source tree:

    bundle exec rake

This will minify the JS, compile the CSS from SASS, and build the jekyll site.

To test a local server with the website locally:

    bundle exec rake server

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