Install RVM. gpg2 isn't required it seems.
curl -sSL https://get.rvm.io | bash -s stableInstall Ruby:
rvm install 2.6.8Install Jekyll:
gem install bundler jekyllFirst install all dependencies:
bundle installThen build the blog:
bundle exec jekyll serve