How to get started with jekyll in fedora/rhel
In order to publish this blog, I use Github pages feature, which advices to try and use Jekyll. So my first choice was to run a container.
As the Readme suggested I ran:
export JEKYLL_VERSION=3.8
podman run --volume="$PWD:/srv/jekyll:Z" --publish 127.0.0.1:4000:4000 jekyll/jekyll jekyll serve
[Read More]