# run the server locally, just follow the docs https://jekyllrb.com/
bundle exec jekyll serve
# to update jekyll and stuff
bundle update
# if having troubles upgrading nokogiri, as described https://github.com/sparklemotion/nokogiri/issues/1693 this is solved by
# brew unlink xz
# install nokogiri and do a bundle update
# brew link xz