|
1 | 1 | ---
|
2 | 2 | layout: page
|
3 |
| -title: Hello World! |
4 |
| -tagline: Supporting tagline |
| 3 | +title: 重新起航 |
| 4 | +header: 无底洞 |
5 | 5 | ---
|
6 | 6 | {% include JB/setup %}
|
7 | 7 |
|
8 |
| -Read [Jekyll Quick Start](http://jekyllbootstrap.com/usage/jekyll-quick-start.html) |
| 8 | +用了无数个blog,最好的一个blog被坑爹的运营商给枪毙了。那是多少年前的事了。一直想重新搭建起来,要么是找不到合适的空间,要么是自己懒 |
9 | 9 |
|
10 |
| -Complete usage and documentation available at: [Jekyll Bootstrap](http://jekyllbootstrap.com) |
| 10 | +算来算去,现在已经有了很多的博客了,cnblog,csdn,还有GAE上,都有我的博客。都是选择的时候弄上去的。 |
11 | 11 |
|
12 |
| -## Update Author Attributes |
| 12 | +博客是一个积累知识的好工具,但写博客并不是很方便,工作这么久,很反感跑到网站后台去写博客还要关注各种排版。烦不烦啊~ |
13 | 13 |
|
14 |
| -In `_config.yml` remember to specify your own data: |
15 |
| - |
16 |
| - title : My Blog =) |
| 14 | +最近[markdown][1]很火,我也详细的使用了一下。好用多了额。写博客写起来很顺手,不用关心布局,只要写就是了。 |
| 15 | + |
| 16 | +于是有了这个博客空间,搭建在[github][2]上的博客.这应该会是我最后集中的博客空间了。正在迁移所有其他博客空间的日志过来。 |
| 17 | + |
| 18 | + |
| 19 | +## 开源项目 |
| 20 | + |
| 21 | +作为一个程序员呢,要经常的关注技术领域,偶尔贡献一两个开源代码,代码无非涉及到几点 |
| 22 | + |
| 23 | +* 插件 |
| 24 | + |
| 25 | +* 小工具 |
| 26 | + |
| 27 | +* 软件 |
| 28 | + |
| 29 | +以后要多关注这方面的贡献了。希望对其他的朋友有所帮助 |
| 30 | + |
| 31 | +[**Sublime Last Edit**][3] |
17 | 32 |
|
18 |
| - author : |
19 |
| - name : Name Lastname |
20 |
| - |
21 |
| - github : username |
22 |
| - twitter : username |
| 33 | + 一个sublime的插件,喜欢很多编辑器的回到上一步编辑点的功能,于是自己开发了一个。欢迎使用 |
| 34 | + https://github.com/SamPeng87/sublime-last-edit |
23 | 35 |
|
24 |
| -The theme should reference these variables whenever needed. |
25 | 36 |
|
26 |
| -## Sample Posts |
| 37 | +## 感谢这些公司和朋友 |
| 38 | + |
| 39 | +[Thinksns][4]*[智士软件][5]* |
| 40 | + |
| 41 | +我所有的技术都是在这里锻炼出来的,非常感谢带来这么多的帮助。这是一个年轻而且有激情的公司 |
| 42 | + |
| 43 | +[Nonant][6] |
| 44 | + |
| 45 | +威武的php开发者,N年工作经验,敬业,热情,主动,真诚 |
| 46 | + |
| 47 | +[AVKing][7] |
| 48 | + |
| 49 | +牛掰的IOS开发者,好同事,好朋友。认真,仔细,沉稳 |
27 | 50 |
|
28 |
| -This blog contains sample posts which help stage pages and blog data. |
29 |
| -When you don't need the samples anymore just delete the `_posts/core-samples` folder. |
| 51 | +[冯涛][8] *[周伯通招聘][9]* |
30 | 52 |
|
31 |
| - $ rm -rf _posts/core-samples |
| 53 | +良师益友,多次在困难时帮助和解惑。现在是一个创业者,希望他走的很远。 |
32 | 54 |
|
33 |
| -Here's a sample "posts list". |
| 55 | +[刘晓庆][10] |
34 | 56 |
|
35 |
| -<ul class="posts"> |
36 |
| - {% for post in site.posts %} |
37 |
| - <li><span>{{ post.date | date_to_string }}</span> » <a href="{{ BASE_PATH }}{{ post.url }}">{{ post.title }}</a></li> |
38 |
| - {% endfor %} |
39 |
| -</ul> |
| 57 | +很厉害的创业者,技术,管理各方面样样都行。对朋友交心交底 |
40 | 58 |
|
41 |
| -## To-Do |
| 59 | +[王宝明][11] |
42 | 60 |
|
43 |
| -This theme is still unfinished. If you'd like to be added as a contributor, [please fork](http://github.com/plusjade/jekyll-bootstrap)! |
44 |
| -We need to clean up the themes, make theme usage guides with theme-specific markup examples. |
| 61 | +年轻有激情的创业者,知识管理倡导和实践者。他的知识管理理论让我叹服,华为的知识管理平台即是他发起和跑起来的。 |
45 | 62 |
|
46 | 63 |
|
| 64 | +[1]: http://wowubuntu.com/markdown/basic.html |
| 65 | +[2]: https://github.com/ |
| 66 | +[3]: https://github.com/SamPeng87/sublime-last-edit |
| 67 | +[4]: http://www.thinksns.com/ |
| 68 | +[5]: http://www.zhishisoft.com/ |
| 69 | +[6]: http://www.antchi.com/ |
| 70 | +[7]: http://desheng.me |
| 71 | +[8]: http://weibo.com/shoutaimu |
| 72 | +[9]: http://www.joboto.com/ |
| 73 | +[10]:http://weibo.com/thinksns |
| 74 | +[11]:http://weibo.com/askawang |
0 commit comments