-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
610 lines (420 loc) · 21.5 KB
/
Copy pathindex.html
File metadata and controls
610 lines (420 loc) · 21.5 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
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
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
<title>Hebown's small world</title>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="This is Hebown's small world, where he will put her thoughts and experiences down.">
<meta property="og:type" content="website">
<meta property="og:title" content="Hebown's small world">
<meta property="og:url" content="https://hebown.github.io/index.html">
<meta property="og:site_name" content="Hebown's small world">
<meta property="og:description" content="This is Hebown's small world, where he will put her thoughts and experiences down.">
<meta property="og:locale" content="zh_CN">
<meta property="article:author" content="Hebown">
<meta property="article:tag" content="Hexo, blog, tech, life">
<meta name="twitter:card" content="summary">
<link rel="shortcut icon" href="/favicon.png">
<link rel="stylesheet" href="/css/style.css">
<link rel="stylesheet" href="/fancybox/jquery.fancybox.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
<!-- hexo injector head_end start -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.12.0/dist/katex.min.css">
<!-- hexo injector head_end end --><meta name="generator" content="Hexo 7.3.0"></head>
<body class="light-mode index">
<div id="container">
<div id="wrap">
<header id="header">
<div id="banner"></div>
<div id="header-inner" class="inner">
<div id="text-block">
<nav id="main-nav">
<a id="main-nav-toggle" class="nav-icon"><span class="fa fa-bars"></span></a>
<a class="main-nav-link" href="/">Home</a>
<a class="main-nav-link" href="/archives">Archives</a>
<a class="main-nav-link" href="/null">Log</a>
<a class="main-nav-link" href="/About">About</a>
</nav>
<nav id="sub-nav">
<a class="nav-icon"><span class="fa fa-moon" id="changeButton"></span></a>
</nav>
<div id="search-form-wrap">
<form action="//google.com/search" method="get" accept-charset="UTF-8" class="search-form"><input type="search" name="q" class="search-form-input" placeholder="搜索"><button type="submit" class="search-form-submit"></button><input type="hidden" name="sitesearch" value="https://hebown.github.io"></form>
</div>
</div>
</div>
<div id="header-outer" class="outer">
<div id="header-title" class="inner">
<h1 id="logo-wrap">
<a href="/" id="logo">Hebown's small world</a>
</h1>
<h2 id="subtitle-wrap">
<a href="/" id="subtitle"> 你好 </a>
</h2>
</div>
</div>
<script>
const changeButton = document.getElementById('changeButton');
const body =document.body;
changeButton.addEventListener('click', function() {
if (changeButton.classList.contains('fa-moon')) {
body.classList.remove('light-mode');
body.classList.add('dark-mode');
changeButton.classList.remove('fa-moon');
changeButton.classList.add('fa-sun');
} else {
body.classList.remove('dark-mode');
body.classList.add('light-mode');
changeButton.classList.remove('fa-sun');
changeButton.classList.add('fa-moon');
}
});
if (localStorage.getItem('theme') === 'dark') {
body.classList.add('dark-mode');
changeButton.classList.add('fa-moon');
} else {
body.classList.add('light-mode');
changeButton.classList.add('fa-sun');
}
changeButton.addEventListener('click', function() {
if (body.classList.contains('dark-mode')) {
localStorage.setItem('theme', 'dark');
} else {
localStorage.setItem('theme', 'light');
}
});
</script>
<script>
const headerInner = document.getElementById('header-inner');
let lastScrollY = window.scrollY;
window.addEventListener('scroll', () => {
if (window.scrollY > lastScrollY) {
headerInner.style.top = '-60px';
} else {
headerInner.style.top = '0';
}
lastScrollY = window.scrollY;
});
headerInner.addEventListener('mouseenter',()=>{
headerInner.style.top='0';
});
headerInner.addEventListener('mouseleave',()=>{
headerInner.style.top='-60px';
})
let threshold=60;
window.addEventListener('mousemove',(e)=>{
if(e.clientY<threshold){
headerInner.style.top='0';
}else{
headerInner.style.top='-60px';
}
});
</script>
<script>
window.addEventListener('DOMContentLoaded',()=>{
const logo=document.getElementById('logo');
const subtitle=document.getElementById('subtitle');
const logoText=logo.textContent;
const subtitleText=subtitle.textContent;
logo.textContent=subtitle.textContent='';
function typeEffect(element, text, speed, callback) {
let index = 0;
const interval = setInterval(() => {
if (index < text.length) {
element.textContent += text.charAt(index);
index++;
} else {
clearInterval(interval);
if (callback) callback();
}
}, speed);
}
typeEffect(logo, logoText, 100, () => {
setTimeout(()=>{
if (subtitleText) {
typeEffect(subtitle, subtitleText, 120);
}
},1000)
});
})
</script>
</header>
<div class="outer">
<section id="main">
<article id="post-intro" class="h-entry article article-type-post" itemprop="blogPost" itemscope itemtype="https://schema.org/BlogPosting">
<div class="article-meta">
<a href="/2024/07/06/intro/" class="article-date">
<time class="dt-published" datetime="2024-07-06T02:43:38.000Z" itemprop="datePublished">2024-07-06</time>
</a>
</div>
<div class="article-inner">
<header class="article-header">
<h1 itemprop="name">
<a class="p-name article-title" href="/2024/07/06/intro/">你好</a>
</h1>
</header>
<div class="e-content article-entry" itemprop="articleBody">
<p>欢迎来到 <code>Hebown</code> 的小世界!在这里,我将记录自己学习和探索感兴趣领域的历程,并与你分享我的感受。</p>
<p>以下是一些博客的阅读技巧:</p>
<ul>
<li>上方<code>home</code>旁的<code>archives</code>列出了我的博客的目录;</li>
<li>标签/标签云记录了我的博客的主要内容,你可以点击你想了解的内容来进行搜索和筛选。</li>
<li>顶部右上方的小太阳/小月亮可以切换黑白模式。</li>
</ul>
<hr>
<p>以下是我博客主要文章的简要分类。</p>
<h2><span id="ge-ren-ke-cheng-bi-ji">个人课程笔记:</span><a href="#ge-ren-ke-cheng-bi-ji" class="header-anchor">#</a></h2><h3><span id="shu-li-zhuan-qu">数理专区:</span><a href="#shu-li-zhuan-qu" class="header-anchor">#</a></h3><ul>
<li><a href="/2024/09/12/Probability-Theory/" title="Probability-Theory">概统笔记</a> </li>
<li><a href="/2024/08/13/%E5%A4%8D%E5%8F%98%E5%87%BD%E6%95%B0%E6%8E%A0%E5%BD%B1/" title="复变函数掠影">复变函数掠影</a></li>
<li><a href="/2024/07/05/ode%E7%AE%80%E6%98%8E%E5%AD%A6%E4%B9%A0log/" title="ode学习log">ode学习log</a></li>
</ul>
<h2><span id="tui-jian-yue-du">推荐阅读:</span><a href="#tui-jian-yue-du" class="header-anchor">#</a></h2><ul>
<li><a href="/2024/08/10/deeplearn/" title="deeplearn">深度学习掠影</a></li>
<li><a href="/2024/08/13/%E5%A4%8D%E5%8F%98%E5%87%BD%E6%95%B0%E6%8E%A0%E5%BD%B1/" title="复变函数掠影">复变函数掠影</a></li>
<li><a href="/2024/08/30/%E5%B7%A6%E5%8F%B3%E6%B5%81%E4%B9%8B/" title="参差荇菜,左右流之。">参差荇菜,左右流之</a></li>
</ul>
<h2><span id="jian-dan-sui-bi">简单随笔:</span><a href="#jian-dan-sui-bi" class="header-anchor">#</a></h2><ul>
<li><a href="/2024/08/06/cpp-tech%E6%9C%AD%E8%AE%B0/" title="cpp札记">cpp札记</a></li>
<li><a href="/2024/08/06/cpp-useful-operations/" title="cpp-useful-operations">cpp-useful-operations</a></li>
<li><a href="/2024/08/22/%E7%AE%97%E6%B3%95%E9%9A%8F%E6%83%B3%E5%BD%95/" title="算法随想录">算法随想录</a></li>
</ul>
<h2><span id="jian-zhan-jing-li">建站经历:</span><a href="#jian-zhan-jing-li" class="header-anchor">#</a></h2><ul>
<li><a href="/2024/07/31/hexo%E4%BB%8E%E5%85%A5%E9%97%A8%E5%88%B0%E5%85%A5%E9%97%A8/" title="hexo从入门到入门">hexo从入门到入门</a></li>
</ul>
<p>如果你喜欢我的博客,欢迎star/comment我的博客<a target="_blank" rel="noopener" href="https://github.com/Hebown/Hebown.github.io">repo</a></p>
</div>
<footer class="article-footer">
<a data-url="https://hebown.github.io/2024/07/06/intro/" data-id="cm9mj490l000r7wr8c8qv2rw1" data-title="你好" class="article-share-link"><span class="fa fa-share">分享</span></a>
<ul class="article-tag-list" itemprop="keywords"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/intro/" rel="tag">intro</a></li></ul>
</footer>
</div>
</article>
<script src="https://giscus.app/client.js"
data-repo="Hebown/Hebown.github.io"
data-repo-id="R_kgDOMP_x4g"
data-category="Announcements"
data-category-id="DIC_kwDOMP_x4s4CgkFz"
data-mapping="pathname"
data-strict="0"
data-reactions-enabled="1"
data-emit-metadata="0"
data-input-position="top"
data-theme="preferred_color_scheme"
data-lang="zh-CN"
crossorigin="anonymous"
async>
</script>
<article id="post-typst" class="h-entry article article-type-post" itemprop="blogPost" itemscope itemtype="https://schema.org/BlogPosting">
<div class="article-meta">
<a href="/2025/03/01/typst/" class="article-date">
<time class="dt-published" datetime="2025-03-01T03:51:55.000Z" itemprop="datePublished">2025-03-01</time>
</a>
</div>
<div class="article-inner">
<header class="article-header">
<h1 itemprop="name">
<a class="p-name article-title" href="/2025/03/01/typst/">Typst</a>
</h1>
</header>
<div class="e-content article-entry" itemprop="articleBody">
<p>本文作为typst的笔记页,参考教程为 <a target="_blank" rel="noopener" href="https://typst-doc-cn.github.io/docs/tutorial/writing-in-typst/">官方教程</a></p>
<div class="tocStart"></div>
<!-- toc -->
<ul>
<li><a href="#ji-ben-nei-rong">基本内容:</a></li>
<li><a href="#ge-shi">格式:</a></li>
</ul>
<!-- tocstop -->
<div class="tocEnd"></div>
<p class="article-more-link">
<a href="/2025/03/01/typst/#more">Read More</a>
</p>
</div>
<footer class="article-footer">
<a data-url="https://hebown.github.io/2025/03/01/typst/" data-id="cm9mj490q001f7wr89h4kbk2l" data-title="Typst" class="article-share-link"><span class="fa fa-share">分享</span></a>
</footer>
</div>
</article>
<script src="https://giscus.app/client.js"
data-repo="Hebown/Hebown.github.io"
data-repo-id="R_kgDOMP_x4g"
data-category="Announcements"
data-category-id="DIC_kwDOMP_x4s4CgkFz"
data-mapping="pathname"
data-strict="0"
data-reactions-enabled="1"
data-emit-metadata="0"
data-input-position="top"
data-theme="preferred_color_scheme"
data-lang="zh-CN"
crossorigin="anonymous"
async>
</script>
<article id="post-拥抱伟大的ssh" class="h-entry article article-type-post" itemprop="blogPost" itemscope itemtype="https://schema.org/BlogPosting">
<div class="article-meta">
<a href="/2025/02/05/%E6%8B%A5%E6%8A%B1%E4%BC%9F%E5%A4%A7%E7%9A%84ssh/" class="article-date">
<time class="dt-published" datetime="2025-02-05T03:48:09.000Z" itemprop="datePublished">2025-02-05</time>
</a>
</div>
<div class="article-inner">
<header class="article-header">
<h1 itemprop="name">
<a class="p-name article-title" href="/2025/02/05/%E6%8B%A5%E6%8A%B1%E4%BC%9F%E5%A4%A7%E7%9A%84ssh/">拥抱伟大的Ssh</a>
</h1>
</header>
<div class="e-content article-entry" itemprop="articleBody">
<p>用 Windows SSH 解决 HTTPS 协议访问 GitHub 总是失败的问题</p>
<div class="tocStart"></div>
<!-- toc -->
<ul>
<li><a href="#shi-me-shi-ssh">什么是 SSH?</a></li>
<li><a href="#yong-ssh-fang-wen-github">用 SSH 访问 GitHub</a><ul>
<li><a href="#zai-windows-xia-shi-yong-ssh-fang-wen-github">在 Windows 下使用 SSH 访问 GitHub</a></li>
<li><a href="#jie-jue-duan-kou-wen-ti">解决端口问题</a></li>
<li><a href="#shi-yong-ssh-agent-guan-li-mi-yao">使用 <code>ssh-agent</code> 管理密钥</a></li>
</ul>
</li>
</ul>
<!-- tocstop -->
<div class="tocEnd"></div>
<p class="article-more-link">
<a href="/2025/02/05/%E6%8B%A5%E6%8A%B1%E4%BC%9F%E5%A4%A7%E7%9A%84ssh/#more">Read More</a>
</p>
</div>
<footer class="article-footer">
<a data-url="https://hebown.github.io/2025/02/05/%E6%8B%A5%E6%8A%B1%E4%BC%9F%E5%A4%A7%E7%9A%84ssh/" data-id="cm9mj490s001t7wr8dd1vhs0v" data-title="拥抱伟大的Ssh" class="article-share-link"><span class="fa fa-share">分享</span></a>
<ul class="article-tag-list" itemprop="keywords"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/github/" rel="tag">github</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/ssh/" rel="tag">ssh</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/windows/" rel="tag">windows</a></li></ul>
</footer>
</div>
</article>
<script src="https://giscus.app/client.js"
data-repo="Hebown/Hebown.github.io"
data-repo-id="R_kgDOMP_x4g"
data-category="Announcements"
data-category-id="DIC_kwDOMP_x4s4CgkFz"
data-mapping="pathname"
data-strict="0"
data-reactions-enabled="1"
data-emit-metadata="0"
data-input-position="top"
data-theme="preferred_color_scheme"
data-lang="zh-CN"
crossorigin="anonymous"
async>
</script>
<article id="post-pytorch" class="h-entry article article-type-post" itemprop="blogPost" itemscope itemtype="https://schema.org/BlogPosting">
<div class="article-meta">
<a href="/2025/01/14/pytorch/" class="article-date">
<time class="dt-published" datetime="2025-01-14T04:59:17.000Z" itemprop="datePublished">2025-01-14</time>
</a>
</div>
<div class="article-inner">
<header class="article-header">
<h1 itemprop="name">
<a class="p-name article-title" href="/2025/01/14/pytorch/">Pytorch</a>
</h1>
</header>
<div class="e-content article-entry" itemprop="articleBody">
<p>本文作为初识pytorch的笔记。</p>
<p class="article-more-link">
<a href="/2025/01/14/pytorch/#more">Read More</a>
</p>
</div>
<footer class="article-footer">
<a data-url="https://hebown.github.io/2025/01/14/pytorch/" data-id="cm9mj490o00167wr89dd7cy3v" data-title="Pytorch" class="article-share-link"><span class="fa fa-share">分享</span></a>
</footer>
</div>
</article>
<script src="https://giscus.app/client.js"
data-repo="Hebown/Hebown.github.io"
data-repo-id="R_kgDOMP_x4g"
data-category="Announcements"
data-category-id="DIC_kwDOMP_x4s4CgkFz"
data-mapping="pathname"
data-strict="0"
data-reactions-enabled="1"
data-emit-metadata="0"
data-input-position="top"
data-theme="preferred_color_scheme"
data-lang="zh-CN"
crossorigin="anonymous"
async>
</script>
<nav id="page-nav">
<span class="page-number current">1</span><a class="page-number" href="/page/2/">2</a><a class="page-number" href="/page/3/">3</a><span class="space">…</span><a class="page-number" href="/page/10/">10</a><a class="extend next" rel="next" href="/page/2/">下一页 »</a>
</nav>
</section>
<aside id="sidebar">
<div class="widget-wrap">
<h3 class="widget-title">标签云</h3>
<div class="widget tagcloud">
<a href="/tags/Complex-Analysis/" style="font-size: 10px;">Complex-Analysis</a> <a href="/tags/ads/" style="font-size: 10px;">ads</a> <a href="/tags/algos/" style="font-size: 10px;">algos</a> <a href="/tags/basicTools/" style="font-size: 10px;">basicTools</a> <a href="/tags/cmake/" style="font-size: 10px;">cmake</a> <a href="/tags/code/" style="font-size: 10px;">code</a> <a href="/tags/cpp/" style="font-size: 12.5px;">cpp</a> <a href="/tags/dataProcessing/" style="font-size: 12.5px;">dataProcessing</a> <a href="/tags/deep-learning/" style="font-size: 10px;">deep-learning</a> <a href="/tags/front-end/" style="font-size: 10px;">front-end</a> <a href="/tags/gdb/" style="font-size: 10px;">gdb</a> <a href="/tags/git/" style="font-size: 10px;">git</a> <a href="/tags/github/" style="font-size: 10px;">github</a> <a href="/tags/hexo/" style="font-size: 12.5px;">hexo</a> <a href="/tags/intro/" style="font-size: 10px;">intro</a> <a href="/tags/js/" style="font-size: 10px;">js</a> <a href="/tags/log/" style="font-size: 20px;">log</a> <a href="/tags/major/" style="font-size: 10px;">major</a> <a href="/tags/math/" style="font-size: 15px;">math</a> <a href="/tags/ml/" style="font-size: 10px;">ml</a> <a href="/tags/ode/" style="font-size: 10px;">ode</a> <a href="/tags/physics/" style="font-size: 10px;">physics</a> <a href="/tags/python/" style="font-size: 17.5px;">python</a> <a href="/tags/python-lib/" style="font-size: 10px;">python-lib</a> <a href="/tags/react/" style="font-size: 10px;">react</a> <a href="/tags/requests/" style="font-size: 10px;">requests</a> <a href="/tags/scripts/" style="font-size: 10px;">scripts</a> <a href="/tags/sketch/" style="font-size: 10px;">sketch</a> <a href="/tags/ssh/" style="font-size: 10px;">ssh</a> <a href="/tags/thoughts/" style="font-size: 10px;">thoughts</a> <a href="/tags/typst/" style="font-size: 10px;">typst</a> <a href="/tags/vim/" style="font-size: 10px;">vim</a> <a href="/tags/web/" style="font-size: 10px;">web</a> <a href="/tags/windows/" style="font-size: 10px;">windows</a>
</div>
</div>
<div class="widget-wrap">
<h3 class="widget-title">归档</h3>
<div class="widget">
<ul class="archive-list"><li class="archive-list-item"><a class="archive-list-link" href="/archives/2025/03/">三月 2025</a></li><li class="archive-list-item"><a class="archive-list-link" href="/archives/2025/02/">二月 2025</a></li><li class="archive-list-item"><a class="archive-list-link" href="/archives/2025/01/">一月 2025</a></li><li class="archive-list-item"><a class="archive-list-link" href="/archives/2024/11/">十一月 2024</a></li><li class="archive-list-item"><a class="archive-list-link" href="/archives/2024/10/">十月 2024</a></li><li class="archive-list-item"><a class="archive-list-link" href="/archives/2024/09/">九月 2024</a></li><li class="archive-list-item"><a class="archive-list-link" href="/archives/2024/08/">八月 2024</a></li><li class="archive-list-item"><a class="archive-list-link" href="/archives/2024/07/">七月 2024</a></li><li class="archive-list-item"><a class="archive-list-link" href="/archives/2024/06/">六月 2024</a></li></ul>
</div>
</div>
<div class="widget-wrap">
<h3 class="widget-title">最新文章</h3>
<div class="widget">
<ul>
<li>
<a href="/2025/03/01/typst/">Typst</a>
</li>
<li>
<a href="/2025/02/05/%E6%8B%A5%E6%8A%B1%E4%BC%9F%E5%A4%A7%E7%9A%84ssh/">拥抱伟大的Ssh</a>
</li>
<li>
<a href="/2025/01/14/pytorch/">Pytorch</a>
</li>
<li>
<a href="/2025/01/09/%E9%87%8D%E9%80%A2react/">重逢React</a>
</li>
<li>
<a href="/2025/01/08/regular-expressions/">Regular-Expressions</a>
</li>
</ul>
</div>
</div>
</aside>
<script src="https://giscus.app/client.js"
data-repo="Hebown/Hebown.github.io"
data-repo-id="R_kgDOMP_x4g"
data-category="Announcements"
data-category-id="DIC_kwDOMP_x4s4CgkFz"
data-mapping="pathname"
data-strict="0"
data-reactions-enabled="1"
data-emit-metadata="0"
data-input-position="top"
data-theme="preferred_color_scheme"
data-lang="zh-CN"
crossorigin="anonymous"
async>
</script>
</div>
<footer id="footer">
<div class="outer">
<div id="footer-info" class="inner">
© 2025 Hebown<br>
Powered by <a href="https://hexo.io/" target="_blank">Hexo</a>
</div>
</div>
</footer>
</div>
<nav id="mobile-nav">
<a href="/" class="mobile-nav-link">Home</a>
<a href="/archives" class="mobile-nav-link">Archives</a>
<a href="/null" class="mobile-nav-link">Log</a>
<a href="/About" class="mobile-nav-link">About</a>
</nav>
<script src="/js/jquery-3.6.4.min.js"></script>
<script src="/fancybox/jquery.fancybox.min.js"></script>
<script src="/js/script.js"></script>
</div>
</body>
</html>