c4e2917cf424c6073aef286bdd0dc5bcb83b8a1c
Pages
Setup locally
WSL / Linux
Ruby (via rvm)
curl -sSL https://get.rvm.io | bash -s stable
source ~/.rvm/scripts/rvm
rvm install 3.3.5
rvm use 3.3.5 --default
Node.js (via nvm — use native Linux Node, not the Windows binary)
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash
source ~/.bashrc
nvm install 20
nvm use 20
Install dependencies and build
gem install bundler jekyll webrick
npm install --ignore-scripts
npm run build
bundle install
bundle exec jekyll serve
Windows
Ruby (via rvm)
curl -sSL https://get.rvm.io | bash -s stable
source ~/.rvm/scripts/rvm
rvm install 3.3.5
rvm use 3.3.5 --default
Node.js (via nvm-windows)
Download and install from https://github.com/coreybutler/nvm-windows/releases, then:
nvm install 20
nvm use 20
Install dependencies and build
gem install bundler jekyll webrick
npm i && npm run build
bundle install
bundle exec jekyll serve
Run locally
WSL / Linux
source ~/.rvm/scripts/rvm
bundle exec jekyll serve
Windows
bundle exec jekyll serve
Description
Languages
HTML
100%