-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
296 lines (208 loc) · 11.1 KB
/
index.html
File metadata and controls
296 lines (208 loc) · 11.1 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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<title>索马里猫 | 喜欢猫咪,热爱编程</title>
<meta name="renderer" content="webkit">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="description" content="爱好猫咪,喜欢苹果,热爱编程!">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="索马里猫 | 喜欢猫咪,热爱编程">
<meta name="twitter:description" content="爱好猫咪,喜欢苹果,热爱编程!">
<meta property="og:type" content="article">
<meta property="og:title" content="索马里猫 | 喜欢猫咪,热爱编程">
<meta property="og:description" content="爱好猫咪,喜欢苹果,热爱编程!">
<meta name="author" content="SuperBobo">
<link rel="stylesheet" href="/css/vno.css">
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css">
<link rel="icon" href="/images/favicon.png">
<meta name="generator" content="hexo"/>
<link rel="canonical" href="http://yoursite.com"/>
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "//hm.baidu.com/hm.js?9cdad07c755fa23f6aced510c6760e87";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
</head>
<body class="home-template no-js">
<script src="http://cdn.bootcss.com/jquery/2.1.4/jquery.min.js"></script>
<script src="/js/main.js"></script>
<span class="mobile btn-mobile-menu">
<i class="fa fa-list btn-mobile-menu__icon"></i>
<i class="fa fa-angle-up btn-mobile-close__icon hidden"></i>
</span>
<header class="panel-cover " style="background-image: url(/images/background-cover.jpg)">
<div class="panel-main">
<div class="panel-main__inner panel-inverted">
<div class="panel-main__content">
<a href="/" title="前往 索马里猫 的主页"><img src="/images/logo2.jpg" width="80" alt="索马里猫 logo" class="panel-cover__logo logo" /></a>
<h1 class="panel-cover__title panel-title"><a href="/" title="link to homepage for 索马里猫">索马里猫</a></h1>
<span class="panel-cover__subtitle panel-subtitle">喜欢猫咪,热爱编程</span>
<hr class="panel-cover__divider" />
<p class="panel-cover__description"></p>
<hr class="panel-cover__divider panel-cover__divider--secondary" />
<div class="navigation-wrapper">
<div>
<nav class="cover-navigation cover-navigation--primary">
<ul class="navigation">
<li class="navigation__item"><a href="/#blog" title="访问博客" class="blog-button">博客</a></li>
<li class="navigation__item"><a href="http://www.cnblogs.com/superbobo/">关于我</a></li>
</ul>
</nav>
</div>
<div>
<nav class="cover-navigation navigation--social">
<ul class="navigation">
<!-- Weibo-->
<li class="navigation__item">
<a href="http://www.cnblogs.com/superbobo/" title="我的微博" target="_blank">
<i class='social fa fa-weibo'></i>
<span class="label">Weibo</span>
</a>
</li>
<!-- Github -->
<li class="navigation__item">
<a href="https://github.com/superbobogithub" title="查看我的GitHub主页" target="_blank">
<i class='social fa fa-github'></i>
<span class="label">Github</span>
</a>
</li>
<!-- Stack Overflow -->
<!-- Google Plus -->
<!-- Facebook -->
<!-- Twitter -->
</ul>
</nav>
</div>
</div>
</div>
</div>
<div class="panel-cover--overlay cover-purple"></div>
</div>
</header>
<div class="content-wrapper">
<div class="content-wrapper__inner">
<div class="main-post-list">
<ol class="post-list">
<li>
<h2 class="post-list__post-title post-title"><a href="/2016/06/01/MAMP/" title="link to post.title">MAMP</a></h2>
<p class="excerpt">
…
</p>
<div class="post-list__meta"><time datetime="2016-06-01T06:26:21.000Z" class="post-list__meta--date date">2016-06-01</time> • <span class="post-list__meta--tags tags">于 </span><a class="btn-border-small" href="/2016/06/01/MAMP/">继续阅读</a></div>
<hr class="post-list__divider" />
</li>
<li>
<h2 class="post-list__post-title post-title"><a href="/2016/05/16/Test/" title="link to post.title">Test</a></h2>
<p class="excerpt">
…
</p>
<div class="post-list__meta"><time datetime="2016-05-16T01:48:27.000Z" class="post-list__meta--date date">2016-05-16</time> • <span class="post-list__meta--tags tags">于 </span><a class="btn-border-small" href="/2016/05/16/Test/">继续阅读</a></div>
<hr class="post-list__divider" />
</li>
<li>
<h2 class="post-list__post-title post-title"><a href="/2016/05/13/AddMusic/" title="link to post.title">AddMusic</a></h2>
<p class="excerpt">
…
</p>
<div class="post-list__meta"><time datetime="2016-05-13T02:59:44.000Z" class="post-list__meta--date date">2016-05-13</time> • <span class="post-list__meta--tags tags">于 </span><a class="btn-border-small" href="/2016/05/13/AddMusic/">继续阅读</a></div>
<hr class="post-list__divider" />
</li>
<li>
<h2 class="post-list__post-title post-title"><a href="/2016/05/13/AddPicture/" title="link to post.title">AddPicture</a></h2>
<p class="excerpt">
…
</p>
<div class="post-list__meta"><time datetime="2016-05-13T02:46:00.000Z" class="post-list__meta--date date">2016-05-13</time> • <span class="post-list__meta--tags tags">于 </span><a class="btn-border-small" href="/2016/05/13/AddPicture/">继续阅读</a></div>
<hr class="post-list__divider" />
</li>
<li>
<h2 class="post-list__post-title post-title"><a href="/2016/05/09/OhMyZsh/" title="link to post.title">mac 命令行 zsh</a></h2>
<p class="excerpt">
…
</p>
<div class="post-list__meta"><time datetime="2016-05-09T09:09:36.000Z" class="post-list__meta--date date">2016-05-09</time> • <span class="post-list__meta--tags tags">于 </span><a class="btn-border-small" href="/2016/05/09/OhMyZsh/">继续阅读</a></div>
<hr class="post-list__divider" />
</li>
<li>
<h2 class="post-list__post-title post-title"><a href="/2016/04/21/免密码提交博客/" title="link to post.title">免密码提交博客</a></h2>
<p class="excerpt">
…
</p>
<div class="post-list__meta"><time datetime="2016-04-21T03:26:34.000Z" class="post-list__meta--date date">2016-04-21</time> • <span class="post-list__meta--tags tags">于 </span><a class="btn-border-small" href="/2016/04/21/免密码提交博客/">继续阅读</a></div>
<hr class="post-list__divider" />
</li>
<li>
<h2 class="post-list__post-title post-title"><a href="/2016/04/21/iOS开发经验总结/" title="link to post.title">iOS开发经验总结</a></h2>
<p class="excerpt">
…
</p>
<div class="post-list__meta"><time datetime="2016-04-21T03:05:04.000Z" class="post-list__meta--date date">2016-04-21</time> • <span class="post-list__meta--tags tags">于
<a class="tag-link" href="/tags/iOS开发/">iOS开发</a>
</span><a class="btn-border-small" href="/2016/04/21/iOS开发经验总结/">继续阅读</a></div>
<hr class="post-list__divider" />
</li>
<li>
<h2 class="post-list__post-title post-title"><a href="/2016/04/21/hexo常用命令/" title="link to post.title">hexo常用命令</a></h2>
<p class="excerpt">
…
</p>
<div class="post-list__meta"><time datetime="2016-04-21T02:47:48.000Z" class="post-list__meta--date date">2016-04-21</time> • <span class="post-list__meta--tags tags">于 </span><a class="btn-border-small" href="/2016/04/21/hexo常用命令/">继续阅读</a></div>
<hr class="post-list__divider" />
</li>
<li>
<h2 class="post-list__post-title post-title"><a href="/2016/04/20/3、PostPhoto/" title="link to post.title">我的图片</a></h2>
<p class="excerpt">
…
</p>
<div class="post-list__meta"><time datetime="2016-04-20T03:59:12.000Z" class="post-list__meta--date date">2016-04-20</time> • <span class="post-list__meta--tags tags">于 </span><a class="btn-border-small" href="/2016/04/20/3、PostPhoto/">继续阅读</a></div>
<hr class="post-list__divider" />
</li>
<li>
<h2 class="post-list__post-title post-title"><a href="/2016/04/20/5、Markdown语法简单使用/" title="link to post.title">Markdown语法简单使用</a></h2>
<p class="excerpt">
…
</p>
<div class="post-list__meta"><time datetime="2016-04-20T03:59:12.000Z" class="post-list__meta--date date">2016-04-20</time> • <span class="post-list__meta--tags tags">于 </span><a class="btn-border-small" href="/2016/04/20/5、Markdown语法简单使用/">继续阅读</a></div>
<hr class="post-list__divider" />
</li>
</ol>
<nav class="pagination" role="navigation">
<span class="pagination__page-number" > 1 / 2 </span>
<a class="older-posts pagination__older btn btn-small btn-tertiary" href="/page/2/">更早 →</a>
</nav>
</div>
<footer class="footer">
<span class="footer__copyright">
本站点采用 <a href="http://creativecommons.org/licenses/by-nc-sa/4.0/">知识共享署名-非商业性使用-相同方式共享 4.0 国际许可协议</a>
</span>
<span class="footer__copyright">
基于 <a href="http://hexo.io">Hexo</a> 搭建,感谢 <a href="https://pages.github.com/">GitHub Pages</a> 提供免费的托管服务
</span>
<span class="footer__copyright">
© 2016 - 本站由 <a href="/">@Monniya</a> 创建,
使用 <a href="https://github.com/monniya/hexo-theme-new-vno ">hexo-theme-new-vno</a> 主题,
修改自 <a href="https://github.com/lenbo-ma/hexo-theme-vno" target="_blank">Vno</a>, 原创出自<a href="http://github.com/onevcat/vno" target="_blank">onevcat</a>
</span>
</footer>
</div>
</div>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-42596364-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>