Jekyll site for Rohit Kalkur
-
chruby
- CLI tool for switching between different locally installed versions of Ruby
- https://github.com/postmodern/chruby
brew install chruby
-
ruby-install
- CLI tool for installing different versions of ruby locally
- https://github.com/postmodern/ruby-install
brew install ruby-install
-
bundler
- Dependecy management tool for Ruby.
- https://bundler.io/
gem install bundler -v 2.2.2
Task | Description |
---|---|
bundle install | install dependencies |
bundle exec jekyll serve | local development |
bundle exec jekyll build | build site |