You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rvm use 1.9.3
rvm gemset create pintorg
rvm use 1.9.3@pintorg
in the root of this repository on the source branch run
bundle install
once in a while run (i.e. every month or so)
bundle update
to pick up updates of the installed and dependent gems.
Testing Locally
First activate your local Ruby environment with rvm use 1.9.3@pintorg.
Then you can simply run jekyll serve --watch and it will build the site, serve it at localhost:4000 and update whenever you change some files for immediate inspection in your favorite browser.