To test locally, run the following in your terminal:
bundle install
bundle exec jekyll serve
- Open your browser to
localhost:4000
Uses Github Pages and jglovier/resume-template
# Install ruby with openssl@3 using chruby to manage versions for M1 mac
ruby-install ruby -- --with-openssl-dir=$(brew --prefix openssl@3)
# Verify Install
ruby -rrbconfig -e 'puts RbConfig::CONFIG["CXX"]'