For testing purposes, you can host your blog on your local machine. After setting up and making any changes, Jekyll can server the blog to http://localhost:4000. On the command line in the root directory of the project, run:
$ bundle exec jekyll serve
The bundle exec part is optional, but if you...