justin c4e2917cf4
Deploy Jekyll site to Pages / build (push) Has been cancelled
fix
2026-06-07 02:32:54 +02:00
2026-06-07 02:23:02 +02:00
2025-02-27 22:54:37 +01:00
2025-02-27 22:54:37 +01:00
2025-02-27 22:54:37 +01:00
2025-02-27 22:54:37 +01:00
2025-02-27 22:54:37 +01:00
2025-02-27 22:54:37 +01:00
2025-02-27 22:54:37 +01:00
2025-02-28 20:38:33 +01:00
fix
2025-02-27 23:18:22 +01:00
2025-02-27 22:54:37 +01:00
2025-02-27 22:54:37 +01:00
2025-02-28 20:20:23 +01:00
2025-02-27 22:54:37 +01:00
2026-04-05 22:17:09 +02:00
2025-02-27 22:54:37 +01:00
2025-02-27 22:54:37 +01:00
2025-02-27 22:54:37 +01:00
2025-02-27 22:54:37 +01:00
2025-02-27 22:54:37 +01:00
2025-02-27 22:54:37 +01:00
2025-02-28 01:51:05 +01:00
2025-02-27 22:54:37 +01:00
2025-02-27 22:54:37 +01:00
2025-02-27 22:54:37 +01:00
2025-02-27 22:54:37 +01:00
2025-02-27 22:54:37 +01:00
2025-02-27 22:54:37 +01:00
fix
2026-06-07 02:32:54 +02:00
2025-02-27 22:54:37 +01:00

Pages

Live Page

Local Dev Env

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
S
Description
No description provided
Readme 3.6 MiB
Languages
HTML 100%