I use the template from https://github.com/mbleigh/mbleigh.github.com, please give credits to him.
This is the Jekyll source for Larry Cai's blog and website, Larry Cai. It makes some nice use of Jekyll's liquid templating system (see blog.html) and uses Javscript to pull information from GitHub for the open-source section.
You may feel free to re-use any part of the structure, design, and layout of this site; it is all licensed under the MIT License. However, the content of the site (blog posts and page content) is licensed under a Creative Commons Attribution license (you may use it, but must give attribution).
$ jekyll --server
All the blog should be encoded with UTF-8 without BOM and the environment is set as below
$ cat ~/.profile
LANG=en_US.UTF-8
LC_ALL=en_US.UTF-8
LC_CTYPE=en_US.UTF-8
Copyright (c) 2011 Larry Cai. Rights reserved as indicated above.