- Make a Gemfile in the 2022 folder with the following lines
source 'https://rubygems.org'
gem 'github-pages', group: :jekyll_plugins
gem 'jekyll-feed', group: :jekyll_plugins
gem 'jekyll-seo-tag', group: :jekyll_plugins
gem 'jekyll-sitemap', group: :jekyll_plugins
- Install Ruby on your machine if you don't have it yet. Alternatively, you can use rvm. The site uses Ruby 2.5.3.
- Install Bundler if you don't have it yet.
gem install bundler
- Install Jekyll dependencies.
bundle install
- Run site locally.
bundle exec jekyll serve