Showing posts with label Install Jekyll On Windows. Show all posts
Showing posts with label Install Jekyll On Windows. Show all posts

Thursday, April 10, 2014

Installing Jekyll On Windows. Ouch.

It is getting very painful to do code blogging here. No code marking, syntax highlighting and blah blah blah. I am thinking of using Jekyll to blog. And yeah, I thought I could straight jump into it but apparently not.

For those of you thinking of doing the same, here is my way. Note that I already installed Python in my computer.

1. Get Ruby and RubyGems - follow instructions from https://forwardhq.com/support/installing-ruby-windows
2. For syntax highlighting, install Pygments - follow instructions from http://zduck.com/2009/installing-python-pygments-on-windows/
3. Now, install jekyll - run gem install jekyll

That's all that I have done. Hope Jekyll would be great!