The install instructions are tested only on Ubuntu 22.04.
Install the debian requirements:
sudo apt-get install ruby-full bundler make gcc g++
Specify a writable path for the bundler
to download and extract gem
packages required to run this project. For this, include the following lines in the ~/.zshrc
or ~/.bashrc
lines:
export BUNDLE_PATH=~/.gems
bundle install
bundle exec jekyll serve