-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
317 lines (225 loc) · 8.22 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Minima -->
<!-- Hexo theme created by @adisaktijrs -->
<!-- Basic Page Needs
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta charset="utf-8">
<title>諾諾の魔法ノート</title>
<link rel="canonical" href="https://rmolives.com/">
<meta name="description" content="一个对语言学和神学以及计算机感兴趣的精神科医生 😁">
<meta name="keywords" content="RMOLIVE,诺诺,博客">
<meta name="author" content="RMOlive">
<meta property="og:image" content="https://rmolives.com/img/rmolives.png">
<meta property="og:site_name" content="諾諾の魔法ノート" />
<meta property="og:type" content="article" />
<meta property="og:title" content="諾諾の魔法ノート" />
<meta property="og:description" content="一个对语言学和神学以及计算机感兴趣的精神科医生 😁">
<meta property="og:url" content="https://rmolives.com/" />
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="諾諾の魔法ノート">
<meta name="twitter:description" content="一个对语言学和神学以及计算机感兴趣的精神科医生 😁">
<meta name="twitter:image" content="https://rmolives.com/img/rmolives.png">
<meta name="twitter:url" content="https://rmolives.com/" />
<!-- Mobile Specific Metas
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Preload fonts
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="preload" href="../fonts/dm-serif-display-v4-latin-regular.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="../fonts/inter-v2-latin-regular.woff2" as="font" type="font/woff2" crossorigin>
<!-- CSS
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="stylesheet" href="/css/normalize.css">
<link rel="stylesheet" href="/css/skeleton.css">
<link rel="stylesheet" href="/css/custom.css">
<link rel="stylesheet" href="/css/prism-dark.css">
<link rel="stylesheet" href="/css/prism-line-numbers.css">
<!-- User css -->
<link rel="stylesheet" href="/css/user.css">
<!-- Favicon
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="icon" type="image/png" href="/img/rmolives.png">
<!-- Custom Theme Color Style
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<style>
a:not(.icon) {
text-decoration-color: #0FA0CE;
background-image: linear-gradient(
to bottom,
rgba(0, 0, 0, 0) 50%,
#0FA0CE 50%
);
}
blockquote {
border-left: 8px solid #0FA0CE;
}
.nanobar .bar {
background: #0FA0CE;
}
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
background-color: #0FA0CE;
border-color: #0FA0CE;
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
border: 1px solid #0FA0CE;
}
</style>
<!-- Google Analytics (With Privacy Settings On)
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta name="generator" content="Hexo 7.3.0"></head>
<body>
<div class="container">
<div class="row">
<div>
<div class="row">
<div class="two columns" style="max-width: 50px">
<h1 class="mt-2 mode">
<div onclick=setDarkMode(true) id="darkBtn">🌑</div>
<div onclick=setDarkMode(false) id="lightBtn" class=hidden>☀️</div>
<script >
if (localStorage.getItem('preferredTheme') == 'dark') {
setDarkMode(true)
}
function setDarkMode(isDark) {
var darkBtn = document.getElementById('darkBtn')
var lightBtn = document.getElementById('lightBtn')
if (isDark) {
lightBtn.style.display = "block"
darkBtn.style.display = "none"
localStorage.setItem('preferredTheme', 'dark');
} else {
lightBtn.style.display = "none"
darkBtn.style.display = "block"
localStorage.removeItem('preferredTheme');
}
document.body.classList.toggle("darkmode");
}
</script>
</h1>
</div>
<div class="six columns ml-1">
<h1 class="mt-2">
諾諾の魔法ノート.
</h1>
</div>
<div class="twelve columns">
<div class="row">
<div class="nine columns left">
<a href="/">Home</a>
<a href="/about" class="ml">介紹</a>
<a href="/friends" class="ml">友達</a>
<a href="mailto:[email protected]" target="_blank" class="ml">Email</a>
</div>
</div>
<hr style="margin-bottom: 2.6rem">
</div>
</div>
<div class="trans">
<div class="row">
<div class="column">
<!-- Main information, edit it on theme/_config.yml -->
<h2 class="mb-2">私は諾諾です.</h2>
<p>[email protected]</p>
<p>一个对语言学和神学以及计算机感兴趣的魔法使 😁</p>
</div>
</div>
<h3>Recent Posts</h3>
<div class="row">
<div class="three columns left lit">
<p class="bottom">2024年11月1日</p>
</div>
<div class="nine columns left mb-3">
<a href="/2024/11/01/145302615a36/" >
直觉主义逻辑探究
</a>
</div>
</div>
<div class="row">
<div class="three columns left lit">
<p class="bottom">2024年10月10日</p>
</div>
<div class="nine columns left mb-3">
<a href="/2024/10/10/9c639f109d8b/" >
谷氨酸AMPA受体相关抗抑郁的作用
</a>
</div>
</div>
<div class="row">
<div class="three columns left lit">
<p class="bottom">2024年10月9日</p>
</div>
<div class="nine columns left mb-3">
<a href="/2024/10/09/e570a6d584fe/" >
跳出“血清素假说”
</a>
</div>
</div>
<div class="row">
<div class="three columns left lit">
<p class="bottom">2024年10月9日</p>
</div>
<div class="nine columns left mb-3">
<a href="/2024/10/09/f17d567f55b7/" >
谷氨酸系统与抑郁障碍相关
</a>
</div>
</div>
<div class="row">
<div class="three columns left lit">
<p class="bottom">2024年10月9日</p>
</div>
<div class="nine columns left mb-3">
<a href="/2024/10/09/c17c27fe4af3/" >
对于日语中外来词泛滥的个人看法
</a>
</div>
</div>
<div class="row">
<div class="three columns left lit">
<p class="bottom">2024年10月9日</p>
</div>
<div class="nine columns left mb-3">
<a href="/2024/10/09/d5fa67a4b243/" >
日本青年中所流行的偽中国語
</a>
</div>
</div>
<h4> <a href="/archives">All Posts</a></h4>
<div class="row mt-2">
</div>
</div>
</div>
</div>
</div>
<script src="/js/nanobar.min.js"></script>
<script>
var options = {
classname: 'nanobar',
id: 'myNanobar'
};
var nanobar = new Nanobar(options);
nanobar.go(30);
nanobar.go(76);
nanobar.go(100);
</script>
</body>
</html>