Installation
✎ Improve this pagemacOS
brew install ruby
gem install bundler jekyll
Ubuntu / Debian
sudo apt-get install ruby-full build-essential
gem install bundler jekyll
Windows
Install RubyInstaller with the DevKit, then:
gem install bundler jekyll
Once installed, run bundle install in the project folder to pull the theme’s
plugins.