Github Good Things
- Github for Designer: http://blog.jobbole.com/73944/
- Gitbook: https://www.gitbook.com/explore and https://github.com/GitbookIO/gitbook
- Free Books: https://github.com/vhf/free-programming-books/blob/master/free-programming-books.md and http://stackoverflow.com/revisions/392926/175
- http://xiaocong.github.io/blog/2013/03/20/team-collaboration-with-github/
- http://liftux.com/posts/using-github-issues-project-management/
Github Blog
Github for Notes
- Use Github Issues for Notes: https://github.com/rainy-im/lolita/issues/1
Jekyll References
Highlight
Highlight approaches: http://ajoz.github.io/2014/06/29/i-want-my-github-flavored-markdown/ - kramdown + highlight.js - redcarpet + highlighter: pygments
Some links: - Clone This one for Jekyll Bootstrap with Highlight - Jekyll Bootstrap Highlight - Highlight Ways: https://gist.github.com/zakkain/3203448
Table of Content (TOC)
TOC is supported by: - kramdown
For others, can use plugin to support it: https://github.com/dafi/jekyll-toc-generator
Markdown References
Markdown Intepreter
- http://kramdown.gettalong.org/syntax.html
Octopress References
Note: still can't work, fail to install ruby1.9.3 or bundle -:)
Other Document Tools
How to Document
- 从程序员到项目经理(29):怎样写文档
- 如何写一篇好的技术文档
- Discuss on Zhihu
- Book: Technical Communication
Rules for documentation
- 把厚的做薄
- 一图胜千言
- 1)结构清晰;2)思路清晰;3)读者心态;4)行文流畅
Good Blogs
- http://blog.jobbole.com/ "Bole Online"
- http://www.yangzhiping.com/ "Yang Zhiping"
- http://www.ruanyifeng.com/ "Ruan Yifeng"