I’m over Ghost

After running into trouble updating Ghost (again), I’ve decided to dump it and switch over to a Jekyll based setup. I’ve gotten the the theme close enough to how I wanted, so I’m going to publish everything and start switching over DNS and certificates.

Overview

sudo dnf install ruby ruby-devel openssl-devel redhat-rpm-config @development-tools

gem install jekyll bundler

insert these lines into ~/.profile to add everything to my path

export GEM_HOME="$(ruby -e 'puts Gem.user_dir')"
export PATH="$GEM_HOME/bin:$PATH"

and reload .profile . ~/.profile

then to build and serve at localhost:4000 bundle exec jekyll serve