Skip to content

Instantly share code, notes, and snippets.

@yeromin
Created September 30, 2017 07:45
Show Gist options
  • Save yeromin/1cef629174951d738fdd4a85a2dc8b01 to your computer and use it in GitHub Desktop.
Save yeromin/1cef629174951d738fdd4a85a2dc8b01 to your computer and use it in GitHub Desktop.
bundle exec jekyll serve (or "jekyll serve") - start the server
bundle exec jekyll serve -w (jekyll serve -w) - start the server with watching
jekyll serve --detach - new detached server
jekyll --version - список версий
gem update jekyll
--------------------
gem outdated - устаревшие
jekyll --version - список версий
gem update jekyll
Update all of the gems:
gem install rubygems-update
update_rubygems
gem update --system
or:
gem update `gem outdated | cut -d ' ' -f 1`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment