Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 306 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 306 Bytes

Getting Started

$ brew install rbenv
$ rbenv init # make sure your shell is setup
$ rbenv install -l # install the lastest
$ rbenv global $(rbenv versions --bare | tail -1) # set latest as global version
$ gem install jekyll jekyll-paginate
$ jekyll serve --drafts --incremental