Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/larrycai/larrycai.github.com

homepage
https://github.com/larrycai/larrycai.github.com

Last synced: about 2 months ago
JSON representation

homepage

Awesome Lists containing this project

README

        

## 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](http://larrycai.github.com/). 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
~~~~~ {.bash}
$ 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.