Setup instructions to run this blog locally
Setup instructions to run this blog locally
- Install
bundler
. - Install the required libraries for
nokogiri
(I needed this when building on Ubuntu):
sudo apt-get install build-essential patch ruby-dev zlib1g-dev liblzma-dev
- Run
bundle install
andbundle update
inside the blog directory. - Execute with
bundle exec jekyll serve
to get a localhost instance of the blog.