Skip to content

Instantly share code, notes, and snippets.

@alifeee
Created March 14, 2024 20:24
Show Gist options
  • Save alifeee/829344ed02efb0952e81fc35c445df18 to your computer and use it in GitHub Desktop.
Save alifeee/829344ed02efb0952e81fc35c445df18 to your computer and use it in GitHub Desktop.
How to use Ruby and Jekyll on Linux

Using Ruby on Linux

Install Ruby + Gems

sudo apt-get install ruby-full
gem install bundler
bundle config set --local path 'vendor/bundle'
bundle install

Serve hot-reloading website

bundle exec jekyll serve --watch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment