Skip to content

Commit 657c968

Browse files
committed
Site updated: 2024-09-28 10:58:06
1 parent 14f9068 commit 657c968

36 files changed

+6964
-1072
lines changed

about/index.html

+232-37
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,16 @@
4040

4141

4242
<!-- OpenGraph -->
43+
44+
<meta property="og:type" content="website">
45+
<meta property="og:title" content="About">
46+
<meta property="og:url" content="https://www.genkaim.top/about/">
47+
<meta property="og:site_name" content="Genkaim的博客">
48+
<meta property="og:locale" content="zh_CN">
49+
<meta property="article:published_time" content="2024-09-20T15:45:31.597Z">
50+
<meta property="article:modified_time" content="2024-09-20T15:45:31.597Z">
51+
<meta property="article:author" content="Genkaim">
52+
<meta name="twitter:card" content="summary_large_image">
4353

4454

4555

@@ -72,6 +82,8 @@
7282

7383
<script src="/js/copy-tex.js"></script>
7484

85+
<link rel="stylesheet" href="/css/waline.css"/>
86+
7587

7688
<!-- hexo injector head_end start -->
7789
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.css">
@@ -96,6 +108,9 @@
96108

97109
<a href="/archives/" class="navbar-menu button">归档</a>
98110

111+
<a target="_blank" rel="noopener external nofollow noreferrer" href="https://www.travellings.cn/go.html" class="navbar-menu button">开往</a>
112+
113+
<a class="submit" target="_blank" rel="noopener external nofollow noreferrer" href="https://forms.office.com/r/azdAgJ2eij" style="color:white;">订阅</a>
99114
</div>
100115

101116

@@ -112,6 +127,9 @@
112127

113128
<a href="/archives/" class="dropdown-menu button">归档</a>
114129

130+
<a target="_blank" rel="noopener external nofollow noreferrer" href="https://www.travellings.cn/go.html" class="dropdown-menu button">开往</a>
131+
132+
<a target="_blank" rel="noopener external nofollow noreferrer" href="https://forms.office.com/r/azdAgJ2eij" class="submit" style="margin-left:0px;margin-top: 10px;">订阅</a>
115133
</div>
116134

117135
</div>
@@ -121,49 +139,61 @@
121139

122140

123141
<div class="post-title">
124-
<h1 class="post-title__text">
125-
About
126-
</h1>
127-
128-
129-
<div class="post-title__meta">
130-
<a href="/archives/2024/09/" class="post-meta__date button">2024-09-20</a>
131-
142+
<h1 class="post-title__text">About</h1>
143+
144+
145+
<div class="post-title__meta">
146+
<a
147+
href="/archives/2024/09/"
148+
class="post-meta__date button"
149+
>发布于 2024-09-20|
150+
更新于 2024-09-20
151+
</a>
152+
132153

133-
134154

135155

136156

137157

138158

139159

140-
141-
</div>
160+
161+
</div>
142162
</div>
143163

144164

145-
<aside class="post-side">
146-
<div class="post-side__toc">
147-
148-
</div>
149-
</aside>
150-
<a class="btn-toc button" id="btn-toc" tabindex="0">
151-
<svg viewBox="0 0 1024 1024" width="32" height="32" xmlns="http://www.w3.org/2000/svg">
152-
<path d="M128 256h64V192H128zM320 256h576V192H320zM128 544h64v-64H128zM320 544h576v-64H320zM128 832h64v-64H128zM320 832h576v-64H320z" fill="currentColor"></path>
153-
</svg>
154-
</a>
155-
<div class="toc-menus" id="toc-menus">
156-
<div class="toc-title">文章目录</div>
157-
158-
</div>
165+
<aside class="post-side">
166+
<div class="post-side__toc">
167+
168+
</div>
169+
</aside>
170+
<a class="btn-toc button" id="btn-toc" tabindex="0">
171+
<svg
172+
viewBox="0 0 1024 1024"
173+
width="32"
174+
height="32"
175+
xmlns="http://www.w3.org/2000/svg"
176+
>
177+
<path
178+
d="M128 256h64V192H128zM320 256h576V192H320zM128 544h64v-64H128zM320 544h576v-64H320zM128 832h64v-64H128zM320 832h576v-64H320z"
179+
fill="currentColor"
180+
></path>
181+
</svg>
182+
</a>
183+
<div class="toc-menus" id="toc-menus">
184+
<div class="toc-title">文章目录</div>
185+
186+
</div>
159187

160188

161-
<article class="post post__with-toc content-card">
162-
<div class="post__header"></div>
163-
<div class="post__content">
164-
165-
</div>
189+
<article
190+
class="post post__with-toc content-card"
191+
>
192+
<div class="post__header">
166193

194+
</div>
195+
<div class="post__content"></div>
196+
167197
<div class="post__license">
168198
<p>
169199
<strong>本文作者:</strong>Genkaim
@@ -177,18 +207,22 @@ <h1 class="post-title__text">
177207

178208
<button class="reward__button button" onclick="window.location.href='https://www.genkaim.top/Glink.html?type=reward'">打赏</button>
179209
</div>
180-
181-
<div class="post-footer__meta"><p>更新于 2024-09-20</p></div>
182-
<div class="post-entry__tags"></div>
210+
<div class="post-entry__tags"></div>
211+
212+
<div id="waline"></div>
213+
<script type="module">
214+
import { init } from "/js/waline.js";
215+
init({
216+
el: "#waline",
217+
serverURL: "https://waline.genkaim.top",
218+
});
219+
</script>
183220
</article>
184221

185222

186223

187-
188-
189-
190224
</main>
191-
<footer class="footer">
225+
<footer class="footer">
192226

193227
<a href="#" class="button" id="b2t" aria-label="回到顶部" title="回到顶部">
194228
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024" width="32" height="32">
@@ -259,6 +293,167 @@ <h1 class="post-title__text">
259293

260294

261295
<div id="loader">
296+
<div class="loader_show_cover"></div>
297+
<div class="loader_show">
298+
299+
<!-- This is a recreation of the SVG animation that can be found on Wokine.com -->
300+
301+
<div class="hello-parent">
302+
<svg class="hello-word" width="365" height="365" viewBox="0 0 365 365">
303+
<g id="H-letter">
304+
<line
305+
class="H-left-stroke"
306+
x1="17"
307+
y1="0"
308+
x2="17"
309+
y2="124"
310+
stroke="#000"
311+
fill="none"
312+
stroke-width="34"
313+
/>
314+
<line
315+
class="H-mid-stroke"
316+
x1="33"
317+
y1="62"
318+
x2="68"
319+
y2="62"
320+
stroke="#000"
321+
fill="none"
322+
stroke-width="34"
323+
/>
324+
<line
325+
class="H-right-stroke"
326+
x1="84"
327+
y1="0"
328+
x2="84"
329+
y2="124"
330+
stroke="#000"
331+
fill="none"
332+
stroke-width="34"
333+
/>
334+
</g>
335+
336+
<g id="E-letter">
337+
<line
338+
class="E-left-stroke"
339+
x1="138"
340+
y1="0"
341+
x2="138"
342+
y2="124"
343+
stroke="#000"
344+
fill="none"
345+
stroke-width="34"
346+
/>
347+
<line
348+
class="E-top-stroke"
349+
x1="154"
350+
y1="17"
351+
x2="201"
352+
y2="17"
353+
stroke="#000"
354+
fill="none"
355+
stroke-width="34"
356+
/>
357+
<line
358+
class="E-mid-stroke"
359+
x1="154"
360+
y1="62"
361+
x2="196"
362+
y2="62"
363+
stroke="#000"
364+
fill="none"
365+
stroke-width="34"
366+
/>
367+
<line
368+
class="E-bottom-stroke"
369+
x1="154"
370+
y1="107"
371+
x2="201"
372+
y2="107"
373+
stroke="#000"
374+
fill="none"
375+
stroke-width="34"
376+
/>
377+
</g>
378+
379+
<g id="L-one-letter">
380+
<line
381+
class="L-one-long-stroke"
382+
x1="17"
383+
y1="153"
384+
x2="17"
385+
y2="277"
386+
stroke="#000"
387+
fill="none"
388+
stroke-width="34"
389+
/>
390+
<line
391+
class="L-one-short-stroke"
392+
x1="33"
393+
y1="260"
394+
x2="77"
395+
y2="260"
396+
stroke="#000"
397+
fill="none"
398+
stroke-width="34"
399+
/>
400+
</g>
401+
402+
<g id="L-two-letter">
403+
<line
404+
class="L-two-long-stroke"
405+
x1="104"
406+
y1="153"
407+
x2="104"
408+
y2="277"
409+
stroke="#000"
410+
fill="none"
411+
stroke-width="34"
412+
/>
413+
<line
414+
class="L-two-short-stroke"
415+
x1="120"
416+
y1="260"
417+
x2="164"
418+
y2="260"
419+
stroke="#000"
420+
fill="none"
421+
stroke-width="34"
422+
/>
423+
</g>
424+
425+
<g id="O-letter">
426+
<circle
427+
class="O-stroke"
428+
cx="231"
429+
cy="215"
430+
r="48"
431+
stroke="#000"
432+
fill="none"
433+
stroke-width="31"
434+
/>
435+
</g>
436+
437+
<g id="red-dot">
438+
<!-- Initially I tried creating a circle but it was harder to manipulate it how I wanted to in CSS so I resorted to using a line trick to make it look like a circle ....
439+
440+
<circle class="red-dot" cx="325" cy="260" r="20" fill="#FF5851" stroke="none" />
441+
442+
-->
443+
444+
<line
445+
x1="325"
446+
y1="260"
447+
x2="325"
448+
y2="260"
449+
stroke="#a7a7a7"
450+
class="red-dot"
451+
/>
452+
</g>
453+
</svg>
454+
455+
</div>
456+
262457
</div>
263458
<!-- hexo injector body_end start --><script data-pjax>function history_calendar_injector_config(){
264459
var parent_div_git = document.getElementsByClassName('sticky_layout')[0];

0 commit comments

Comments
 (0)