You need to have the following installed on your machine.
1. Ruby
2. RubyGems
3. Nodejs or any other Javascript runtime for coffee script support.
Note: Requires Ruby version 1.9.3 =>. For example use rbenv
After forking, run the following commands:
gem install jekyll
bundle install
bundle exec jekyll serve —watch
Once build is successful, you'd have the site running locally. You can now:
1. Create your post in markdown format.
2. Commit and do a push request to the repository.
Once your push request has been approved, it'll be merged with the repo, and the live site will be updated.