-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
266 lines (205 loc) · 5.2 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
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta name="generator" content="Hugo 0.110.0">
<meta http-equiv="X-Clacks-Overhead" content="GNU Terry Pratchett" />
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" href="https://reardonyang.com/images/favicon.png" />
<title>Reardon</title>
<meta name="title" content="Reardon" />
<meta name="description" content="Reardon" />
<meta name="keywords" content="世界旅行,工具应用,比特币,生活点滴,精华转载," />
<meta property="og:title" content="" />
<meta property="og:description" content="Reardon" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://reardonyang.com/" /><meta property="og:image" content="https://reardonyang.com/images/share.jpg"/><meta property="og:site_name" content="Reardon" />
<meta name="twitter:card" content="summary_large_image"/>
<meta name="twitter:image" content="https://reardonyang.com/images/share.jpg"/>
<meta name="twitter:title" content=""/>
<meta name="twitter:description" content="Reardon"/>
<meta itemprop="name" content="">
<meta itemprop="description" content="Reardon">
<meta name="referrer" content="no-referrer-when-downgrade" />
<link rel="alternate" type="application/rss+xml" href="https://reardonyang.com/index.xml" title="Reardon" />
<style>
body {
font-family: Verdana, sans-serif;
margin: auto;
padding: 20px;
max-width: 720px;
text-align: left;
background-color: #fff;
word-wrap: break-word;
overflow-wrap: break-word;
line-height: 1.5;
color: #444;
}
h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
color: #222;
}
a {
color: #3273dc;
}
.title {
text-decoration: none;
border: 0;
}
.title span {
font-weight: 400;
}
nav a {
margin-right: 10px;
}
textarea {
width: 100%;
font-size: 16px;
}
input {
font-size: 16px;
}
content {
line-height: 1.6;
}
table {
width: 100%;
}
img {
max-width: 100%;
}
code {
padding: 2px 5px;
background-color: #f2f2f2;
}
pre code {
color: #222;
display: block;
padding: 20px;
white-space: pre-wrap;
font-size: 14px;
}
div.highlight pre {
background-color: initial;
color: initial;
}
div.highlight code {
background-color: unset;
color: unset;
}
blockquote {
border-left: 1px solid #999;
color: #222;
padding-left: 20px;
font-style: italic;
}
footer {
padding: 25px;
text-align: center;
}
.helptext {
color: #777;
font-size: small;
}
.errorlist {
color: #eba613;
font-size: small;
}
ul.blog-posts {
list-style-type: none;
padding: unset;
}
ul.blog-posts li {
display: flex;
}
ul.blog-posts li span {
flex: 0 0 130px;
}
ul.blog-posts li a:visited {
color: #8b6fcb;
}
@media (prefers-color-scheme: dark) {
body {
background-color: #333;
color: #ddd;
}
h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
color: #eee;
}
a {
color: #8cc2dd;
}
code {
background-color: #777;
}
pre code {
color: #ddd;
}
blockquote {
color: #ccc;
}
textarea,
input {
background-color: #252525;
color: #ddd;
}
.helptext {
color: #aaa;
}
}
</style>
</head>
<body>
<header><a href="/" class="title">
<h2>Reardon</h2>
</a>
<nav><a href="/">首页</a>
<a href="/category/">分类</a>
<a href="/plan/">计划</a>
<a href="/tool/">工具</a>
<a href="/copyright/">版权</a>
<a href="/blog">全部文章</a>
</nav>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-NSSE83FXH4"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-NSSE83FXH4');
</script></header>
<main>
<p><strong>😎 有朋自远方来,不亦乐乎</strong></p>
<hr>
<p><img src="/images/reardon.jpg" alt="reardon"></p>
<p>💖 我是<strong>Reardon</strong>,这里会记录一些日常琐碎,经验心得,以及一些有趣的事情。我希望通过写文章的方式,进行更加<strong>细致和深入</strong>的思考。</p>
<p><strong>你还可以在这些地方找到我:</strong></p>
<ul>
<li><a href="https://www.douban.com/people/57644512/">豆瓣</a></li>
<li><a href="https://twitter.com/ReardonYang">Twitter</a></li>
<li><a href="https://github.com/ReardonYang">Github</a></li>
</ul>
<p>🔥 如果喜欢我的文字,欢迎打赏:</p>
<ul>
<li>bitcoin:<code>321sCmLJoqDCARmngJqhPiomBbs2BBxuXy</code></li>
<li>dogecoin:<code>DAsdYRZXtDZBstn4Qu3EkRnJr9g3EwRemv</code></li>
</ul>
<hr>
<p><code>万籁俱寂,大雪漫天,朵朵雪花几乎垂直地坠落地面,给人行道和大街铺上一层厚厚的白垫子。一个行人也没有,一点声音也听不到。街灯冷冷清清、徒劳无益地闪烁着。我飞奔了两百来步,在十字路口停住了脚步。——费奥多尔·米哈伊洛维奇·陀思妥耶夫斯基”</code></p>
</main>
<footer>Powered By <a href="https://github.com/ReardonYang/">💖Reardon</a>
</footer>
</body>
</html>