Hello World
This is yet another attempt at creating and maintaining a blog.
This time around:
cd ~/sajayshah.github.io/_posts/
touch yyyy-mm-dd-post-title.md
????
cd .. && bundle exec jekyll serve
git add yyyy-mm-dd-post-title.md
git commit -m "Blog post title"
git push