-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
97 lines (87 loc) · 3.65 KB
/
Copy pathabout.html
File metadata and controls
97 lines (87 loc) · 3.65 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
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="关于本站与写作工作流" />
<title>关于 · YINZ7032's Blog</title>
<link rel="icon" type="image/svg+xml" href="favicon.svg" />
<link rel="stylesheet" href="css/style.css" />
</head>
<body data-page="about">
<header class="site-header" id="site-header"></header>
<main>
<nav class="breadcrumb" aria-label="面包屑">
<a href="index.html">首页</a> <span class="breadcrumb__sep">/</span> <span>关于</span>
</nav>
<h1 class="page-title">关于</h1>
<article class="article-body about-prose">
<p class="about-signature">Per aspera ad astra.</p>
<h2>关于我</h2>
<p>
YINZ7032,一个正在成长的人。
</p>
<p>
目前在北方求学,这个博客是我的自留地——记录思考、情绪和那些值得被留下的瞬间。
</p>
<h2>关于博客</h2>
<p>
这是一个静态博客,托管在 GitHub Pages 上。所有文章用 Markdown 写成,通过 Obsidian 编辑和 Git 同步。没有后端,没有数据库,只有纯文本和一点点 JavaScript。
</p>
<p>
博客名没有特殊含义。YINZ 是我,7032 也是我。
</p>
<h2>分类说明</h2>
<ul>
<li><strong>孤岛</strong> — 独处时的思考,向内探索</li>
<li><strong>荒原</strong> — 技术笔记、学习记录</li>
<li><strong>摆渡</strong> — 与人、与世界的关系</li>
<li><strong>圆舞</strong> — 创作与表达,诗与歌</li>
</ul>
<h2>联系</h2>
<p>
如果你想找我,可以通过以下方式:
</p>
<ul>
<li><a href="mailto:2792715318@qq.com">邮件</a></li>
<li><a href="https://github.com/AYin-Z" target="_blank" rel="noopener">GitHub</a></li>
<li><a href="https://www.zhihu.com/people/chuan-qi-yz" target="_blank" rel="noopener">知乎</a></li>
<li><a href="https://space.bilibili.com/571856369" target="_blank" rel="noopener">哔哩哔哩</a></li>
</ul>
<p>
也欢迎在<a href="guestbook.html">留言板</a>留下你的足迹。
</p>
<h2>请我喝咖啡</h2>
<p>
如果我的文字给了你一点什么,可以请我喝杯咖啡。
</p>
<div class="coffee-qrs">
<details class="coffee-details">
<summary>微信</summary>
<div class="coffee-qr">
<img src="resource/about/wechat-pay.jpg" alt="微信支付" />
</div>
</details>
<details class="coffee-details">
<summary>支付宝</summary>
<div class="coffee-qr">
<img src="resource/about/alipay.jpg" alt="支付宝" />
</div>
</details>
</div>
<h2>技术细节</h2>
<p>
如果你对博客的技术实现感兴趣,这里有完整的技术栈、自动化工作流与部署路径介绍:
</p>
<p>
<a href="post.html?slug=tech-stack">查看技术实现详解 →</a>
</p>
</article>
</main>
<footer class="site-footer site-footer--rich" id="site-footer"></footer>
<script src="js/site-config.js"></script>
<script src="js/layout.js"></script>
<meta name="referrer" content="no-referrer-when-downgrade" />
<script async src="https://busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js"></script>
</body>
</html>