hexo-theme-solitude 1.9.3 → 1.10.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.github/screenshot.webp +0 -0
- package/README.md +7 -5
- package/README_en-US.md +7 -5
- package/README_zh-Hant.md +7 -5
- package/_config.yml +18 -7
- package/languages/default.yml +1 -0
- package/languages/en.yml +1 -0
- package/languages/zh-CN.yml +1 -0
- package/languages/zh-TW.yml +1 -0
- package/layout/includes/body/gadsense.pug +2 -2
- package/layout/includes/footer.pug +12 -11
- package/layout/includes/inject/head.pug +2 -2
- package/layout/includes/widgets/aside/asideAdsense.pug +5 -0
- package/layout/includes/widgets/aside/asideCustom.pug +4 -3
- package/layout/includes/widgets/aside/asideSwitch.pug +2 -0
- package/layout/includes/widgets/home/categoryBar.pug +6 -2
- package/layout/includes/widgets/home/postList.pug +2 -2
- package/layout/post.pug +5 -0
- package/package.json +1 -1
- package/scripts/event/merge_config.js +355 -321
- package/source/css/_comments/comment.styl +2 -0
- package/source/css/_comments/twikoo.styl +16 -37
- package/source/css/_global/index.styl +13 -6
- package/source/css/_layout/aside.styl +8 -1
- package/source/css/_layout/footer.styl +27 -28
- package/source/css/_layout/other.styl +0 -3
- package/source/css/_mode/index.styl +2 -0
- package/source/css/_page/_about/reward.styl +1 -6
- package/source/css/_page/_home/category-bar.styl +28 -8
- package/source/css/_page/_home/home-top.styl +3 -0
- package/source/css/_page/music.styl +54 -71
- package/source/css/_post/ads.styl +4 -0
- package/source/css/_post/index.styl +4 -1
- package/source/css/_post/tools.styl +3 -0
- package/source/css/_tags/mermaid.styl +4 -1
- package/source/img/error_load.webp +0 -0
- package/source/img/loading.gif +0 -0
- package/source/js/main.js +1 -1
- package/source/js/music.js +1 -0
- package/.github/screenshot.png +0 -0
- package/README_fr.md +0 -90
- package/README_ja.md +0 -88
- package/source/img/error_load.png +0 -0
- package/source/img/pwa/favicon_128.ico +0 -0
- package/source/img/pwa/favicon_256.ico +0 -0
- package/source/img/pwa/favicon_512.ico +0 -0
@@ -1,8 +1,10 @@
|
|
1
1
|
body[data-type=music]
|
2
2
|
#page-header #nav a
|
3
3
|
color var(--efu-white)
|
4
|
+
|
4
5
|
#page-header.not-top-img #nav .back-home-button
|
5
6
|
color var(--efu-white)
|
7
|
+
|
6
8
|
.page
|
7
9
|
.layout#content-inner
|
8
10
|
background none
|
@@ -51,12 +53,9 @@ body[data-type=music]
|
|
51
53
|
justify-content space-between
|
52
54
|
overflow visible
|
53
55
|
|
54
|
-
.aplayer-body
|
56
|
+
.aplayer-body
|
55
57
|
width 70%
|
56
|
-
height
|
57
|
-
|
58
|
-
+maxWidth1200()
|
59
|
-
height 80vh
|
58
|
+
height 75vh
|
60
59
|
|
61
60
|
+maxWidth798()
|
62
61
|
width 100%
|
@@ -67,20 +66,12 @@ body[data-type=music]
|
|
67
66
|
left 0
|
68
67
|
right 0
|
69
68
|
top 0
|
70
|
-
height
|
69
|
+
height calc(var(--vh) - 230px)
|
71
70
|
|
72
71
|
ol
|
73
|
-
max-height
|
72
|
+
max-height calc(var(--vh) - 170px)!important
|
74
73
|
|
75
|
-
|
76
|
-
max-height 80vh !important
|
77
|
-
|
78
|
-
+maxWidth798()
|
79
|
-
max-height 100%!important
|
80
|
-
padding-right 3px
|
81
|
-
padding-left 8px
|
82
|
-
|
83
|
-
& > li
|
74
|
+
& > li
|
84
75
|
font-size 14px
|
85
76
|
opacity 0.6
|
86
77
|
border-top none
|
@@ -88,11 +79,11 @@ body[data-type=music]
|
|
88
79
|
+maxWidth798()
|
89
80
|
display flex
|
90
81
|
|
91
|
-
&:hover
|
82
|
+
&:hover
|
92
83
|
background var(--efu-black-op)
|
93
84
|
border-radius 6px
|
94
85
|
|
95
|
-
&.aplayer-list-light
|
86
|
+
&.aplayer-list-light
|
96
87
|
background var(--efu-black-op)
|
97
88
|
border-radius 6px
|
98
89
|
height 60px
|
@@ -108,10 +99,10 @@ body[data-type=music]
|
|
108
99
|
height 52px
|
109
100
|
justify-content center
|
110
101
|
|
111
|
-
.aplayer-list-index
|
102
|
+
.aplayer-list-index
|
112
103
|
display none
|
113
104
|
|
114
|
-
.aplayer-list-title
|
105
|
+
.aplayer-list-title
|
115
106
|
font-size 20px
|
116
107
|
line-height 20px
|
117
108
|
margin-top 8px
|
@@ -123,39 +114,38 @@ body[data-type=music]
|
|
123
114
|
+maxWidth798()
|
124
115
|
margin-top 4px
|
125
116
|
|
126
|
-
.aplayer-list-cur
|
117
|
+
.aplayer-list-cur
|
127
118
|
display none
|
128
119
|
|
129
120
|
span
|
130
121
|
+maxWidth798()
|
131
122
|
color #fff
|
132
123
|
|
133
|
-
&.aplayer-list-author
|
124
|
+
&.aplayer-list-author
|
134
125
|
max-width 100%
|
135
126
|
|
136
127
|
+maxWidth798()
|
137
128
|
margin-left 0
|
138
129
|
right 15px
|
139
130
|
|
140
|
-
span
|
131
|
+
span
|
141
132
|
color var(--efu-white)
|
142
133
|
|
143
134
|
+maxWidth798()
|
144
135
|
color var(--efu-black)
|
145
136
|
|
146
|
-
&.aplayer-list-title
|
137
|
+
&.aplayer-list-title
|
147
138
|
line-height 32px
|
148
139
|
|
149
140
|
+maxWidth798()
|
150
141
|
max-width 55%
|
151
|
-
width auto
|
152
142
|
display -webkit-box
|
153
143
|
-webkit-line-clamp 1
|
154
144
|
overflow hidden
|
155
145
|
-webkit-box-orient vertical
|
156
146
|
width 30%
|
157
147
|
|
158
|
-
&.aplayer-list-author
|
148
|
+
&.aplayer-list-author
|
159
149
|
opacity 0.6
|
160
150
|
overflow hidden
|
161
151
|
text-overflow ellipsis
|
@@ -173,17 +163,17 @@ body[data-type=music]
|
|
173
163
|
-webkit-box-orient vertical
|
174
164
|
margin-left auto
|
175
165
|
|
176
|
-
.aplayer-list-index
|
166
|
+
.aplayer-list-index
|
177
167
|
line-height 32px
|
178
168
|
opacity 0.6
|
179
169
|
|
180
|
-
&::-webkit-scrollbar-thumb
|
170
|
+
&::-webkit-scrollbar-thumb
|
181
171
|
background-color var(--efu-white-op)
|
182
172
|
|
183
173
|
.aplayer-list
|
184
174
|
transition none
|
185
175
|
|
186
|
-
.aplayer-pic
|
176
|
+
.aplayer-pic
|
187
177
|
float none
|
188
178
|
width 60px
|
189
179
|
height 60px
|
@@ -195,17 +185,17 @@ body[data-type=music]
|
|
195
185
|
z-index 999
|
196
186
|
display none
|
197
187
|
|
198
|
-
.aplayer-info
|
188
|
+
.aplayer-info
|
199
189
|
margin 0 20px 0 20px
|
200
190
|
border-bottom none
|
201
191
|
|
202
|
-
.aplayer-music
|
192
|
+
.aplayer-music
|
203
193
|
display none
|
204
194
|
|
205
195
|
+maxWidth798()
|
206
196
|
display flex
|
207
197
|
position fixed
|
208
|
-
top
|
198
|
+
top calc(var(--vh) - 178px)
|
209
199
|
left 0
|
210
200
|
margin 0
|
211
201
|
margin-left 32px
|
@@ -238,29 +228,22 @@ body[data-type=music]
|
|
238
228
|
line-height 1
|
239
229
|
color #fff
|
240
230
|
|
241
|
-
.aplayer-lrc
|
231
|
+
.aplayer-lrc
|
242
232
|
padding-top 24%
|
243
|
-
height
|
244
|
-
|
245
|
-
+maxWidth798()
|
246
|
-
margin-top 0
|
247
|
-
height auto
|
248
|
-
min-height 100%
|
249
|
-
mask-image linear-gradient(to bottom, #000, #000, #000, #000, #0000, #0000)
|
250
|
-
padding-top 100px
|
233
|
+
height var(--vh)
|
251
234
|
|
252
235
|
&:hover
|
253
236
|
p
|
254
237
|
filter blur(0px)
|
255
238
|
|
256
|
-
p
|
239
|
+
p
|
257
240
|
font-size 36px
|
258
241
|
line-height 44px !important
|
259
242
|
height 44px !important
|
260
243
|
margin-bottom 36px !important
|
261
244
|
color #fff
|
262
245
|
font-weight bold
|
263
|
-
text-align
|
246
|
+
text-align left
|
264
247
|
filter blur(2px)
|
265
248
|
opacity 0.3
|
266
249
|
transition all 0.9s cubic-bezier(0.56, 0.17, 0.22, 0.76)
|
@@ -274,17 +257,17 @@ body[data-type=music]
|
|
274
257
|
line-height 42px
|
275
258
|
height 42px
|
276
259
|
|
277
|
-
&.aplayer-lrc-current
|
260
|
+
&.aplayer-lrc-current
|
278
261
|
filter blur(0px)
|
279
262
|
opacity 1
|
280
263
|
transition all 0.3s cubic-bezier(0.56, 0.17, 0.22, 0.76), text-shadow 8s 4s ease-in
|
281
264
|
height fit-content !important
|
282
265
|
text-shadow 0 4px 4px #ffffff94
|
283
266
|
|
284
|
-
&:first-child
|
267
|
+
&:first-child
|
285
268
|
text-shadow 0 4px 4px #ffffff00
|
286
269
|
|
287
|
-
.aplayer-controller
|
270
|
+
.aplayer-controller
|
288
271
|
position fixed
|
289
272
|
max-width 1400px
|
290
273
|
margin auto
|
@@ -299,21 +282,21 @@ body[data-type=music]
|
|
299
282
|
width 100%
|
300
283
|
bottom 120px
|
301
284
|
|
302
|
-
.aplayer-bar-wrap
|
285
|
+
.aplayer-bar-wrap
|
303
286
|
margin 0 160px 0 150px
|
304
287
|
|
305
288
|
+maxWidth798()
|
306
289
|
margin 0 32px
|
307
290
|
|
308
|
-
.aplayer-played
|
291
|
+
.aplayer-played
|
309
292
|
background var(--efu-white) !important
|
310
293
|
|
311
|
-
.aplayer-thumb
|
294
|
+
.aplayer-thumb
|
312
295
|
-webkit-transform none
|
313
296
|
transform none
|
314
297
|
background #fff !important
|
315
298
|
|
316
|
-
.aplayer-time
|
299
|
+
.aplayer-time
|
317
300
|
position absolute
|
318
301
|
width 100%
|
319
302
|
bottom 26px
|
@@ -325,16 +308,16 @@ body[data-type=music]
|
|
325
308
|
bottom -40px
|
326
309
|
align-items center
|
327
310
|
|
328
|
-
.aplayer-icon
|
311
|
+
.aplayer-icon
|
329
312
|
width 1.8rem
|
330
313
|
height 1.8rem
|
331
314
|
margin-left 16px
|
332
315
|
|
333
|
-
path
|
316
|
+
path
|
334
317
|
fill var(--efu-white)
|
335
318
|
opacity 0.8
|
336
319
|
|
337
|
-
.aplayer-time-inner
|
320
|
+
.aplayer-time-inner
|
338
321
|
margin-right 18px
|
339
322
|
margin-top -8px
|
340
323
|
|
@@ -343,7 +326,7 @@ body[data-type=music]
|
|
343
326
|
width 100%
|
344
327
|
margin-right 4px
|
345
328
|
margin-top -60px
|
346
|
-
|
329
|
+
|
347
330
|
.aplayer-dtime
|
348
331
|
position absolute
|
349
332
|
right 30px
|
@@ -352,7 +335,7 @@ body[data-type=music]
|
|
352
335
|
position absolute
|
353
336
|
left 44px
|
354
337
|
|
355
|
-
.aplayer-icon-back
|
338
|
+
.aplayer-icon-back
|
356
339
|
position absolute
|
357
340
|
left 0
|
358
341
|
display inline
|
@@ -361,7 +344,7 @@ body[data-type=music]
|
|
361
344
|
margin auto
|
362
345
|
right 110px
|
363
346
|
|
364
|
-
.aplayer-icon-play
|
347
|
+
.aplayer-icon-play
|
365
348
|
position absolute
|
366
349
|
left 40px
|
367
350
|
display inline
|
@@ -373,7 +356,7 @@ body[data-type=music]
|
|
373
356
|
width 56px
|
374
357
|
height 56px
|
375
358
|
|
376
|
-
.aplayer-icon-forward
|
359
|
+
.aplayer-icon-forward
|
377
360
|
position absolute
|
378
361
|
left 80px
|
379
362
|
display inline
|
@@ -399,7 +382,7 @@ body[data-type=music]
|
|
399
382
|
height 24px
|
400
383
|
opacity 0.4
|
401
384
|
|
402
|
-
.aplayer-icon-menu
|
385
|
+
.aplayer-icon-menu
|
403
386
|
display none
|
404
387
|
|
405
388
|
+maxWidth798()
|
@@ -411,7 +394,7 @@ body[data-type=music]
|
|
411
394
|
height 24px
|
412
395
|
opacity 0.4
|
413
396
|
|
414
|
-
.aplayer-list
|
397
|
+
.aplayer-list
|
415
398
|
width 40%
|
416
399
|
max-width 480px
|
417
400
|
max-height none !important
|
@@ -422,7 +405,7 @@ body[data-type=music]
|
|
422
405
|
position fixed
|
423
406
|
z-index 1002
|
424
407
|
width 100%
|
425
|
-
bottom
|
408
|
+
bottom 0
|
426
409
|
left 0
|
427
410
|
background var(--efu-white)
|
428
411
|
border-radius 16px 16px 0 0
|
@@ -440,10 +423,10 @@ body[data-type=music]
|
|
440
423
|
overflow inherit
|
441
424
|
|
442
425
|
&:after,
|
443
|
-
&:before
|
426
|
+
&:before
|
444
427
|
display none
|
445
428
|
|
446
|
-
.aplayer-lrc-contents
|
429
|
+
.aplayer-lrc-contents
|
447
430
|
width 90%
|
448
431
|
margin-left auto
|
449
432
|
transition all .5s cubic-bezier(0.49, 0.21, 0.22, 0.84)
|
@@ -452,28 +435,28 @@ body[data-type=music]
|
|
452
435
|
+maxWidth798()
|
453
436
|
width 100%
|
454
437
|
|
455
|
-
.aplayer-info
|
456
|
-
.aplayer-controller
|
457
|
-
.aplayer-bar-wrap
|
458
|
-
.aplayer-bar
|
438
|
+
.aplayer-info
|
439
|
+
.aplayer-controller
|
440
|
+
.aplayer-bar-wrap
|
441
|
+
.aplayer-bar
|
459
442
|
height 8px
|
460
443
|
border-radius 8px
|
461
444
|
background var(--efu-white-op)
|
462
445
|
|
463
|
-
.aplayer-loaded
|
446
|
+
.aplayer-loaded
|
464
447
|
background var(--efu-white-op)
|
465
448
|
height 8px
|
466
449
|
border-radius 8px
|
467
450
|
|
468
|
-
.aplayer-played
|
451
|
+
.aplayer-played
|
469
452
|
height 8px
|
470
453
|
border-radius 8px
|
471
454
|
|
472
|
-
.aplayer-thumb
|
455
|
+
.aplayer-thumb
|
473
456
|
height 16px
|
474
457
|
width 16px
|
475
458
|
|
476
|
-
.aplayer-time
|
459
|
+
.aplayer-time
|
477
460
|
color var(--efu-white)
|
478
461
|
|
479
462
|
|
@@ -499,7 +482,7 @@ body[data-type=music]
|
|
499
482
|
|
500
483
|
.aplayer-icon-volume-down
|
501
484
|
display block
|
502
|
-
|
485
|
+
|
503
486
|
+maxWidth798()
|
504
487
|
display none
|
505
488
|
|
Binary file
|
package/source/img/loading.gif
CHANGED
Binary file
|
package/source/js/main.js
CHANGED
package/source/js/music.js
CHANGED
package/.github/screenshot.png
DELETED
Binary file
|
package/README_fr.md
DELETED
@@ -1,90 +0,0 @@
|
|
1
|
-
[简体中文](README.md)丨[繁体中文](README_zh-Hant.md)丨[English](README_en-US.md)丨Français丨[日本語](README_ja.md)
|
2
|
-
|
3
|
-
<div align="center">
|
4
|
-
|
5
|
-
<img src=".github/logo.svg" alt="Logo de la solitude" height="200">
|
6
|
-
|
7
|
-
<h1>Thème Hexo Solitude</h1>
|
8
|
-
|
9
|
-
Un thème Hexo élégant qui prend en charge le chargement paresseux, les PWA, le latex et les systèmes de commentaires
|
10
|
-
multiples.
|
11
|
-
|
12
|
-
La conception du thème est entièrement autorisée par [@张洪Heo](https://github.comzhheo).
|
13
|
-
|
14
|
-

|
15
|
-

|
16
|
-

|
17
|
-
[](https://github.com/valor-x/hexo-theme-solitude/stargazers)
|
18
|
-
[](https://www.npmjs.com/package/hexo-theme-solitude)
|
19
|
-
|
20
|
-

|
21
|
-

|
22
|
-
|
23
|
-

|
24
|
-

|
25
|
-

|
26
|
-
|
27
|
-

|
28
|
-

|
29
|
-

|
30
|
-
[](https://developer.mozilla.org/en-US/docs/Web/Progressive_web_apps)
|
31
|
-
|
32
|
-
[](https://twitter.com/efu_oo)
|
33
|
-
[](https://t.me/solitudePro)
|
34
|
-
[](https://discord.gg/Y8VEvVgW)
|
35
|
-
|
36
|
-

|
37
|
-

|
38
|
-
|
39
|
-
[](https://gitee.com/nsjjd_w/hexo-theme-solitude)
|
40
|
-
[](https://gitlab.com/efu/hexo-theme-solitude)
|
41
|
-
|
42
|
-
[Aperçu](https://www.efu.me/) 丨 [documentation](https://docs.efu.me/)
|
43
|
-
|
44
|
-
</div>
|
45
|
-
|
46
|
-

|
47
|
-
|
48
|
-
## caractéristique
|
49
|
-
|
50
|
-
- Chargement paresseux de page (Pjax), chargement paresseux d’image (LazyLoad), application hors ligne (PWA)
|
51
|
-
- Commentaires (Twikoo, Waline, Valine, Artalk)
|
52
|
-
- Mode couleur
|
53
|
-
- Lightbox (zoom moyen, fancybox)
|
54
|
-
- Formules mathématiques (latex)
|
55
|
-
- Pages en vedette : Essais instantanés, Mon équipement, Outils en ligne, Galerie de musique, Étang à poissons Friend
|
56
|
-
Chain, Page d’album photo, Page Douban
|
57
|
-
- Caractéristiques de l’article : résumé de l’IA, mise en évidence du code
|
58
|
-
|
59
|
-
## Todo
|
60
|
-
|
61
|
-
- [x] Examen d’Artalk
|
62
|
-
- [x] Double examen
|
63
|
-
- [x] album photo
|
64
|
-
|
65
|
-
> Si vous avez des questions, n’hésitez pas à les poser [issue](https://github.com/valor-x/hexo-theme-solitude/issues)
|
66
|
-
|
67
|
-
## appliquer
|
68
|
-
|
69
|
-
1. Utiliser le package NPM pour l’installation
|
70
|
-
```bash
|
71
|
-
npm i hexo-theme-solitude
|
72
|
-
```
|
73
|
-
2. Appliquer un thème
|
74
|
-
```yaml
|
75
|
-
theme: solitude
|
76
|
-
```
|
77
|
-
|
78
|
-
Go to [Docs](https://docs.efu.me) for more information.
|
79
|
-
|
80
|
-
## Sponsors
|
81
|
-
|
82
|
-
<p align="center">
|
83
|
-
<a href="https://cdn.jsdelivr.net/gh/efuo/static/sponsors.svg">
|
84
|
-
<img src='https://cdn.jsdelivr.net/gh/efuo/static/sponsors.svg'/>
|
85
|
-
</a>
|
86
|
-
</p>
|
87
|
-
|
88
|
-
## copyright
|
89
|
-
|
90
|
-
[MIT](./LICENSE) License © 2023-jusqu’ici [Efu](https://github.com/efuo)
|
package/README_ja.md
DELETED
@@ -1,88 +0,0 @@
|
|
1
|
-
[简体中文](README.md)丨[繁体中文](README_zh-Hant.md)丨[English](README_en-US.md)丨[Français](README_fr.md)丨日本語
|
2
|
-
|
3
|
-
<div align="center">
|
4
|
-
|
5
|
-
<img src=".github/logo.svg" alt="Solitude logo" height="200">
|
6
|
-
|
7
|
-
<h1>ヘキソテーマソリチュード</h1>
|
8
|
-
|
9
|
-
遅延読み込み、PWA、ラテックス、および複数のコメントシステムをサポートするエレガントなHexoテーマ。
|
10
|
-
|
11
|
-
テーマデザインは [@张洪Heo](https://github.comzhheo) によって完全にライセンスされています。
|
12
|
-
|
13
|
-

|
14
|
-

|
15
|
-

|
16
|
-
[](https://github.com/valor-x/hexo-theme-solitude/stargazers)
|
17
|
-
[](https://www.npmjs.com/package/hexo-theme-solitude)
|
18
|
-
|
19
|
-

|
20
|
-

|
21
|
-
|
22
|
-

|
23
|
-

|
24
|
-

|
25
|
-
|
26
|
-

|
27
|
-

|
28
|
-

|
29
|
-
[](https://developer.mozilla.org/en-US/docs/Web/Progressive_web_apps)
|
30
|
-
|
31
|
-
[](https://twitter.com/efu_oo)
|
32
|
-
[](https://t.me/solitudePro)
|
33
|
-
[](https://discord.gg/Y8VEvVgW)
|
34
|
-
|
35
|
-

|
36
|
-

|
37
|
-
|
38
|
-
[](https://gitee.com/nsjjd_w/hexo-theme-solitude)
|
39
|
-
[](https://gitlab.com/efu/hexo-theme-solitude)
|
40
|
-
|
41
|
-
[プレビュー](https://www.efu.me/) 丨 [ドキュメンテーション](https://docs.efu.me/)
|
42
|
-
|
43
|
-
</div>
|
44
|
-
|
45
|
-

|
46
|
-
|
47
|
-
## 特性
|
48
|
-
|
49
|
-
- ページ遅延読み込み(Pjax)、画像遅延読み込み(LazyLoad)、オフラインアプリケーション(PWA)
|
50
|
-
- コメント(Twikoo、Waline、Valine、Artalk)
|
51
|
-
- カラーモード
|
52
|
-
- ライトボックス(中ズーム、ファンシーボックス)
|
53
|
-
- 数式(ラテックス)
|
54
|
-
- 注目のページ:インスタントエッセイ、マイ機器、オンラインツール、ミュージックギャラリー、フレンドチェーンフィッシュポンド、フォトアルバムページ、Doubanページ
|
55
|
-
- 記事の特徴:AIの要約、コードの強調表示
|
56
|
-
|
57
|
-
## すべての
|
58
|
-
|
59
|
-
- [x] Artalkレビュー
|
60
|
-
- [x] ダブルレビュー
|
61
|
-
- [x] 写真集
|
62
|
-
|
63
|
-
> ご不明な点がございましたら、お問い合わせください [issue](https://github.com/valor-x/hexo-theme-solitude/issues)
|
64
|
-
|
65
|
-
## 申し込む
|
66
|
-
|
67
|
-
1. インストールに NPM パッケージを使用する
|
68
|
-
```bash
|
69
|
-
npm i hexo-theme-solitude
|
70
|
-
```
|
71
|
-
2. テーマを適用する
|
72
|
-
```yaml
|
73
|
-
theme: solitude
|
74
|
-
```
|
75
|
-
|
76
|
-
詳しくは [Docs](https://docs.efu.me) をご覧ください。
|
77
|
-
|
78
|
-
## スポンサー
|
79
|
-
|
80
|
-
<p align="center">
|
81
|
-
<a href="https://cdn.jsdelivr.net/gh/efuo/static/sponsors.svg">
|
82
|
-
<img src='https://cdn.jsdelivr.net/gh/efuo/static/sponsors.svg'/>
|
83
|
-
</a>
|
84
|
-
</p>
|
85
|
-
|
86
|
-
## 著作権
|
87
|
-
|
88
|
-
[MIT](./LICENSE) License © 2023-これまで [Efu](https://github.com/efuo)
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|