$ gem install jekyll jekyll-sitemap jemoji
$ git clone [email protected]:alexdiliberto/alexdiliberto.github.io.git
$ cd alexdiliberto.github.io
$ bundle install
$ bundle exec jekyll serve -w -D -I
# => Open [http://localhost:4000](http://localhost:4000)
$ bundle exec jekyll serve --host=0.0.0.0
# => Open on your mobile device http://192.168.X.X:4000
https://github.com/github/pages-gem#updating
$ bundle update github-pages
Basic rbenv
troubleshooting:
rbenv/rbenv#938 (comment)
For more information about how to setup you local development environment, visit: https://help.github.com/articles/setting-up-your-github-pages-site-locally-with-jekyll/