-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
533 lines (323 loc) · 16.5 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
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="keywords" content="Hexo Theme Keep">
<meta name="description" content="Hexo Theme Keep">
<meta name="author" content="Lobfly">
<title>
Lobfly's Blog
</title>
<link rel="stylesheet" href="/Blog/css/style.css">
<link rel="shortcut icon" href="/Blog/images/logo.svg">
<link rel="stylesheet" href="/Blog/css/font-awesome.min.css">
<script id="hexo-configurations">
let KEEP = window.KEEP || {};
KEEP.hexo_config = {"hostname":"lobfly.github.io","root":"/Blog/","language":"zh-CN","path":"search.json"};
KEEP.theme_config = {"toc":{"enable":true,"number":false,"expand_all":true,"init_open":false},"style":{"primary_color":"#f47983","avatar":"https://cdn.jsdelivr.net/gh/Lobfly/Image-Storage@master/70993728.jfif","favicon":"/images/logo.svg","article_img_align":"left","left_side_width":"260px","content_max_width":"920px","hover":{"shadow":true,"scale":false},"first_screen":{"enable":true,"background_img":"https://cdn.jsdelivr.net/gh/Lobfly/Image-Storage@master/bg.14fphj22pk8w.svg","description":"Stay Hungry,Stay Foolish."},"scroll":{"progress_bar":{"enable":false},"percent":{"enable":false}}},"local_search":{"enable":true,"preload":false},"code_copy":{"enable":true,"style":"default"},"pjax":{"enable":false},"lazyload":{"enable":false},"version":"3.4.3"};
KEEP.language_ago = {"second":"%s 秒前","minute":"%s 分钟前","hour":"%s 小时前","day":"%s 天前","week":"%s 周前","month":"%s 月前","year":"%s 年前"};
</script>
<meta name="generator" content="Hexo 5.4.0"></head>
<body>
<div class="progress-bar-container">
</div>
<main class="page-container">
<div class="first-screen-container flex-center fade-in-down-animation">
<div class="content flex-center">
<div class="description">
Stay Hungry,Stay Foolish.
</div>
<div class="s-icon-list">
<span class="s-icon-item github">
<a target="_blank" href="https://github.com/Lobfly">
<i class="fab fa-github"></i>
</a>
</span>
</div>
</div>
</div>
<div class="page-main-content">
<div class="page-main-content-top">
<header class="header-wrapper">
<div class="header-content has-first-screen">
<div class="left">
<a class="logo-title" href="/Blog">
Lobfly's Blog
</a>
</div>
<div class="right">
<div class="pc">
<ul class="menu-list">
<li class="menu-item">
<a class="active"
href="/Blog/"
>
首页
</a>
</li>
<li class="menu-item">
<a class=""
href="/Blog/archives"
>
归档
</a>
</li>
<li class="menu-item">
<a class=""
href="/Blog/tags"
>
标签
</a>
</li>
<li class="menu-item search search-popup-trigger">
<i class="fas fa-search"></i>
</li>
</ul>
</div>
<div class="mobile">
<div class="icon-item search search-popup-trigger"><i class="fas fa-search"></i></div>
<div class="icon-item menu-bar">
<div class="menu-bar-middle"></div>
</div>
</div>
</div>
</div>
<div class="header-drawer">
<ul class="drawer-menu-list">
<li class="drawer-menu-item flex-center">
<a class="active"
href="/Blog/">首页</a>
</li>
<li class="drawer-menu-item flex-center">
<a class=""
href="/Blog/archives">归档</a>
</li>
<li class="drawer-menu-item flex-center">
<a class=""
href="/Blog/tags">标签</a>
</li>
</ul>
</div>
<div class="window-mask"></div>
</header>
</div>
<div class="page-main-content-middle">
<div class="main-content">
<div class="home-content-container fade-in-down-animation">
<ul class="home-article-list">
<li class="home-article-item">
<h3 class="home-article-title">
<a href="/Blog/2021/12/08/%E5%88%9D%E6%AC%A1%E4%BD%BF%E7%94%A8Tailwindcss%E7%9A%84%E4%BD%93%E9%AA%8C%E4%B8%8E%E6%80%BB%E7%BB%93/">
初次使用Tailwindcss的体验与总结
</a>
</h3>
<div class="home-article-content markdown-body">
刚从vue转react的时候,让我最不习惯的就是css写法的转变。在vue中,css是写在style标签里的,这点与原生写法一致,所以写起来并没有什么不适。并且还可以使用scoped属性隔离作用域,写法十分优雅。而在react中书写css有很多种,虽...
</div>
<div class="home-article-meta-info-container">
<div class="home-article-meta-info">
<span><i class="fas fa-history"></i> <span class="home-article-date" data-date="Wed Dec 08 2021 16:26:00 GMT+0800">2021-12-08</span></span>
<span class="home-article-tag">
<i class="fas fa-tags"></i>
<ul>
<li>
<a href="/Blog/tags/%E6%80%BB%E7%BB%93/">总结</a>
</li>
<li>
|
<a href="/Blog/tags/Tailwindcss/">Tailwindcss</a>
</li>
</ul>
</span>
</div>
<a href="/Blog/2021/12/08/%E5%88%9D%E6%AC%A1%E4%BD%BF%E7%94%A8Tailwindcss%E7%9A%84%E4%BD%93%E9%AA%8C%E4%B8%8E%E6%80%BB%E7%BB%93/">阅读全文 <i class="fas fa-angle-right"></i></a>
</div>
</li>
<li class="home-article-item">
<h3 class="home-article-title">
<a href="/Blog/2021/12/05/%E6%90%AD%E5%BB%BA%E5%9B%BE%E5%BA%8A%E6%9C%8D%E5%8A%A1%E7%9A%84%E6%80%BB%E7%BB%93/">
搭建图床服务的总结
</a>
</h3>
<div class="home-article-content markdown-body">
搭建图床服务的总结因为做博客需要图片外链的原因,开始关注图床服务。一开始发现了PicX是基于github仓库来储存图片的,使用起来感觉很简单方便,图片放在自己的仓库上也比较放心。但是自己也想折腾一个简单的图床服务出来,一是自己花了钱买了台小服务器一直...
</div>
<div class="home-article-meta-info-container">
<div class="home-article-meta-info">
<span><i class="fas fa-history"></i> <span class="home-article-date" data-date="Sun Dec 05 2021 20:11:00 GMT+0800">2021-12-05</span></span>
<span class="home-article-tag">
<i class="fas fa-tags"></i>
<ul>
<li>
<a href="/Blog/tags/%E6%80%BB%E7%BB%93/">总结</a>
</li>
</ul>
</span>
</div>
<a href="/Blog/2021/12/05/%E6%90%AD%E5%BB%BA%E5%9B%BE%E5%BA%8A%E6%9C%8D%E5%8A%A1%E7%9A%84%E6%80%BB%E7%BB%93/">阅读全文 <i class="fas fa-angle-right"></i></a>
</div>
</li>
<li class="home-article-item">
<h3 class="home-article-title">
<a href="/Blog/2021/12/02/%E6%8A%98%E8%85%BEkeep%E4%B8%BB%E9%A2%98/">
折腾keep主题
</a>
</h3>
<div class="home-article-content markdown-body">
折腾keep主题
bg.svg显示问题,明明是放在images目录下却一直请求不到。为此搞了个PicX图床,打算之后用koa做一个自己的图床服务器出来。
点击Toc目录会把header栏给隐藏掉,然后无法从页面上跳转回主页,我感觉这样很反人类。一开始...
</div>
<div class="home-article-meta-info-container">
<div class="home-article-meta-info">
<span><i class="fas fa-history"></i> <span class="home-article-date" data-date="Thu Dec 02 2021 12:07:00 GMT+0800">2021-12-02</span></span>
<span class="home-article-tag">
<i class="fas fa-tags"></i>
<ul>
<li>
<a href="/Blog/tags/%E6%BA%90%E7%A0%81/">源码</a>
</li>
</ul>
</span>
</div>
<a href="/Blog/2021/12/02/%E6%8A%98%E8%85%BEkeep%E4%B8%BB%E9%A2%98/">阅读全文 <i class="fas fa-angle-right"></i></a>
</div>
</li>
<li class="home-article-item">
<h3 class="home-article-title">
<a href="/Blog/2021/12/01/hello-world/">
Hello World
</a>
</h3>
<div class="home-article-content markdown-body">
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, yo...
</div>
<div class="home-article-meta-info-container">
<div class="home-article-meta-info">
<span><i class="fas fa-history"></i> <span class="home-article-date" data-date="Wed Dec 01 2021 12:07:42 GMT+0800">2021-12-01</span></span>
</div>
<a href="/Blog/2021/12/01/hello-world/">阅读全文 <i class="fas fa-angle-right"></i></a>
</div>
</li>
<li class="home-article-item">
<h3 class="home-article-title">
<a href="/Blog/2021/10/18/%E5%A4%A7%E6%96%87%E4%BB%B6%E5%88%87%E7%89%87%E4%BC%A0%E8%BE%93/">
前端大文件切片传输
</a>
</h3>
<div class="home-article-content markdown-body">
前端大文件切片传输File对象
通常情况下, File 对象是来自用户在一个 input元素上选择文件后返回的 FileList 对象,也可以是来自由拖放操作生成的 DataTransfer 对象,或者来自 HTMLCanvasElement 上的 ...
</div>
<div class="home-article-meta-info-container">
<div class="home-article-meta-info">
<span><i class="fas fa-history"></i> <span class="home-article-date" data-date="Mon Oct 18 2021 19:45:00 GMT+0800">2021-10-18</span></span>
<span class="home-article-tag">
<i class="fas fa-tags"></i>
<ul>
<li>
<a href="/Blog/tags/%E4%BC%A0%E8%BE%93/">传输</a>
</li>
</ul>
</span>
</div>
<a href="/Blog/2021/10/18/%E5%A4%A7%E6%96%87%E4%BB%B6%E5%88%87%E7%89%87%E4%BC%A0%E8%BE%93/">阅读全文 <i class="fas fa-angle-right"></i></a>
</div>
</li>
</ul>
<div class="home-paginator">
<div class="paginator">
</div>
</div>
</div>
</div>
</div>
<div class="page-main-content-bottom">
<footer class="footer">
<div class="info-container">
<div class="copyright-info info-item">
©
<span>2021</span>
-
2021 <i class="fas fa-heart icon-animate"></i> <a href="/">Lobfly</a>
</div>
<div class="theme-info info-item">
由 <a target="_blank" href="https://hexo.io">Hexo</a> 驱动 | 主题 <a class="theme-version" target="_blank" href="https://github.com/XPoet/hexo-theme-keep">Keep v3.4.3</a>
</div>
</div>
</footer>
</div>
</div>
<div class="right-bottom-side-tools">
<div class="side-tools-container">
<ul class="side-tools-list">
<li class="tools-item tool-font-adjust-plus flex-center">
<i class="fas fa-search-plus"></i>
</li>
<li class="tools-item tool-font-adjust-minus flex-center">
<i class="fas fa-search-minus"></i>
</li>
<li class="tools-item tool-expand-width flex-center">
<i class="fas fa-arrows-alt-h"></i>
</li>
<li class="tools-item tool-dark-light-toggle flex-center">
<i class="fas fa-moon"></i>
</li>
<!-- rss -->
<li class="tools-item tool-scroll-to-top flex-center">
<i class="fas fa-arrow-up"></i>
</li>
<li class="tools-item tool-scroll-to-bottom flex-center">
<i class="fas fa-arrow-down"></i>
</li>
</ul>
<ul class="exposed-tools-list">
<li class="tools-item tool-toggle-show flex-center">
<i class="fas fa-cog fa-spin"></i>
</li>
</ul>
</div>
</div>
<div class="image-viewer-container">
<img src="">
</div>
<div class="search-pop-overlay">
<div class="popup search-popup">
<div class="search-header">
<span class="search-input-field-pre">
<i class="fas fa-keyboard"></i>
</span>
<div class="search-input-container">
<input autocomplete="off"
autocorrect="off"
autocapitalize="off"
placeholder="搜索..."
spellcheck="false"
type="search"
class="search-input"
>
</div>
<span class="popup-btn-close">
<i class="fas fa-times"></i>
</span>
</div>
<div id="search-result">
<div id="no-result">
<i class="fas fa-spinner fa-pulse fa-5x fa-fw"></i>
</div>
</div>
</div>
</div>
</main>
<script src="/Blog/js/utils.js"></script>
<script src="/Blog/js/main.js"></script>
<script src="/Blog/js/header-shrink.js"></script>
<script src="/Blog/js/back2top.js"></script>
<script src="/Blog/js/dark-light-toggle.js"></script>
<script src="/Blog/js/local-search.js"></script>
<script src="/Blog/js/code-copy.js"></script>
<div class="post-scripts">
</div>
</body>
</html>