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

DevFestVienna/devfest-at-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Code for devfest.at starting from 2014

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published