Jekyll 2.x required
gem install bundler
bundle install
octopress new post "Post Title"
To enable sharing and comments for the new post edit the header in the .md file and add this
share: true
comments: true
Also don't forget to set the author value. Author info is in _data/authors.yml
author: dino|mark|philip
When running locally through jekyll serve
you'll need to update url setting in _config.yaml
url: http://localhost:4000
based on So simple Theme by Michael Rose