Live at: https://talmolab.org
Install build tools and Ruby:
sudo apt update && sudo apt install build-essential && sudo apt install ruby-full
Install Bundler:
sudo gem install bundler
Install dependencies for this repo:
bundle install
Install Ruby:
brew install ruby && echo 'export PATH="/opt/homebrew/opt/ruby/bin:$PATH"' >> ~/.zprofile && source ~/.zprofile
Install Bundler:
gem install bundler
Install dependencies for this repo:
bundle install
Just run start.sh
in this folder or:
bundle exec jekyll serve --force_polling --livereload