Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 534 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 534 Bytes

Personal Website for Will Epperson

Install

First time running ruby or jekyll on mac requires separate ruby install from built in version. If not done correctly can lead to permission write errors. See this SO post about getting Ruby and bundler set up.

To install packages for this project run:

bundle install

Run

chruby 3.1.0 # switch to user ruby
bundle exec jekyll serve