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 found
occurs while installing theeventmachine
gem, 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