- install xcode
https://itunes.apple.com/au/app/xcode/id497799835?mt=12
- xcode-select –install
- ruby -e “$(curl -fsSL
https://raw.githubusercontent.com/Homebrew/install/master/install)”
- brew install rbenv ruby-build
- Add rbenv to bash so that it loads every time you open a terminal
echo ‘if which rbenv > /dev/null; then eval “$(rbenv init -)”; fi’ » ~/.bash_profile
source ~/.bash_profile
- rbenv install 2.2.3
- rbenv global 2.2.3
- ruby -v
- gem install jekyll
- brew install node
- npm install –global surge
- gem install redcarpet
- gem install rouge
- in _config.yml added highlighter: rouge comment out #pygments: true
Leave a comment on github