Contains the static content of the web site hackerkegeln.github.io.
- ruby
- ruby-dev
- ruby-bundler
# do not run bundle with sudo!
# it will ask you for your root password at the right time!
bundle install
# runs the local web server
bundle exec jekyll serve
# or just run
./local-server.sh
See also Jekyll Documentation how to customize themes!