-
Follow steps from the beautiful website by juthilo
-
If you encounter SSL error while installing jekyll, go to stackOverFlow
-
Go to this link maintained by madhur
-
jekyll new blog
-
cd blog
-
jekyll serve
-
Now, you might encounter issue with yajl while jekyll serves. Go to stackoverflow
-
After fixing the above issues, go to http://localhost:4000/
And your website is ready !!!