Files
pages/README.md
T
justin 9738d0e25b
Deploy Jekyll site to Pages / build (push) Has been cancelled
fix
2026-06-07 02:32:08 +02:00

440 B

Pages

Live Page

Local Dev Env

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