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 installandbundle updateinside the blog directory. - Execute with
bundle exec jekyll serveto get a localhost instance of the blog.