Web site https://YogaBeauchef.github.io
There are steps to reproduce in orter to run the website locally.
# install bundler
# notice that $HOME/.gem/ruby/*/bin must be in your PATH
which bundler && echo "bundler is installed" || sudo gem install --user-install bundler:2.0.1
git clone [email protected]:YogaBeauchef/YogaBeauchef.github.io.git
cd YogaBeauchef.github.io
# install bundles
bundle config path 'vendor/bundle' --local
bundle install
bundle exec jekyll serve
bundle config path 'vendor/bundle' --local
bundle lock --update
bundle install