Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/larrycai/larrycai.github.com
homepage
https://github.com/larrycai/larrycai.github.com
Last synced: 3 months ago
JSON representation
homepage
- Host: GitHub
- URL: https://github.com/larrycai/larrycai.github.com
- Owner: larrycai
- Created: 2011-10-25T02:49:44.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2022-09-27T14:11:41.000Z (about 2 years ago)
- Last Synced: 2024-07-16T13:08:01.902Z (4 months ago)
- Language: CSS
- Homepage:
- Size: 3.84 MB
- Stars: 22
- Watchers: 5
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
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.