Ruby

Code

Description

gem install ‘gem-name’

This command will install the specified gem.

bundle install

This command will install all the missing gems.

jekyll serve

This command build the site to _site and runs a local development server at 127.0.0.1:4000 by default.

jekyll build

This builds the site to _site. From here we would typically copy the contents of _site to a hosting provider.