There were a number of things that were unfinished since my previous post. Jekyll bootstrap provides the ability to add a comments section (courtesy of Disqus) as well as the ability to track page statistics using Google analytics. However, in order to make any use of these features, you may want to create a Google analytics account as well as a Disqus account, while setting up the _config.yml file accordingly. In addition, in order to enable Google analytics and Disqus on your blog, you will want to run the Jekyll build as follows (I combine the jekyll build and the S3 website upload in 1 single command).
Read more