-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathhello-world.html
More file actions
457 lines (350 loc) · 22.2 KB
/
Copy pathhello-world.html
File metadata and controls
457 lines (350 loc) · 22.2 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
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
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<meta name="theme-color" content="#222"><meta name="generator" content="Hexo 6.1.0">
<link rel="apple-touch-icon" sizes="180x180" href="/images/%E6%A3%92%E5%86%B0128.png">
<link rel="icon" type="image/png" sizes="32x32" href="/images/%E6%A3%92%E5%86%B032.png">
<link rel="icon" type="image/png" sizes="16x16" href="/images/%E6%A3%92%E5%86%B016.png">
<link rel="mask-icon" href="/images/%E6%A3%92%E5%86%B0.svg" color="#222">
<link rel="stylesheet" href="/css/main.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.0.0/css/all.min.css" integrity="sha256-jTIdiMuX/e3DGJUGwl3pKSxuc6YOuqtJYkM0bGQESA4=" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/animate.css@3.1.1/animate.min.css" integrity="sha256-PR7ttpcvz8qrF57fur/yAx1qXMFJeJFiA6pSzWi0OIE=" crossorigin="anonymous">
<script class="next-config" data-name="main" type="application/json">{"hostname":"ylongwang2782.github.io","root":"/","images":"/images","scheme":"Gemini","darkmode":false,"version":"8.10.1","exturl":false,"sidebar":{"position":"left","display":"post","padding":18,"offset":12},"copycode":true,"bookmark":{"enable":false,"color":"#222","save":"auto"},"mediumzoom":false,"lazyload":false,"pangu":false,"comments":{"style":"tabs","active":null,"storage":true,"lazyload":false,"nav":null},"stickytabs":false,"motion":{"enable":true,"async":false,"transition":{"post_block":null,"post_header":null,"post_body":null,"coll_header":null,"sidebar":null}},"prism":false,"i18n":{"placeholder":"搜索...","empty":"没有找到任何搜索结果:${query}","hits_time":"找到 ${hits} 个搜索结果(用时 ${time} 毫秒)","hits":"找到 ${hits} 个搜索结果"}}</script><script src="/js/config.js"></script>
<meta name="description" content="PrefaceReason for creating a blogFor I really love to recording my thoughts and experiences. By the way, record and summarize makes everything clear and power. Reason for choosing the github我有一台window">
<meta property="og:type" content="article">
<meta property="og:title" content="hello-world">
<meta property="og:url" content="https://ylongwang2782.github.io/hello-world">
<meta property="og:site_name" content="来日方长">
<meta property="og:description" content="PrefaceReason for creating a blogFor I really love to recording my thoughts and experiences. By the way, record and summarize makes everything clear and power. Reason for choosing the github我有一台window">
<meta property="og:locale" content="zh_CN">
<meta property="article:published_time" content="2022-03-26T13:54:00.000Z">
<meta property="article:modified_time" content="2022-03-29T16:55:10.000Z">
<meta property="article:author" content="Rainlong">
<meta property="article:tag" content="笔记">
<meta name="twitter:card" content="summary">
<link rel="canonical" href="https://ylongwang2782.github.io/hello-world.html">
<script class="next-config" data-name="page" type="application/json">{"sidebar":"","isHome":false,"isPost":true,"lang":"zh-CN","comments":true,"permalink":"https://ylongwang2782.github.io/hello-world","path":"hello-world.html","title":"hello-world"}</script>
<script class="next-config" data-name="calendar" type="application/json">""</script>
<title>hello-world | 来日方长</title>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-VQ058Y2LKZ"></script>
<script class="next-config" data-name="google_analytics" type="application/json">{"tracking_id":"G-VQ058Y2LKZ","only_pageview":false}</script>
<script src="/js/third-party/analytics/google-analytics.js"></script>
<script src="/js/third-party/analytics/baidu-analytics.js"></script>
<script async src="https://hm.baidu.com/hm.js?2aacacbf31837d9a367324e67673a9cc"></script>
<link rel="dns-prefetch" href="waline-server-seven.vercel.app">
<noscript>
<link rel="stylesheet" href="/css/noscript.css">
</noscript>
</head>
<body itemscope itemtype="http://schema.org/WebPage" class="use-motion">
<div class="headband"></div>
<main class="main">
<header class="header" itemscope itemtype="http://schema.org/WPHeader">
<div class="header-inner"><div class="site-brand-container">
<div class="site-nav-toggle">
<div class="toggle" aria-label="切换导航栏" role="button">
<span class="toggle-line"></span>
<span class="toggle-line"></span>
<span class="toggle-line"></span>
</div>
</div>
<div class="site-meta">
<a href="/" class="brand" rel="start">
<i class="logo-line"></i>
<p class="site-title">来日方长</p>
<i class="logo-line"></i>
</a>
</div>
<div class="site-nav-right">
<div class="toggle popup-trigger">
</div>
</div>
</div>
<nav class="site-nav">
<ul class="main-menu menu"><li class="menu-item menu-item-home"><a href="/" rel="section"><i class="fa fa-home fa-fw"></i>首页</a></li><li class="menu-item menu-item-tags"><a href="/tags/" rel="section"><i class="fa fa-tags fa-fw"></i>标签</a></li><li class="menu-item menu-item-categories"><a href="/categories/" rel="section"><i class="fa fa-th fa-fw"></i>分类</a></li><li class="menu-item menu-item-archives"><a href="/archives/" rel="section"><i class="fa fa-archive fa-fw"></i>归档</a></li><li class="menu-item menu-item-message"><a href="/message/" rel="section"><i class="fa fa-book fa-fw"></i>自言自语</a></li><li class="menu-item menu-item-meme"><a href="/meme/" rel="section"><i class="fa fa-pencil fa-fw"></i>留言板</a></li>
</ul>
</nav>
</div>
<div class="toggle sidebar-toggle" role="button">
<span class="toggle-line"></span>
<span class="toggle-line"></span>
<span class="toggle-line"></span>
</div>
<aside class="sidebar">
<div class="sidebar-inner sidebar-nav-active sidebar-toc-active">
<ul class="sidebar-nav">
<li class="sidebar-nav-toc">
文章目录
</li>
<li class="sidebar-nav-overview">
站点概览
</li>
</ul>
<div class="sidebar-panel-container">
<!--noindex-->
<div class="post-toc-wrap sidebar-panel">
<div class="post-toc animated"><ol class="nav"><li class="nav-item nav-level-2"><a class="nav-link" href="#Preface"><span class="nav-number">1.</span> <span class="nav-text">Preface</span></a><ol class="nav-child"><li class="nav-item nav-level-3"><a class="nav-link" href="#Reason-for-creating-a-blog"><span class="nav-number">1.1.</span> <span class="nav-text">Reason for creating a blog</span></a></li><li class="nav-item nav-level-3"><a class="nav-link" href="#Reason-for-choosing-the-github"><span class="nav-number">1.2.</span> <span class="nav-text">Reason for choosing the github</span></a></li><li class="nav-item nav-level-3"><a class="nav-link" href="#%E6%90%AD%E5%BB%BA%E8%BF%87%E7%A8%8B"><span class="nav-number">1.3.</span> <span class="nav-text">搭建过程</span></a></li><li class="nav-item nav-level-3"><a class="nav-link" href="#%E9%81%87%E5%88%B0%E7%9A%84%E5%9B%B0%E9%9A%BE"><span class="nav-number">1.4.</span> <span class="nav-text">遇到的困难</span></a><ol class="nav-child"><li class="nav-item nav-level-4"><a class="nav-link" href="#%E5%90%8C%E6%AD%A5JavaScript%E5%92%8C%E6%9C%AC%E5%9C%B0%E6%96%87%E4%BB%B6"><span class="nav-number">1.4.1.</span> <span class="nav-text">同步JavaScript和本地文件</span></a></li><li class="nav-item nav-level-4"><a class="nav-link" href="#css%E5%90%8C%E6%AD%A5%E9%97%AE%E9%A2%98"><span class="nav-number">1.4.2.</span> <span class="nav-text">css同步问题</span></a></li></ol></li><li class="nav-item nav-level-3"><a class="nav-link" href="#%E6%9C%80%E5%90%8E"><span class="nav-number">1.5.</span> <span class="nav-text">最后</span></a></li></ol></li></ol></div>
</div>
<!--/noindex-->
<div class="site-overview-wrap sidebar-panel">
<div class="site-author site-overview-item animated" itemprop="author" itemscope itemtype="http://schema.org/Person">
<img class="site-author-image" itemprop="image" alt="Rainlong"
src="/images/avatar.jpg">
<p class="site-author-name" itemprop="name">Rainlong</p>
<div class="site-description" itemprop="description">You can't wait until life isn't hard before you decide to be happy</div>
</div>
<div class="site-state-wrap site-overview-item animated">
<nav class="site-state">
<div class="site-state-item site-state-posts">
<a href="/archives/">
<span class="site-state-item-count">40</span>
<span class="site-state-item-name">日志</span>
</a>
</div>
<div class="site-state-item site-state-categories">
<a href="/categories/">
<span class="site-state-item-count">8</span>
<span class="site-state-item-name">分类</span></a>
</div>
<div class="site-state-item site-state-tags">
<a href="/tags/">
<span class="site-state-item-count">16</span>
<span class="site-state-item-name">标签</span></a>
</div>
</nav>
</div>
<div class="links-of-author site-overview-item animated">
<span class="links-of-author-item">
<a href="https://github.com/ylongwang2782" title="GitHub → https://github.com/ylongwang2782" rel="noopener" target="_blank"><i class="fab fa-github fa-fw"></i>GitHub</a>
</span>
<span class="links-of-author-item">
<a href="mailto:ylongwang@icloud.com" title="E-Mail → mailto:ylongwang@icloud.com" rel="noopener" target="_blank"><i class="fa fa-envelope fa-fw"></i>E-Mail</a>
</span>
<span class="links-of-author-item">
<a href="https://space.bilibili.com/87307916" title="Bilibili → https://space.bilibili.com/87307916" rel="noopener" target="_blank"><i class="fab fa-bilibili fa-fw"></i>Bilibili</a>
</span>
<span class="links-of-author-item">
<a href="http://sighttp.qq.com/authd?IDKEY=40d9224302167c6445ae98e209f27a5a2163835f4e0a2938" title="QQ → http://sighttp.qq.com/authd?IDKEY=40d9224302167c6445ae98e209f27a5a2163835f4e0a2938" rel="noopener" target="_blank"><i class="fab fa-qq fa-fw"></i>QQ</a>
</span>
</div>
<div id="days"></div>
<script>
function show_date_time(){
window.setTimeout("show_date_time()", 1000);
BirthDay=new Date("03/26/2022 21:54:00");
today=new Date();
timeold=(today.getTime()-BirthDay.getTime());
sectimeold=timeold/1000
secondsold=Math.floor(sectimeold);
msPerDay=24*60*60*1000
e_daysold=timeold/msPerDay
daysold=Math.floor(e_daysold);
e_hrsold=(e_daysold-daysold)*24;
hrsold=setzero(Math.floor(e_hrsold));
e_minsold=(e_hrsold-hrsold)*60;
minsold=setzero(Math.floor((e_hrsold-hrsold)*60));
seconds=setzero(Math.floor((e_minsold-minsold)*60));
document.getElementById('days').innerHTML="已运行"+daysold+"天"+hrsold+"小时"+minsold+"分"+seconds+"秒";
}
function setzero(i){
if (i<10)
{i="0" + i};
return i;
}
show_date_time();
</script>
</div>
</div>
</div>
</aside>
<div class="sidebar-dimmer"></div>
</header>
<div class="back-to-top" role="button" aria-label="返回顶部">
<i class="fa fa-arrow-up"></i>
<span>0%</span>
</div>
<noscript>
<div class="noscript-warning">Theme NexT works best with JavaScript enabled</div>
</noscript>
<div class="main-inner post posts-expand">
<div class="post-block">
<article itemscope itemtype="http://schema.org/Article" class="post-content" lang="zh-CN">
<link itemprop="mainEntityOfPage" href="https://ylongwang2782.github.io/hello-world">
<span hidden itemprop="author" itemscope itemtype="http://schema.org/Person">
<meta itemprop="image" content="/images/avatar.jpg">
<meta itemprop="name" content="Rainlong">
</span>
<span hidden itemprop="publisher" itemscope itemtype="http://schema.org/Organization">
<meta itemprop="name" content="来日方长">
<meta itemprop="description" content="You can't wait until life isn't hard before you decide to be happy">
</span>
<span hidden itemprop="post" itemscope itemtype="http://schema.org/CreativeWork">
<meta itemprop="name" content="hello-world | 来日方长">
<meta itemprop="description" content="">
</span>
<header class="post-header">
<h1 class="post-title" itemprop="name headline">
hello-world
</h1>
<div class="post-meta-container">
<div class="post-meta">
<span class="post-meta-item">
<span class="post-meta-item-icon">
<i class="far fa-calendar"></i>
</span>
<span class="post-meta-item-text">发表于</span>
<time title="创建时间:2022-03-26 21:54:00" itemprop="dateCreated datePublished" datetime="2022-03-26T21:54:00+08:00">2022-03-26</time>
</span>
<span class="post-meta-item">
<span class="post-meta-item-icon">
<i class="far fa-calendar-check"></i>
</span>
<span class="post-meta-item-text">更新于</span>
<time title="修改时间:2022-03-30 00:55:10" itemprop="dateModified" datetime="2022-03-30T00:55:10+08:00">2022-03-30</time>
</span>
<span class="post-meta-item">
<span class="post-meta-item-icon">
<i class="far fa-comment"></i>
</span>
<span class="post-meta-item-text">Waline:</span>
<a title="waline" href="/hello-world#waline-comments" itemprop="discussionUrl">
<span class="post-comments-count waline-comment-count" id="/hello-world" data-xid="/hello-world" itemprop="commentCount"></span>
</a>
</span>
<span id="/hello-world" class="post-meta-item leancloud_visitors" data-flag-title="hello-world" title="阅读次数">
<span class="post-meta-item-icon">
<i class="far fa-eye"></i>
</span>
<span class="post-meta-item-text">阅读次数:</span>
<span class="leancloud-visitors-count"></span>
</span>
<span class="post-meta-break"></span>
<span class="post-meta-item" title="本文字数">
<span class="post-meta-item-icon">
<i class="far fa-file-word"></i>
</span>
<span class="post-meta-item-text">本文字数:</span>
<span>1.3k</span>
</span>
<span class="post-meta-item" title="阅读时长">
<span class="post-meta-item-icon">
<i class="far fa-clock"></i>
</span>
<span class="post-meta-item-text">阅读时长 ≈</span>
<span>1 分钟</span>
</span>
</div>
</div>
</header>
<div class="post-body" itemprop="articleBody">
<h2 id="Preface"><a href="#Preface" class="headerlink" title="Preface"></a>Preface</h2><h3 id="Reason-for-creating-a-blog"><a href="#Reason-for-creating-a-blog" class="headerlink" title="Reason for creating a blog"></a>Reason for creating a blog</h3><p>For I really love to recording my thoughts and experiences.</p>
<p>By the way, record and summarize makes everything clear and power.</p>
<h3 id="Reason-for-choosing-the-github"><a href="#Reason-for-choosing-the-github" class="headerlink" title="Reason for choosing the github"></a>Reason for choosing the github</h3><p>我有一台windows,一个Linux的群晖,一个mbp2017.</p>
<p>我最终选择了在windows上面通过hexo建立我的第一个blog。</p>
<span id="more"></span>
<ol>
<li>我使用windows的时间更长,更见方便管理</li>
<li>hexo+GitHub的教程更多</li>
<li>hexo能够实现更多漂亮的css</li>
</ol>
<p>搭建时长超过16个小时,其中有13个小时在完善blog的css。</p>
<p>曾有考虑过GitHub集成jekyll来管理blog,不过jekyll的css并没有我喜欢的,且功能有限,既然是要折腾, 就整一个大的。</p>
<h3 id="搭建过程"><a href="#搭建过程" class="headerlink" title="搭建过程"></a>搭建过程</h3><p>有了建立blog的想法,且排除了国内的一些博客网站,锁定了GitHub。</p>
<p>于是在百度/Google上简单的搜索GitHub blog/GitHub 博客。</p>
<p>找到了几篇年份久远的关于hexo+GitHub建立博客的文章。</p>
<p><a target="_blank" rel="noopener" href="https://zhuanlan.zhihu.com/p/26625249">GitHub+Hexo 搭建个人网站详细教程 - 知乎 (zhihu.com)</a></p>
<p><a target="_blank" rel="noopener" href="https://www.cnblogs.com/liuxianan/p/build-blog-website-by-hexo-github.html">使用hexo+github搭建免费个人博客详细教程 - 我是小茗同学 - 博客园 (cnblogs.com)</a></p>
<p><a target="_blank" rel="noopener" href="https://www.bilibili.com/video/BV1mU4y1j72n?p=5">【2021最新版】保姆级Hexo+github搭建个人博客_哔哩哔哩_bilibili</a></p>
<p><a target="_blank" rel="noopener" href="https://xie.infoq.cn/article/968c2a6d6f05f649f05697e74">【效率为王】超详细 Hexo + Github Pages 博客搭建教程_GitHub_村雨遥_InfoQ写作平台</a></p>
<p>主要是参照了以上内容,令我好奇的是每个人的做法都不完全一致,所以我综合参考的。</p>
<p>总计花费16个小时。</p>
<h3 id="遇到的困难"><a href="#遇到的困难" class="headerlink" title="遇到的困难"></a>遇到的困难</h3><p>最大的困难在最后的generate和同步关于css。</p>
<p>前面的申请blog,安装配置环境都简单。</p>
<p>最后一步花了我一个晚上</p>
<h4 id="同步JavaScript和本地文件"><a href="#同步JavaScript和本地文件" class="headerlink" title="同步JavaScript和本地文件"></a>同步JavaScript和本地文件</h4><p>无法获得正常的更新,同步到git上后只有html文字,没有其他任何自定义效果</p>
<p>通过调整url和root得到解决</p>
<p>简单来说,是路径的设置问题,需要将路径设置在库的目录下</p>
<p>如果有子目录,root则填子目录。</p>
<figure class="highlight dts"><table><tr><td class="code"><pre><span class="line"><span class="symbol">url:</span> https:<span class="comment">//ylongwang2782.github.io/</span></span><br><span class="line"><span class="symbol">root:</span> /.</span><br></pre></td></tr></table></figure>
<h4 id="css同步问题"><a href="#css同步问题" class="headerlink" title="css同步问题"></a>css同步问题</h4><p>我最初的blog路径为,C://Blog/</p>
<p>无论我怎么尝试,无论我怎么去网上搜索“hexo无法显示css”都没有找到解决方法。</p>
<p>一度让我怒火中烧,无能狂怒。</p>
<p>后面天亮了,去吃了一个早饭,重新思考了整个流程,重新开始审视运行代码</p>
<p>最终找到以下现象</p>
<ol>
<li>F12中,blog网页CSS文件为空</li>
<li>hexo g后首行显示ERROR Asset render failed: css/main.css(因为其他全是success,我真的没有发现第一行有一个error)</li>
</ol>
<p>找到错误代码后,在Google中搜索,最终找到一位和我同等遭遇的老哥,切换path后正常。</p>
<p>于是我将blog文件切换到D盘后!</p>
<p>no error!</p>
<p>main.css 也从0kb变为了45kb</p>
<p>感动!</p>
<h3 id="最后"><a href="#最后" class="headerlink" title="最后"></a>最后</h3><p>不管怎么说,雏形还是搞上了</p>
<p>接下来的工作是让这个blog变成我的形状</p>
</div>
<footer class="post-footer">
<div class="post-nav">
<div class="post-nav-item">
<a href="/%E5%8D%9A%E5%AE%A2%E7%BE%8E%E5%8C%96" rel="prev" title="hexo+next博客美化">
<i class="fa fa-chevron-left"></i> hexo+next博客美化
</a>
</div>
<div class="post-nav-item">
<a href="/jellyfin" rel="next" title="Jellyfin建立自己的媒体库">
Jellyfin建立自己的媒体库 <i class="fa fa-chevron-right"></i>
</a>
</div>
</div>
</footer>
</article>
</div>
<div class="comments" id="waline-comments"></div>
</div>
</main>
<footer class="footer">
<div class="footer-inner">
<div class="copyright">
© 2022 –
<span itemprop="copyrightYear">2023</span>
<span class="with-love">
<i class="fa fa-heart"></i>
</span>
<span class="author" itemprop="copyrightHolder">Rainlong</span>
</div>
<div class="wordcount">
<span class="post-meta-item">
<span class="post-meta-item-icon">
<i class="fa fa-chart-line"></i>
</span>
<span>站点总字数:</span>
<span title="站点总字数">64k</span>
</span>
<span class="post-meta-item">
<span class="post-meta-item-icon">
<i class="fa fa-coffee"></i>
</span>
<span>站点阅读时长 ≈</span>
<span title="站点阅读时长">59 分钟</span>
</span>
</div>
<div class="powered-by">由 <a href="https://hexo.io/" rel="noopener" target="_blank">Hexo</a> & <a href="https://theme-next.js.org/" rel="noopener" target="_blank">NexT.Gemini</a> 强力驱动
</div>
</div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/animejs@3.2.1/lib/anime.min.js" integrity="sha256-XL2inqUJaslATFnHdJOi9GfQ60on8Wx1C2H8DYiN1xY=" crossorigin="anonymous"></script>
<script src="/js/comments.js"></script><script src="/js/utils.js"></script><script src="/js/motion.js"></script><script src="/js/next-boot.js"></script>
<script class="next-config" data-name="waline" type="application/json">{"lang":"zh-cn","enable":true,"serverURL":"waline-server-seven.vercel.app","placeholder":"畅所欲言。","avatar":"retro","pageSize":10,"visitor":true,"comment_count":true,"requiredFields":[],"meta":["nick","mail","link"],"libUrl":"https://cdn.jsdelivr.net/npm/@waline/client/dist/Waline.min.js","el":"#waline-comments","path":"/hello-world"}</script>
<script>
document.addEventListener('page:loaded', () => {
NexT.utils.loadComments(CONFIG.waline.el).then(() =>
NexT.utils.getScript(CONFIG.waline.libUrl, { condition: window.Waline })
).then(() => {
new Waline(CONFIG.waline);
});
});
</script>
<script src="/live2dw/lib/L2Dwidget.min.js?094cbace49a39548bed64abff5988b05"></script><script>L2Dwidget.init({"pluginRootPath":"live2dw/","pluginJsPath":"lib/","pluginModelPath":"assets/","tagMode":false,"debug":false,"model":{"scale":1,"jsonPath":"/live2dw/assets/wanko.model.json"},"display":{"superSample":2,"width":150,"height":300,"position":"right"},"mobile":{"show":true},"react":{"opacityDefault":0.9,"opacityOnHover":0.5},"log":false});</script></body>
</html>