Skip to content

jinzaizhichi/larrycai.github.com

 
 

Repository files navigation

Larry Cai

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).

Run it locally

$ jekyll --server

Others

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

Copyright (c) 2011 Larry Cai. Rights reserved as indicated above.

Releases

No releases published

Packages

No packages published

Languages

  • CSS 53.8%
  • HTML 40.6%
  • Ruby 4.8%
  • JavaScript 0.8%