Skip to content

Instantly share code, notes, and snippets.

@HazemBZ
Created April 4, 2023 02:01
Show Gist options
  • Save HazemBZ/d14eaa222bc6d9eda819e20bfa0eab22 to your computer and use it in GitHub Desktop.
Save HazemBZ/d14eaa222bc6d9eda819e20bfa0eab22 to your computer and use it in GitHub Desktop.
Running jekyll with ruby-2.7.2 on arch (or distro having issues with openssl installation)

for short term use:

rvm pkg install openssl

next

rvm install ruby-2.7.2 --with-openssl-dir=$HOME/.rvm/usr

dependencies

gem install sass-embedded -v 1.54

gem install bundler jekyll

bundle install

run server

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