- Install Ruby: https://www.ruby-lang.org/en/documentation/installation/,
- Install Bundler:
gem install bundler, - Install dependencies (listed in the
Gemfile):bundle install, - Build and serve the website locally:
bundle exec jekyll serve.
You may also consult Jekyll Splash layout documentation here and Minimal Mistakes helpers here