-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
471 lines (338 loc) · 13 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
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="keywords" content="" />
<meta name="author" content="John Doe" />
<meta name="description" content="" />
<title>
Hexo
</title>
<link rel="apple-touch-icon" href="/images/favicon.png">
<link rel="icon" href="/images/favicon.png">
<!-- Raleway-Font -->
<link href="https://fonts.googleapis.com/css?family=Montserrat|Roboto:400,400italic,600|Roboto+Mono" rel="stylesheet">
<!-- hexo site css -->
<link rel="stylesheet" href="/css/base.css">
<link rel="stylesheet" href="/css/common.css">
<link rel="stylesheet" href="/iconfont/iconfont.css">
<link rel="stylesheet" href="/css/index.css">
<!-- jquery3.3.1 -->
<script src="https://cdn.bootcss.com/jquery/3.3.1/jquery.min.js"></script>
<!-- fancybox -->
<link href="https://cdn.bootcss.com/fancybox/3.5.2/jquery.fancybox.min.css" rel="stylesheet">
<script async src="https://cdn.bootcss.com/fancybox/3.5.2/jquery.fancybox.min.js"></script>
<script src="/js/fancybox.js"></script>
<meta name="generator" content="Hexo 6.3.0"></head>
<body>
<div id="app">
<div class="header">
<a href="/">LEEDOM</a>
</div>
<p class="links">
<a title="archives" target="" href="/archives/">
<i class="iconfont icon-bookmark"></i>
</a>
<a title="github" target="_blank" href="https://github.com/leedom92/hexo-theme-leedom">
<i class="iconfont icon-github"></i>
</a>
<a title="email" target="" href="">
<i class="iconfont icon-envelope"></i>
</a>
<a title="facebook" target="" href="">
<i class="iconfont icon-facebooksquare"></i>
</a>
<a title="twitter" target="" href="">
<i class="iconfont icon-twitter"></i>
</a>
<a title="wechat" target="" href="">
<i class="iconfont icon-wechat"></i>
</a>
<a title="weibo" target="" href="">
<i class="iconfont icon-weibo"></i>
</a>
<a title="rss" target="_blank" href="/atom.xml">
<i class="iconfont icon-rss"></i>
</a>
</p>
<div class="main">
<div>
<ul>
<!-- 遍历渲染文章 -->
<li>
<h3>Dec 22, 2022</h3>
<h2>
<a href="/2022/12/22/%E4%BD%BF%E7%94%A8Hammerspoon%E5%AE%9E%E7%8E%B0NVIM%E7%9A%84%E8%BE%93%E5%85%A5%E6%B3%95%E8%87%AA%E5%8A%A8%E5%88%87%E6%8D%A2/">
<span>使用Hammerspoon实现NVIM的输入法自动切换</span>
</a>
</h2>
</li>
<li>
<h3>Oct 12, 2022</h3>
<h2>
<a href="/2022/10/12/27%E5%B2%81%E7%9A%84%E5%9B%9E%E9%A1%BE/">
<span>27岁的回顾</span>
</a>
</h2>
</li>
<li>
<h3>Sep 18, 2022</h3>
<h2>
<a href="/2022/09/18/Neovim%E9%85%8D%E7%BD%AE%E7%AC%94%E8%AE%B0/">
<span>Neovim配置笔记</span>
</a>
</h2>
</li>
<li>
<h3>Aug 31, 2022</h3>
<h2>
<a href="/2022/08/31/UI%20%E5%AD%A6%E4%B9%A0%E6%97%A5%E8%AE%B0/">
<span>UI 学习日记</span>
</a>
</h2>
</li>
<li>
<h3>May 17, 2022</h3>
<h2>
<a href="/2022/05/17/%E8%87%AA%E5%AE%9A%E4%B9%89LayoutManager%E5%AE%9E%E7%8E%B0%E6%97%A0%E9%99%90%E8%BD%AE%E6%92%AD/">
<span>自定义LayoutManager实现无限轮播</span>
</a>
</h2>
</li>
<li>
<h3>May 15, 2022</h3>
<h2>
<a href="/2022/05/15/Unity%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0/">
<span>Unity学习笔记</span>
</a>
</h2>
</li>
<li>
<h3>Apr 02, 2022</h3>
<h2>
<a href="/2022/04/02/Rust%E7%A8%8B%E5%BA%8F%E8%AE%BE%E8%AE%A1-%E8%AF%BB%E4%B9%A6%E7%AC%94%E8%AE%B0/">
<span>Rust程序设计</span>
</a>
</h2>
</li>
<li>
<h3>Mar 02, 2022</h3>
<h2>
<a href="/2022/03/02/%E7%BD%91%E7%BB%9C%E7%9F%A5%E8%AF%86%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0-HTTPS/">
<span>网络知识学习笔记-HTTPS</span>
</a>
</h2>
</li>
<li>
<h3>Mar 01, 2022</h3>
<h2>
<a href="/2022/03/01/%E7%BD%91%E7%BB%9C%E7%9F%A5%E8%AF%86%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0-TCP%E5%8D%8F%E8%AE%AE/">
<span>网络知识学习笔记-TCP协议</span>
</a>
</h2>
</li>
<li>
<h3>Mar 01, 2022</h3>
<h2>
<a href="/2022/03/01/%E7%BD%91%E7%BB%9C%E7%9F%A5%E8%AF%86%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0-%E5%9F%BA%E7%A1%80%E7%9F%A5%E8%AF%86/">
<span>网络知识学习笔记-基础知识</span>
</a>
</h2>
</li>
</ul>
<nav class="post-navigation">
<a id="next" class="index-nav" href="/page/2/">OLDER ></a>
</nav>
</div>
<div class="footer">
<div class="footer-more">
<a target="_blank" rel="noopener" href="https://github.com/leedom92/hexo-theme-leedom">Copyright © Leedom 2021</a>
</div>
<div class="footer-more">
<a target="_blank" rel="noopener" href="https://github.com/leedom92/hexo-theme-leedom">Theme by Leedom | Powered by Hexo</a>
</div>
</div>
</div>
<div class="back-to-top hidden">
<a href="javascript: void(0)">
<i class="iconfont icon-chevronup"></i>
</a>
</div>
<script src="/js/backtotop.js"></script>
<div class="search-icon" id="search-icon">
<a href="javascript: void(0)">
<i class="iconfont icon-search"></i>
</a>
</div>
<div class="search-overlay hidden">
<div class="search-content" tabindex="0">
<div class="search-box">
<div class="search-title">
<!-- <span class="search-icon-input">
<a href="javascript: void(0)">
<i class="iconfont icon-search"></i>
</a>
</span> -->
<input type="text" class="search-input" id="search-input" placeholder="$ grep...">
<span class="search-close-icon" id="search-close-icon">
<a href="javascript: void(0)">
<i class="iconfont icon-close"></i>
</a>
</span>
</div>
<div class="search-result" id="search-result"></div>
</div>
</div>
</div>
<script type="text/javascript">
var inputArea = document.querySelector("#search-input")
var searchOverlayArea = document.querySelector(".search-overlay")
// inputArea.onclick = function() {
// getSearchFile()
// this.onclick = null
// }
inputArea.onkeydown = function() {
if(event.keyCode == 13)
return false
}
function openOrHideSearchContent() {
let isHidden = searchOverlayArea.classList.contains('hidden')
if (isHidden) {
searchOverlayArea.classList.remove('hidden')
document.body.classList.add('hidden')
inputArea.focus()
getSearchFile()
} else {
searchOverlayArea.classList.add('hidden')
document.body.classList.remove('hidden')
}
}
function blurSearchContent(e) {
if (e.target === searchOverlayArea) {
openOrHideSearchContent()
}
}
document.querySelector("#search-icon").addEventListener("click", openOrHideSearchContent, false)
document.querySelector("#search-close-icon").addEventListener("click", openOrHideSearchContent, false)
searchOverlayArea.addEventListener("click", blurSearchContent, false)
var searchFunc = function (path, search_id, content_id) {
'use strict';
var $input = document.getElementById(search_id);
var $resultContent = document.getElementById(content_id);
$resultContent.innerHTML = "<ul><span class='local-search-empty'><span></ul>";
// $resultContent.innerHTML = "<ul><span class='local-search-empty'>First search, index file loading, please wait...<span></ul>";
$.ajax({
// 0x01. load xml file
url: path,
dataType: "xml",
success: function (xmlResponse) {
// 0x02. parse xml file
var datas = $("entry", xmlResponse).map(function () {
return {
title: $("title", this).text(),
content: $("content", this).text(),
url: $("url", this).text()
};
}).get();
$resultContent.innerHTML = "";
$input.addEventListener('input', function () {
// 0x03. parse query to keywords list
var str = '<ul class=\"search-result-list\">';
var keywords = this.value.trim().toLowerCase().split(/[\s\-]+/);
$resultContent.innerHTML = "";
if (this.value.trim().length <= 0) {
return;
}
// 0x04. perform local searching
datas.forEach(function (data) {
var isMatch = true;
var content_index = [];
if (!data.title || data.title.trim() === '') {
data.title = "Untitled";
}
var orig_data_title = data.title.trim();
var data_title = orig_data_title.toLowerCase();
var orig_data_content = data.content.trim().replace(/<[^>]+>/g, "");
var data_content = orig_data_content.toLowerCase();
var data_url = data.url;
var index_title = -1;
var index_content = -1;
var first_occur = -1;
// only match artiles with not empty contents
if (data_content !== '') {
keywords.forEach(function (keyword, i) {
index_title = data_title.indexOf(keyword);
index_content = data_content.indexOf(keyword);
if (index_title < 0 && index_content < 0) {
isMatch = false;
} else {
if (index_content < 0) {
index_content = 0;
}
if (i == 0) {
first_occur = index_content;
}
// content_index.push({index_content:index_content, keyword_len:keyword_len});
}
});
} else {
isMatch = false;
}
// 0x05. show search results
if (isMatch) {
str += "<li><a href='" + data_url + "' class='search-result-title'><h2>" + orig_data_title + "</h2></a>";
var content = orig_data_content;
if (first_occur >= 0) {
// cut out 100 characters
var start = first_occur - 20;
var end = first_occur + 80;
if (start < 0) {
start = 0;
}
if (start == 0) {
end = 100;
}
if (end > content.length) {
end = content.length;
}
var match_content = content.substr(start, end);
// highlight all keywords
keywords.forEach(function (keyword) {
var regS = new RegExp(keyword, "gi");
match_content = match_content.replace(regS, "<span class=\"search-keyword\">" + keyword + "</span>");
});
str += "<h3 class=\"search-result-abstract\">" + match_content + "...</h3>"
}
str += "<hr></li>";
}
});
str += "</ul>";
if (str.indexOf('<li>') === -1) {
return $resultContent.innerHTML = "<ul><span class='local-search-empty'>No result<span></ul>";
}
$resultContent.innerHTML = str;
});
},
error: function(xhr, status, error) {
$resultContent.innerHTML = ""
if (xhr.status === 404) {
$resultContent.innerHTML = "<ul><span class='local-search-empty'>The search.xml file was not found, please refer to:<a href='https://github.com/leedom92/hexo-theme-leedom#configuration' target='_black'>configuration</a><span></ul>";
} else {
$resultContent.innerHTML = "<ul><span class='local-search-empty'>The request failed, Try to refresh the page or try again later.<span></ul>";
}
}
});
$(document).on('click', '#search-close-icon', function() {
$('#search-input').val('');
$('#search-result').html('');
});
}
var getSearchFile = function() {
var path = "/search.xml";
searchFunc(path, 'search-input', 'search-result');
}
</script>
</div>
</body>
</html>