Install Jekyll on Ubuntu 22.04 WSL
install rvm
follow these instructions to install openssl 1 and install ruby 2.7.4
now you can install jekyll and bundler
gem install jekyll bundler
you will have to
gem update --system
before you can navigate to the jekyll project and
bundle exec jekyll serve
on each new session you will have to start with
rvm use 2.7.4