Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 544 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 544 Bytes

pbsladek blog

Running locally

To test locally, run the following in your terminal:

  1. bundle install
  2. bundle exec jekyll serve
  3. Open your browser to localhost:4000

Uses Github Pages and jglovier/resume-template

Install Ruby

# 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"]'