This is a blog powered by Jekyll for the latest iteration of my business website.
First install ruby via:
brew install chruby ruby-install xz
ruby-install ruby 3.1.3
gem install jekyll bundler serve # uncertain if this was better via bundler
bundle init
bundle add jekyll # uncertain if this was needed
bundle install
bundle exec jekyll serve