-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
114 lines (73 loc) · 3.18 KB
/
index.html
File metadata and controls
114 lines (73 loc) · 3.18 KB
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<!doctype html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="description" content="">
<link rel="shortcut icon" href="/asset/guolin.png"/>
<link rel="canonical" href="http://guolinn.com/">
<link rel="alternate" type="application/rss+xml" title="Kim" href="">
<title>kim's blog</title>
<meta name="description" content="{{meta_description}}">
<link href="//cdn.bootcss.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="/styles/crisp.css">
<meta name="HandheldFriendly" content="True" />
<meta name="MobileOptimized" content="320" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body class="home-template">
<header id="header">
<a id="logo" href="/"><img src="/asset/guolin.png" alt="kim's blog" /></a>
<h1><a href="/">Kim</a></h1>
<p>渣渣 程序猿</p>
<div id="follow-icons">
<a href="http://github.com/zhl3391"><i class="fa fa-github-square fa-2x"></i></a>
</div>
<h6><a href="/about">About</a></h6>
</header>
<main id="content">
<section id="{{id}}" class="{{post_class}}">
<h3 class="post-title">
<a href="/2017/09/23/20170923/">使用第三方库遇到问题先看源码</a>
<span class="separator"> · </span>
九月 23, 2017
<span class="taglist"> ·
<a href='/tags/Android/'>Android</a>
</saan>
</h3>
</section>
<section id="{{id}}" class="{{post_class}}">
<h3 class="post-title">
<a href="/2017/02/17/rdpm/">开发与产品如何协作</a>
<span class="separator"> · </span>
二月 17, 2017
<span class="taglist"> ·
<a href='/tags/开发/'>开发</a>
<a href='/tags/产品/'>产品</a>
</saan>
</h3>
</section>
<section id="{{id}}" class="{{post_class}}">
<h3 class="post-title">
<a href="/2017/02/14/love/">情人节快乐</a>
<span class="separator"> · </span>
二月 14, 2017
<span class="taglist"> ·
<a href='/tags/love/'>love</a>
</saan>
</h3>
</section>
<nav class="pagination" role="pagination">
<span class="page-number">Page 1 of 1</span>
</nav>
</main>
<footer id="footer">
<section id="footer-message">© 2017 Kim. All rights reserved. Powered by <a href="http://hexo.io/" target="_blank">Hexo</a>. <a href="https://github.com/guolin/crisp-hexo-theme" target="_blank">crisp</a> theme by <a href="guolin.github.io" target="_blank">Guo Lin</a>.</section>
</footer>
</body>
</html>