This is source of my website - (https://hpaluch.github.io)
You can use this freely only if you: Change name of this site (hpaluch) in all files.
Now tested on openSUSE LEAP 15.2. Incomplete setup instructions:
sudo zypper in ruby2.5-rubygem-bundler
sudo zypper in ruby2.5-devel
bundle install --path vendor/bundle
./generate_website.sh
./run_jekyll_server.sh
Optional: install MarkDown-Lint:
# this hack is needed because current ruby is 2.5.0
# as of openSUSE LEAP 15.2
gem install --user-install chef-utils -v 16.6.14
gem install --user-install mdl
# and then try:
~/.gem/ruby/2.5.0/bin/mdl.ruby2.5 about.md