Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 304 Bytes

File metadata and controls

26 lines (20 loc) · 304 Bytes

Setup Environment

Ruby

brew install rbenv 

echo 'if which rbenv > /dev/null; then eval "$(rbenv init -)"; fi' >> ~/.zshrc

rbenv install 2.7.2
rbenv global 2.7.2

Jekyll

gem install bundler jekyll

Install plugins

bundle

Run

bundle exec jekyll serve