How I Setup This Site
Last update:
Reading time: less than a minute
Setup Ruby and Jekyll (on Fedora)
You would think that parenthetical doesn’t make a difference, more on that to come.
- install ruby from dnf
sudo dnf install ruby ruby-devel openssl-devel redhat-rpm-config gcc-c++ @development-tools
- install jekyll
sudo dnf install ruby ruby-devel openssl-devel redhat-rpm-config gcc-c++ @development-tools
gem install jekyll bundler
-
also had to install webrick to get
jekyll serve
to work
bundle add webrick