Source code for http://mobilemaultaschen.de/
- Install bundler
[sudo] gem install bundler - Install dependencies
bundle install. If some error like thisfatal error: 'openssl/ssl.h' file not foundoccurs while installing theeventmachinegem, configure bundler to use openssl headers from homebrewbundle config build.eventmachine --with-cppflags=-I$(brew --prefix openssl)/include - Run
bundle exec jekyll serve - Edit entries in
./_posts. Website is rebuild automatically when changes are made - Submit pull request