-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
604 lines (255 loc) · 18.3 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
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
<!DOCTYPE html>
<html>
<head>
<meta name="generator" content="Hugo 0.127.0">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="https://unpkg.com/[email protected]/dist/jquery.min.js"></script>
<link href="https://cdn.bootcss.com/font-awesome/5.8.2/css/all.min.css" rel="stylesheet">
<script src="https://cdn.bootcss.com/jqueryui/1.12.1/jquery-ui.min.js"></script>
<link rel="apple-touch-icon" sizes="57x57" href="/favicon/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/favicon/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/favicon/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/favicon/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/favicon/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/favicon/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/favicon/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/favicon/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="/favicon/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/favicon/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png">
<link rel="manifest" href="/favicon/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<link rel="stylesheet" href="https://heroiciota.github.io/style-refractored.min.62fff3874665fc66d80276dc920fe2d4cf013e64706c4dbedfe26f115d23e13b.css">
<link rel="stylesheet" href="https://heroiciota.github.io/audio.min.b8a9993ba1eae14b582ca33ac1f3c152b7fd35969ec57a4245219828fa130b40.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fancyapps/ui/dist/fancybox.css"/>
<link href="https://vjs.zencdn.net/8.6.1/video-js.css" rel="stylesheet" />
<link rel="stylesheet" href="https://unpkg.com/[email protected]/build/base-min.css">
<link rel="stylesheet" href="https://unpkg.com/[email protected]/build/grids-min.css">
<link rel="stylesheet" href="https://unpkg.com/[email protected]/build/grids-responsive-min.css">
<script src="/scripts/audio-play.js"></script>
<title>iota's abracadabra</title>
</head>
<body>
<div class="page">
<div class="jumbotron" style="background-image: url(https://i.postimg.cc/Hssrsc1N/01f4ccbc64a68a2c7364191111331b2.jpg);">
<div class="container">
<div class="site-title">iota's abracadabra</div>
<p class="signature">The only journey is the one within.</p>
</div>
</div>
<div class="container">
<div class="moment-row">
<div class="pure-g">
<div class="pure-u-1 pure-u-sm-1-4">
<div class="time">
<div class="month-day">Jul 21st</div>
<div class="year">2024</div>
</div>
</div>
<div class="pure-u-1 pure-u-sm-3-4">
<div class="moment-content">
<div class="user-info">
<div class="avatar-block">
<img src='https://heroiciota.github.io///img/e1855092e1deb855bd5fdda064111ee.png' class="avatar">
</div>
<div class="intro">
<div class="name">
iota
</div>
<div class="moment-signature">
发布了
</div>
</div>
</div>
<div class="main-context">
<div class="tag-div">
<div class="new-tag">abracadabra</div>
</div>
<div class="context">
<!-- raw HTML omitted -->
<p><strong>声明</strong>:这里是iota的胡言乱语网站,所有blogs皆是一位名叫iota的意识体的胡言乱语,而与任何现存的已故的未来的人类无关。</p>
<p><strong>Announcement</strong>: This is the website of iota’s abracadabra, all blogs are murmured by a spirit which is called iota, there is no linking with people who lived, living or shall live in this planet. Selfie here to prove what I said.—</p>
<h1 id="置顶-如需置顶这片moment-则将值设定为大于0的整数-值越小越靠前例如1会将moment放在最顶端">置顶 (如需置顶这片Moment, 则将值设定为大于0的整数, 值越小越靠前,例如1会将moment放在最顶端)</h1>
<p>top: 0</p>
<h1 id="名称不填写则为设置的默认名称">名称(不填写则为设置的默认名称)</h1>
<p>name:</p>
<h1 id="头像不填写则为设置的默认头像">头像(不填写则为设置的默认头像)</h1>
<p>avatar:</p>
<h1 id="发布时间">发布时间</h1>
<p>date: 2024-07-21T17:20:24+08:00</p>
<h1 id="给moment添加标签">给Moment添加标签</h1>
<p>tags:</p>
<ul>
<li>
<table>
<thead>
<tr>
<th>abracadabra</th>
</tr>
</thead>
</table>
</li>
</ul>
<h1 id="附加信息选填1项或者不填写">附加信息(选填1项或者不填写)</h1>
<h1 id="附加信息类型1单个图片">附加信息类型1:单个图片</h1>
<h2 id="pictures">pictures:</h2>
<h1 id="附加信息类型2网页链接">附加信息类型2:网页链接</h1>
<h1 id="link必填网页链接">link:必填,网页链接;</h1>
<h1 id="link_text必填链接显示的文字">link_text:必填,链接显示的文字;</h1>
<h1 id="link_logo选填网页logo现在支持部分网站自动找到对应图标无需自己添加图标">link_logo:选填,网页logo,现在支持部分网站自动找到对应图标,无需自己添加图标</h1>
<p>link:
link_text:
link_logo:</p>
<h1 id="备注信息">备注信息</h1>
<h2 id="note">note:</h2>
<!-- raw HTML omitted -->
</div>
<img src="https://picture.gptkong.com/20240722/1327122e3ae37045418cf76b68ded18ec0.png" class="single-pic" alt="Responsive image" data-fancybox="gallery" data-caption= 声明:这里是iota的胡言乱语网站,所有blogs皆是一位名叫iota的意识体的胡言乱语,而与任何现存的已故的未来的人类无关。 Announcement: This is the website of iota&rsquo;s abracadabra, all blogs are murmured by a spirit which is called iota, there is no linking with people who lived, living or shall live in this planet. Selfie here to prove what I said.&mdash; 置顶 (如需置顶这片Moment, 则将值设定为大于0的整数, 值越小越靠前,例如1会将moment放在最顶端) top: 0 名称(不填写则为设置的默认名称) name: 头像(不填写则为设置的默认头像) avatar: 发布时间 date: 2024-07-21T17:20:24+08:00 给Moment添加标签 tags: abracadabra 附加信息(选填1项或者不填写) 附加信息类型1:单个图片 pictures: 附加信息类型2:网页链接 link:必填,网页链接; link_text:必填,链接显示的文字; link_logo:选填,网页logo,现在支持部分网站自动找到对应图标,无需自己添加图标 link: link_text: link_logo: 备注信息 note: ></img>
<div class="moment-note">
<p class="note"><span class="note-time">17:20</span><span class="note-context"></span></p>
<div class="buttons" style="display: flex;">
<div class="like-btn"><i class="far fa-heart"></i></div>
</div>
</div>
</div>
<hr class="seperating_line">
</div>
</div>
</div>
</div>
<div class="moment-row">
<div class="pure-g">
<div class="pure-u-1 pure-u-sm-1-4">
<div class="time">
<div class="month-day">Jul 21st</div>
<div class="year">2024</div>
</div>
</div>
<div class="pure-u-1 pure-u-sm-3-4">
<div class="moment-content">
<div class="user-info">
<div class="avatar-block">
<img src='https://heroiciota.github.io///img/e1855092e1deb855bd5fdda064111ee.png' class="avatar">
</div>
<div class="intro">
<div class="name">
iota
</div>
<div class="moment-signature">
发布了
</div>
</div>
</div>
<div class="main-context">
<div class="tag-div">
<div class="new-tag">abracadabra</div>
</div>
<div class="context">
<!-- raw HTML omitted -->
<p><strong>声明</strong>:这里是iota的胡言乱语网站,所有blogs皆是一位名叫iota的意识体的胡言乱语,而与任何现存的已故的未来的人类无关。</p>
<p><strong>Announcement</strong>: This is the website of iota’s abracadabra, all blogs are murmured by a spirit which is called iota, there is no linking with people who lived, living or shall live in this planet. Selfie here to prove what I said.</p>
</div>
<img src="https://picture.gptkong.com/20240722/1327122e3ae37045418cf76b68ded18ec0.png" class="single-pic" alt="Responsive image" data-fancybox="gallery" data-caption= 声明:这里是iota的胡言乱语网站,所有blogs皆是一位名叫iota的意识体的胡言乱语,而与任何现存的已故的未来的人类无关。 Announcement: This is the website of iota&rsquo;s abracadabra, all blogs are murmured by a spirit which is called iota, there is no linking with people who lived, living or shall live in this planet. Selfie here to prove what I said. ></img>
<div class="moment-note">
<p class="note"><span class="note-time">17:20</span><span class="note-context"></span></p>
<div class="buttons" style="display: flex;">
<div class="like-btn"><i class="far fa-heart"></i></div>
</div>
</div>
</div>
<hr class="seperating_line">
</div>
</div>
</div>
</div>
<div class="moment-row">
<div class="pure-g">
<div class="pure-u-1 pure-u-sm-1-4">
<div class="time">
<div class="month-day">Jul 21st</div>
<div class="year">2024</div>
</div>
</div>
<div class="pure-u-1 pure-u-sm-3-4">
<div class="moment-content">
<div class="top-mark">
<i class="fas fa-bookmark" style="color: #e76b4f;"></i>
</div>
<div class="user-info">
<div class="avatar-block">
<img src='https://heroiciota.github.io///img/e1855092e1deb855bd5fdda064111ee.png' class="avatar">
</div>
<div class="intro">
<div class="name">
iota
</div>
<div class="moment-signature">
发布了
</div>
</div>
</div>
<div class="main-context">
<div class="context">
<!-- raw HTML omitted -->
<p>我们如何用科学给后代或者说后世留下一个比宗教更好(就其简洁和有用性而言)的理解世界的方法?</p>
</div>
<div class="moment-note">
<p class="note"><span class="note-time">17:20</span><span class="note-context"></span></p>
<div class="buttons" style="display: flex;">
<div class="like-btn"><i class="far fa-heart"></i></div>
</div>
</div>
</div>
<hr class="seperating_line">
</div>
</div>
</div>
</div>
</div>
<div class="center">
<div class="pagination">
<div class="pagination">
<div class="page-item disabled">< Prev</div>
<div class="page-item active">1</div>
<div class="page-item disabled">Next ></div>
</div>
</div>
</div>
<div class="footer">
Powered by <a href="https://www.hugo.io">Hugo</a> | Theme <a href="https://github.com/FarseaSH/hugo-theme-moments">Moments</a>
</div>
</div>
<script>
$(".fa-heart").click(function(){
if ($(this).attr("red") == 'true'){
$(this).animate({color:"#808080"});
$(this).attr("red", false);
} else {
$(this).animate({color:"#ff0000"});
$(this).attr("red", true);
}
});
</script>
<script src="https://cdn.jsdelivr.net/npm/@fancyapps/ui/dist/fancybox.umd.js"></script>
<script src="https://vjs.zencdn.net/8.6.1/video.min.js"></script>
<button id="back-top-button"><i class="fas fa-chevron-up"></i></button>
<script>
window.onscroll = function() {scrollFunction()};
function scrollFunction() {
if (document.body.scrollTop > 30 || document.documentElement.scrollTop > 30) {
$("#back-top-button").fadeIn();
} else {
$("#back-top-button").fadeOut();
}
}
$( "#back-top-button" ).click(function() {
$("html, body").animate({scrollTop: 0}, 500);
});
</script>
</body>
</html>