Skip to content

pccofvns/pccofvns.github.io

Repository files navigation

About me

My CV

Setup

brew install chruby ruby-install xz
ruby-install ruby
# If you're using Bash, replace .zshrc with .bash_profile
echo "source $(brew --prefix)/opt/chruby/share/chruby/chruby.sh" >> ~/.zshrc
echo "source $(brew --prefix)/opt/chruby/share/chruby/auto.sh" >> ~/.zshrc
 # run 'chruby' to see actual version
echo "chruby ruby-3.3.4" >> ~/.zshrc
source ~/.zshrc
rm Gemfile
bundle install jekyll
bundle exec jekyll serve

References

  1. Jekyll Installation