Simple and readable openSUSE jekyll theme
sudo zypper in ruby ruby-devel
bundle config set path 'vendor/bundle'
bundle install
bundle exec jekyll build
Resulting site will be in _site
directory.
bundle exec jekyll serve
Visit http://127.0.0.1:4000/ in your browser.