Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 481 Bytes

File metadata and controls

25 lines (22 loc) · 481 Bytes

Robust Workshop Website

Local build

non-NixOS:

bundle install
bundle exec jekyll serve --livereload

NixOS:

nix-shell

regenerate gemset.nix, following Run Jekyll locally on NixOS by Wout Swinkels:

nix-shell -p bundler bundix
bundle config set path vendor
bundle config set --local force_ruby_platform true
bundle cache --no-install
bundix
rm -rf vendor
rm -rf ~/.cache/bundix
exit