install jekyll per https://github.com/jekyll/jekyll?tab=readme-ov-file
use bundle install to install dependencies in GEMFILE
bundle install
use bundle exec jekyll build to build website
bundle exec jekyll build
use bundle exec jekyll serve to launch website
bundle exec jekyll serve