Pontifications

  • First I had to install ruby:
brew upgrade rbenv ruby-build
rbenv install 2.5.0
rbenv global 2.5.0
vi ~/.bash_profile # and add eval "$(rbenv init -)"
  • Then jekyll and surge.sh
gem install jekyll # my syntax colouring needs red carpet
gem install redcarpet
sudo npm install --global surge

Leave a comment on github