It is really easy to install a jekyll blog on your uberspace. I followed the instructions and I was up and running.

Here are the essential commands:
gem install bundler jekyll
cd jekyll
jekyll new dot.uber.space
cd dot.uber.space
bundle install --path vendor/bundle
bundle exec jekyll build --destination ~/html

Et voilá: the blog is alive.

For now, i just edited some basic stuff in the _config.yml file and left everything else untouched. I will have to read the Jekyll docs sometime.

(I post these here more for myself. Read the uberlab guide for full documentation, please.)