All checks were successful
Deploy Jekyll site to Pages / build (push) Successful in 5m55s
Pages
Setup locally
curl -sSL https://get.rvm.io | bash -s stable
source ~/.rvm/scripts/rvm
rvm install 3.3.5
rvm use 3.3.5 --default
gem install bundler jekyll webrick
npm i && npm run build
bundle install
bundle exec jekyll serve
Run locally
source ~/.rvm/scripts/rvm
bundle exec jekyll serve
Description
Languages
HTML
100%