-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathindex.html
66 lines (56 loc) · 2.04 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
---
layout: master
title: WorldHello
full_posts: 3
---
<div class='home-box' id='home-left'>
<h2><a href='atom.xml' class='float-right'
><img src='/images/subscribe-icon.gif' alt='Subscribe'/></a
>最新博客(<a href='/blog.html'>更多</a>)</h2>
{% for post in site.posts limit:page.full_posts %}
<div class='post'>
<span class='date'>{{post.date | date: "%Y-%m-%d"}}</span>
<h1><a href='{{post.url}}'>{{post.title}}</a></h1>
<div class='body'>{{post.content}}</div>
<a href='{{post.url}}#disqus_thread'>View Comments</a>
</div>
{% endfor %}
</div>
<div class='home-box' id='home-right'>
<h2>我的书</h2>
<div class='sidebar'>
<div class="sidebar-item">
<a href="http://www.worldhello.net/gotgit/"><img
src="images/gotgit.jpg" alt="Cover of GitGit"><br></a>
<h3><a href="http://www.worldhello.net/gotgit/"> 《Git权威指南》 </a></h3>
<ul>
<li>机械工业出版社,2011.6</li>
<li>ISBN 978-7-111-34967-9</li>
</ul>
感谢支持,购买请访问:<a href="http://www.worldhello.net/gotgit/">GotGit</a>。
</div>
<div class="sidebar-item">
<a href="http://www.worldhello.net/gotgithub/"><img
src="images/gotgithub.jpg" alt="Cover of GitGitHub"><br></a>
<h3><a href="http://www.worldhello.net/gotgithub/">《GotGitHub》</a></h3>
<ul>
<li>一本以 Creative Commons 协议发布的电子书</li>
<li>您可以用GitHub方式 <a href="https://github.com/gotgit/gotgithub">参与维护</a></li>
<li>阅读本书:<a href="http://www.worldhello.net/gotgithub">GotGitHub</a></li>
</ul>
</div>
</div>
<h2>联系方式</h2>
<div class='sidebar'>
<div class="sidebar-item">
<dl>
<dt>邮件:</dt>
<dd>worldhello.net AT gmail.com </dd>
<dt>微博:</dt>
<dd><a href="http://weibo.com/gotgit">http://weibo.com/gotgit</a></dd>
<dt>公司:</dt>
<dd><a href="http://www.ossxp.com/">http://www.ossxp.com</a></dd>
</dl>
</div>
</div>
</div>