Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 743 Bytes

File metadata and controls

33 lines (22 loc) · 743 Bytes

Installation

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

Fork the repository

After forking, run the following commands:

	gem install jekyll
	bundle install
	bundle exec jekyll serve —watch

Running Locally

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.