-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
299 lines (145 loc) · 6.37 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
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
297
298
299
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width,user-scalable=no,initial-scale=1,minimum-scale=1,maximum-scale=1">
<meta http-equiv="Cache-Control" content="no-transform" />
<meta http-equiv="Cache-Control" content="no-siteapp" />
<link rel="alternate" href="/default" title="山根花理">
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico?v=1.1" />
<link rel="canonical" href="http://yoursite.com/"/>
<meta property="og:type" content="website">
<meta property="og:title" content="山根花理">
<meta property="og:url" content="http://yoursite.com/index.html">
<meta property="og:site_name" content="山根花理">
<meta property="og:locale" content="zh_CN">
<meta property="article:author" content="山根花理">
<meta name="twitter:card" content="summary">
<link rel="stylesheet" type="text/css" href="/css/style.css?v=1.1" />
<link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet'>
<script type="text/javascript">
var themeConfig = {
fancybox: {
enable: false
},
};
</script>
<title> 山根花理 - </title>
<meta name="generator" content="Hexo 4.2.1"></head>
<body>
<div id="page">
<header id="masthead"><div class="site-header-inner">
<h1 class="site-title">
<a href="/." class="logo">山根花理</a>
</h1>
<nav id="nav-top">
<ul id="menu-top" class="nav-top-items">
<li class="menu-item">
<a href="/archives">
Archives
</a>
</li>
<li class="menu-item">
<a href="/about">
About
</a>
</li>
</ul>
</nav>
</div>
</header>
<div id="content">
<div id="primary" class="home">
<article class="post">
<header class="post-header">
<h1 class="post-title">
<a class="post-link" href="/2020/07/21/%E8%AE%BE%E8%AE%A1%E5%8E%9F%E5%88%99(%E8%BD%AC%E8%BD%BD)/">设计原则(转载)</a>
</h1>
<time class="post-time">
7月 21 2020
</time>
</header>
<div class="post-excerpt post-content">
</article>
<article class="post">
<header class="post-header">
<h1 class="post-title">
<a class="post-link" href="/2020/07/21/%E5%BF%AB%E9%80%9F%E6%8E%92%E5%BA%8F%E3%80%81%E5%86%92%E6%B3%A1%E6%8E%92%E5%BA%8F%E3%80%81%E6%8F%92%E5%85%A5%E6%8E%92%E5%BA%8F/">快速排序、冒泡排序、插入排序</a>
</h1>
<time class="post-time">
7月 21 2020
</time>
</header>
<div class="post-excerpt post-content">
</article>
<article class="post">
<header class="post-header">
<h1 class="post-title">
<a class="post-link" href="/2020/07/20/%E8%85%BE%E8%AE%AF%E5%9C%B0%E5%9B%BE%E8%87%AA%E5%AE%9A%E4%B9%89%E6%A0%87%E8%AE%B0%E7%82%B9/">腾讯地图自定义标记点</a>
</h1>
<time class="post-time">
7月 20 2020
</time>
</header>
<div class="post-excerpt post-content">
</article>
<article class="post">
<header class="post-header">
<h1 class="post-title">
<a class="post-link" href="/2020/07/20/hello-world/">Hello World</a>
</h1>
<time class="post-time">
7月 20 2020
</time>
</header>
<div class="post-excerpt post-content">
</article>
<nav class="pagination">
</nav>
</div>
<div id="secondary">
<section id="tags" class="widget-area widget_tags">
<h3 class="widget-title">Tags</h3>
<ul class="tag-list" itemprop="keywords"><li class="tag-list-item"><a class="tag-list-link" href="/tags/JavaScript/" rel="tag">JavaScript</a><span class="tag-list-count">3</span></li></ul>
</section>
</div>
</div>
<footer id="colophon"><span class="copyright-year">
©
2014 -
2020
<span class="footer-author">山根花理.</span>
<span class="power-by">
Powered by <a class="hexo-link" href="https://hexo.io/" target="_blank" rel="noopener">Hexo</a> and <a class="theme-link" href="https://github.com/frostfan/hexo-theme-polarbear" target="_blank" rel="noopener">Polar Bear</a>
</span>
</span>
</footer>
<div class="back-to-top" id="back-to-top">
<i class="iconfont icon-up"></i>
</div>
</div>
<script type="text/javascript" src="/lib/jquery/jquery-3.1.1.min.js"></script>
<script type="text/javascript" src="/js/src/theme.js?v=1.1"></script>
<script type="text/javascript" src="/js/src/bootstrap.js?v=1.1"></script>
<link href="https://cdn.bootcss.com/gitalk/1.4.0/gitalk.min.css" rel="stylesheet" />
<script src="https://cdn.bootcss.com/gitalk/1.4.0/gitalk.min.js"></script>
<script src="https://cdn.bootcss.com/blueimp-md5/2.10.0/js/md5.min.js"></script>
<script type="text/javascript">
var gitalk = new Gitalk({
clientID: '8ce86633cecf75640296',
clientSecret: '09615b2b91d25a52f8286a07ffb70660de41e158',
repo: 'foreversimon.github.io',
owner: 'foreversimon',
admin: ['foreversimon'],
id: md5(location.pathname), // ISSUE:location.href 限制50个字符 (应该是Issue 内容存数据库的标识, 具体在页面上无感)
labels: 'gitalk'.split(',').filter(l => l), // 需要的 labels需要一个数组,否则会报错
perPage: 15,
pagerDirection: 'last',
createIssueManually: false,
distractionFreeMode: false
})
gitalk.render('gitalk-container')
</script>
</body>
</html>