hexo-theme-shokax 0.3.12 → 0.3.14

Sign up to get free protection for your applications and to get access to all the features.
Files changed (181) hide show
  1. package/CODE_OF_CONDUCT.md +128 -128
  2. package/CONTRIBUTING.md +58 -58
  3. package/LICENSE +660 -660
  4. package/LICENSE-shoka +21 -21
  5. package/README.md +99 -92
  6. package/README_en.MD +90 -82
  7. package/UsageRestrictions.md +25 -25
  8. package/_config.yml +370 -373
  9. package/_images.yml +9 -9
  10. package/languages/README.md +19 -19
  11. package/languages/default.yml +1 -1
  12. package/languages/en.yml +153 -153
  13. package/languages/ja.yml +153 -153
  14. package/languages/zh-CN.yml +153 -153
  15. package/languages/zh-HK.yml +153 -153
  16. package/languages/zh-TW.yml +153 -153
  17. package/layout/_alternate/atom.ejs +30 -30
  18. package/layout/_alternate/json.ejs +16 -16
  19. package/layout/_alternate/rss.ejs +34 -34
  20. package/layout/_mixin/breadcrumb.pug +33 -33
  21. package/layout/_mixin/card.pug +38 -38
  22. package/layout/_mixin/comment.pug +41 -41
  23. package/layout/_mixin/postmeta.pug +29 -29
  24. package/layout/_mixin/segment.pug +32 -32
  25. package/layout/_mixin/sidebar.pug +40 -40
  26. package/layout/_mixin/widgets.pug +33 -33
  27. package/layout/_partials/footer.pug +42 -42
  28. package/layout/_partials/head/head.pug +57 -58
  29. package/layout/_partials/head/head_com.pug +17 -17
  30. package/layout/_partials/head/pwa.pug +18 -18
  31. package/layout/_partials/header.pug +18 -18
  32. package/layout/_partials/layout.pug +139 -139
  33. package/layout/_partials/loading.pug +13 -13
  34. package/layout/_partials/pagination.pug +4 -4
  35. package/layout/_partials/post/copyright.pug +20 -20
  36. package/layout/_partials/post/footer.pug +25 -25
  37. package/layout/_partials/post/nav.pug +13 -13
  38. package/layout/_partials/post/post.pug +41 -41
  39. package/layout/_partials/post/reward.pug +18 -18
  40. package/layout/_partials/sidebar/menu.pug +37 -37
  41. package/layout/_partials/sidebar/overview.pug +42 -42
  42. package/layout/_partials/third-party/baidu-analytics.pug +11 -11
  43. package/layout/_partials/third-party/clarity.pug +8 -8
  44. package/layout/_partials/third-party/google-analytics.pug +9 -9
  45. package/layout/archive.pug +118 -118
  46. package/layout/category.pug +59 -59
  47. package/layout/index.pug +33 -33
  48. package/layout/page.pug +55 -55
  49. package/layout/post.pug +36 -36
  50. package/layout/tag.pug +43 -43
  51. package/package.json +47 -47
  52. package/source/assets/algolia_logo.svg +9 -9
  53. package/source/assets/logo.svg +16 -16
  54. package/source/css/_colors.styl +207 -207
  55. package/source/css/_common/components/components.styl +6 -6
  56. package/source/css/_common/components/highlight/highlight.styl +357 -357
  57. package/source/css/_common/components/highlight/operation.styl +21 -21
  58. package/source/css/_common/components/pages/collapse.styl +119 -119
  59. package/source/css/_common/components/pages/home.styl +391 -391
  60. package/source/css/_common/components/pages/pages.styl +56 -56
  61. package/source/css/_common/components/pages/tag-cloud.styl +12 -12
  62. package/source/css/_common/components/post/breadcrumb.styl +39 -39
  63. package/source/css/_common/components/post/copyright.styl +41 -41
  64. package/source/css/_common/components/post/expand.styl +263 -263
  65. package/source/css/_common/components/post/footer.styl +11 -11
  66. package/source/css/_common/components/post/header.styl +79 -79
  67. package/source/css/_common/components/post/nav.styl +63 -63
  68. package/source/css/_common/components/post/post.styl +29 -29
  69. package/source/css/_common/components/post/reward.styl +50 -50
  70. package/source/css/_common/components/post/rtl.styl +12 -12
  71. package/source/css/_common/components/post/tags.styl +39 -39
  72. package/source/css/_common/components/tags/collapse.styl +72 -72
  73. package/source/css/_common/components/tags/container.styl +49 -49
  74. package/source/css/_common/components/tags/label.styl +12 -12
  75. package/source/css/_common/components/tags/links.styl +77 -77
  76. package/source/css/_common/components/tags/list.styl +131 -131
  77. package/source/css/_common/components/tags/note.styl +70 -70
  78. package/source/css/_common/components/tags/player.styl +361 -361
  79. package/source/css/_common/components/tags/quiz.styl +200 -200
  80. package/source/css/_common/components/tags/tabs.styl +89 -87
  81. package/source/css/_common/components/tags/tags.styl +9 -9
  82. package/source/css/_common/components/third-party/loading.styl +222 -222
  83. package/source/css/_common/components/third-party/mermaid/class.styl +90 -90
  84. package/source/css/_common/components/third-party/mermaid/flowchart.styl +72 -72
  85. package/source/css/_common/components/third-party/mermaid/gantt.styl +251 -251
  86. package/source/css/_common/components/third-party/mermaid/git.styl +7 -7
  87. package/source/css/_common/components/third-party/mermaid/mermaid.styl +37 -37
  88. package/source/css/_common/components/third-party/mermaid/pie.styl +9 -9
  89. package/source/css/_common/components/third-party/mermaid/sequence.styl +95 -95
  90. package/source/css/_common/components/third-party/mermaid/state.styl +130 -130
  91. package/source/css/_common/components/third-party/pace.styl +18 -18
  92. package/source/css/_common/components/third-party/search.styl +167 -167
  93. package/source/css/_common/components/third-party/theme.styl +151 -151
  94. package/source/css/_common/components/third-party/third-party.styl +22 -22
  95. package/source/css/_common/components/third-party/widgets.styl +57 -57
  96. package/source/css/_common/outline/footer/footer.styl +69 -69
  97. package/source/css/_common/outline/header/brand.styl +77 -77
  98. package/source/css/_common/outline/header/header.styl +20 -20
  99. package/source/css/_common/outline/header/image.styl +85 -85
  100. package/source/css/_common/outline/header/menu.styl +117 -117
  101. package/source/css/_common/outline/header/nav.styl +81 -81
  102. package/source/css/_common/outline/header/right.styl +15 -15
  103. package/source/css/_common/outline/header/tool.styl +207 -207
  104. package/source/css/_common/outline/header/waves.styl +57 -57
  105. package/source/css/_common/outline/mobile.styl +46 -46
  106. package/source/css/_common/outline/outline.styl +78 -78
  107. package/source/css/_common/outline/sidebar/author.styl +59 -59
  108. package/source/css/_common/outline/sidebar/dimmer.styl +23 -23
  109. package/source/css/_common/outline/sidebar/menu.styl +63 -63
  110. package/source/css/_common/outline/sidebar/quick.styl +43 -43
  111. package/source/css/_common/outline/sidebar/related.styl +56 -56
  112. package/source/css/_common/outline/sidebar/sidebar.styl +75 -75
  113. package/source/css/_common/outline/sidebar/social.styl +69 -69
  114. package/source/css/_common/outline/sidebar/state.styl +37 -37
  115. package/source/css/_common/outline/sidebar/tab.styl +71 -71
  116. package/source/css/_common/outline/sidebar/toc.styl +47 -47
  117. package/source/css/_common/scaffolding/animate.styl +322 -322
  118. package/source/css/_common/scaffolding/base.styl +190 -190
  119. package/source/css/_common/scaffolding/buttons.styl +48 -48
  120. package/source/css/_common/scaffolding/divider.styl +36 -36
  121. package/source/css/_common/scaffolding/iconfont.styl +443 -443
  122. package/source/css/_common/scaffolding/normalize.styl +273 -273
  123. package/source/css/_common/scaffolding/pagination.styl +81 -81
  124. package/source/css/_common/scaffolding/ribbon.styl +38 -38
  125. package/source/css/_common/scaffolding/scaffolding.styl +14 -14
  126. package/source/css/_common/scaffolding/scrollbar.styl +37 -37
  127. package/source/css/_common/scaffolding/tables.styl +50 -50
  128. package/source/css/_common/scaffolding/tip.styl +19 -19
  129. package/source/css/_common/scaffolding/toggles.styl +59 -59
  130. package/source/css/_iconfont.styl +455 -451
  131. package/source/css/_mixins.styl +148 -148
  132. package/source/css/_variables.styl +89 -89
  133. package/source/css/app.styl +41 -41
  134. package/source/css/comment.styl +3 -3
  135. package/source/css/mermaid.styl +5 -5
  136. package/source/css/optimize.styl +5 -5
  137. package/scripts/filters/locals.js +0 -52
  138. package/scripts/filters/post.js +0 -5
  139. package/scripts/generaters/archive.js +0 -133
  140. package/scripts/generaters/config.js +0 -48
  141. package/scripts/generaters/images.js +0 -23
  142. package/scripts/generaters/index.js +0 -107
  143. package/scripts/generaters/pages.js +0 -15
  144. package/scripts/generaters/script.js +0 -115
  145. package/scripts/helpers/asset.js +0 -147
  146. package/scripts/helpers/engine.js +0 -153
  147. package/scripts/helpers/list_categories.js +0 -84
  148. package/scripts/helpers/summary_ai.js +0 -107
  149. package/scripts/helpers/symbols_count_time.js +0 -69
  150. package/scripts/plugin/check.js +0 -32
  151. package/scripts/plugin/index.js +0 -78
  152. package/scripts/plugin/lib/injects-point.js +0 -20
  153. package/scripts/plugin/lib/injects.js +0 -89
  154. package/scripts/tags/links.js +0 -44
  155. package/scripts/tags/media.js +0 -19
  156. package/scripts/utils.js +0 -14
  157. package/source/css/twikoo.css +0 -2002
  158. package/source/js/_app/components/sidebar.js +0 -210
  159. package/source/js/_app/fireworks.js +0 -10
  160. package/source/js/_app/globals/globalVars.js +0 -80
  161. package/source/js/_app/globals/handles.js +0 -138
  162. package/source/js/_app/globals/themeColor.js +0 -62
  163. package/source/js/_app/globals/thirdparty.js +0 -71
  164. package/source/js/_app/globals/tools.js +0 -92
  165. package/source/js/_app/library/anime.js +0 -109
  166. package/source/js/_app/library/dom.js +0 -34
  167. package/source/js/_app/library/loadFile.js +0 -36
  168. package/source/js/_app/library/proto.js +0 -163
  169. package/source/js/_app/library/scriptPjax.js +0 -70
  170. package/source/js/_app/library/storage.js +0 -12
  171. package/source/js/_app/library/vue.js +0 -53
  172. package/source/js/_app/page/comment.js +0 -23
  173. package/source/js/_app/page/common.js +0 -41
  174. package/source/js/_app/page/fancybox.js +0 -65
  175. package/source/js/_app/page/post.js +0 -244
  176. package/source/js/_app/page/search.js +0 -118
  177. package/source/js/_app/page/tab.js +0 -53
  178. package/source/js/_app/pjax/domInit.js +0 -76
  179. package/source/js/_app/pjax/refresh.js +0 -53
  180. package/source/js/_app/pjax/siteInit.js +0 -49
  181. package/source/js/_app/player.js +0 -774
package/_config.yml CHANGED
@@ -1,374 +1,371 @@
1
- alternate: testName # 站点大标题
2
-
3
- statics: "/" # 静态文件根目录
4
- assets: "assets"
5
- css: "css"
6
- js: "js"
7
-
8
- open_graph:
9
- #twitter_id:
10
- #google_plus:
11
- #fb_admins:
12
- #fb_app_id:
13
-
14
- grayMode: false # 全站黑白滤镜
15
- # 请注意: 本主题的PWA功能只是一个装载器,需要自备js和manifest
16
- # 图片可通过https://lp-pwa.gitee.io/pwa-genicon/生成
17
- pwa:
18
- enable: false # 开启PWA功能
19
- serviceworker: sw.js #serviceworker脚本位置,使用以/为基准的绝对路径
20
- manifest: manifest.json #manifest位置,使用以/为基准的绝对路径
21
-
22
- # 实验性特性
23
- experiments:
24
- noIE: true # TODO 阻止IE浏览器访问(ShokaX不支持IE的任何版本)
25
- noPlayer: false # 禁用音乐播放器
26
- gradient: false # 使用CSS渐变作为文章封面
27
- fixedCover: "" # 主页面cover(为空则使用bing随机图片)
28
- debug: false # 使用debug模式启动
29
- disableThemeComment: false # 禁用主题评论系统(一般用于关闭评论或让插件接管评论系统)
30
- usingRelative: false # _image.yml 使用相对路径
31
- optimizeLongPosts: false # 优化长文章,这能让长文章的FPS提升70%-150%并解决假死问题,但存在一些副作用
32
- # 具体见https://docs.kaitaku.xyz/guide/theme.html#%E9%95%BF%E6%96%87%E7%AB%A0%E4%BC%98%E5%8C%96
33
- mobileWidth: 820px # 移动版和桌面版导航栏最短切换长度
34
-
35
- # 优化性能区
36
- performance:
37
- # 使用preconnect预加载的网址(不建议超过三个)
38
- preConnect:
39
- - "https://lf9-cdn-tos.bytecdntp.com"
40
- # 使用dns-prefetch预解析的网址
41
- dnsPrefetch:
42
- - "https://cdn.jsdelivr.net"
43
- - "https://unpkg.com"
44
-
45
- playerAPI: "https://api.injahow.cn" # 结尾不带/,只填写域名
46
- # 如果条件允许,请参考 https://github.com/injahow/meting-api 自建API
47
- # 使用vercel自行部署,请参考: https://github.com/xizeyoupan/Meting-API
48
-
49
- disableVL: false # 禁用可见度监听
50
-
51
- icon:
52
- favicon: "/favicon.ico"
53
- apple_touch_icon: "/apple-touch-icon.png"
54
-
55
- seo:
56
- bing:
57
- google:
58
- yandex:
59
- baidu:
60
-
61
- visitor:
62
- clarity: false
63
- baiduAnalytics: false
64
- googleAnalytics: false
65
-
66
- darkmode: true
67
- auto_dark: # 自动亮/暗模式
68
- enable: true #是否开启
69
- start: 20 #开始时间
70
- end: 7 #结束时间
71
-
72
- auto_scroll: false
73
-
74
- loader:
75
- start: true # 进入页面时显示加载动画
76
- switch: false # 切换页面时显示加载动画
77
-
78
- # 使用polyfill.io自动处理浏览器兼容问题
79
- polyfill:
80
- enable: true
81
- features:
82
- - default
83
- - fetch
84
-
85
- # 显示的动画(烟花)
86
- # 参阅 https://github.com/D-Sketon/mouse-firework
87
- fireworks:
88
- enable: true
89
- options:
90
- excludeElements: ["a"]
91
- particles:
92
- - shape: circle
93
- move: ["emit"]
94
- easing: easeOutExpo
95
- colors:
96
- - "rgba(255,182,185,.9)"
97
- - "rgba(250,227,217,.9)"
98
- - "rgba(187,222,214,.9)"
99
- - "rgba(138,198,209,.9)"
100
- number: 30
101
- duration: [1200, 1800]
102
- shapeOptions:
103
- radius: [16, 32]
104
- - shape: circle
105
- move: ["diffuse"]
106
- easing: easeOutExpo
107
- colors: ["#fff"]
108
- number: 1
109
- duration: [1200, 1800]
110
- shapeOptions:
111
- radius: 20
112
- alpha: 0.5
113
- lineWidth: 6
114
-
115
- font:
116
- enable: true
117
- # 从google字体库加载,如果自定义@font-face请关闭
118
- loadFromGoogle: true
119
- # 字体选项:
120
- # `external`:从google字体库加载字体.
121
- # `family: 字体家族名,无需引号
122
- # `size: x.x`. 以`em`为单位. 默认: 1 (16px)
123
-
124
- # 适用于所有在body标签内的文字.
125
- global:
126
- external: true
127
- family: Mulish
128
- size:
129
-
130
- # 大标题字体.
131
- logo:
132
- external: true
133
- family: Fredericka the Great
134
- size: 3.5
135
-
136
- # 页面标题字体.
137
- title:
138
- external: true
139
- family: Noto Serif JP
140
- size: 2.5
141
-
142
- # 标题字体.
143
- headings:
144
- external: true
145
- family: Noto Serif SC
146
- size:
147
-
148
- # 文章字体.
149
- posts:
150
- external: false
151
- family:
152
-
153
- # 代码块的字体
154
- codes:
155
- external: true
156
- family: Inconsolata
157
-
158
- # project of https://www.iconfont.cn/
159
- # //at.alicdn.com/t/font_1832207_c8i9n1ulxlt.css => 1832207_c8i9n1ulxlt
160
- iconfont: "1832207_igi8uaupcus"
161
-
162
- menu:
163
- home: / || home
164
- # about:
165
- # default: / || user
166
- # aboutsite: /about/ || user
167
- # admiration: /admiration/ || coffee
168
- # posts:
169
- # default: / || feather
170
- # archives: /archives/ || list-alt
171
- # categories: /categories/ || th
172
- # tags: /tags/ || tags
173
- # friends: /friends/ || heart
174
-
175
- # https://twikoo.js.org
176
- twikoo:
177
- enable: false
178
- link: "https://cdn.staticfile.org/twikoo/1.6.10/twikoo.nocss.min.js"
179
- mode: vercel # vercel或tencent
180
- envId: "https://114514.foo.bar" # twikoo环境ID,vercel填地址
181
- region:
182
-
183
- # https://waline.js.org/
184
- waline:
185
- enable: false
186
- serverURL: ""
187
- lang: "zh-CN"
188
- locale: {} # https://waline.js.org/guide/features/i18n.html#%E8%87%AA%E5%AE%9A%E4%B9%89%E8%AF%AD%E8%A8%80
189
- emoji: # 表情包
190
- - https://unpkg.com/@waline/emojis@1.0.1/weibo
191
- - https://unpkg.com/@waline/emojis@1.0.1/alus
192
- - https://unpkg.com/@waline/emojis@1.0.1/bilibili
193
- - https://unpkg.com/@waline/emojis@1.0.1/qq
194
- - https://unpkg.com/@waline/emojis@1.0.1/tieba
195
- - https://unpkg.com/@waline/emojis@1.0.1/tw-emoji
196
- meta: # 可以填写的内容
197
- - nick
198
- - mail
199
- - link
200
- requiredMeta: # 必须填写的内容
201
- - nick
202
- - mail
203
- wordLimit: 0 # 字数限制,0为不限制
204
- pageSize: 10 # 每页评论条数
205
- pageview: false # 是否开启浏览量统计,可独立开启
206
-
207
- summary:
208
- enable: false
209
- introduce: "我是基于ChatGPT-turbo-3.5实现的AI助手,在此网站上负责整理和概括文章" # AI自我介绍
210
- mode: openai # openai/custom
211
- pricing: "trial" # trial为试用模板(3 RPM);pay为即用即付模板(60 RPM)
212
- openai:
213
- remote: "https://api.openai.com"
214
- apikey: "key"
215
- custom:
216
- remote: "http://localhost:8000"
217
-
218
-
219
- # Social Links
220
- # Usage: `Key: permalink || icon || color`
221
- # Key is the link label showing to end users.
222
- # Value before `||` delimiter is the target permalink,
223
- # secend value is the name of Font icon.
224
- social:
225
- # github: https://github.com/name || github || "#191717"
226
- #google: https://plus.google.com/yourname || google
227
- #twitter: https://twitter.com/yourname || twitter || "#00aff0"
228
- #zhihu: https://www.zhihu.com/people/yourname || zhihu || "#1e88e5"
229
- #music: https://music.163.com/#/user/home?id=yourid || cloud-music || "#e60026"
230
- #weibo: https://weibo.com/yourname || weibo || "#ea716e"
231
- #about: https://about.me/yourname || address-card || "#3b5998"
232
- # email: mailto:foo@xxx.com || envelope || "#55acd5"
233
- #facebook: https://www.facebook.com/yourname || facebook
234
- # stackoverflow: https://stackoverflow.com/ || stack-overflow
235
- #youtube: https://youtube.com/yourname || youtube
236
- #instagram: https://instagram.com/yourname || instagram
237
- #skype: skype:yourname?call|chat || skype
238
- #douban: https://www.douban.com/people/yourname/ || douban
239
-
240
- sidebar:
241
- # Sidebar Position.
242
- position: left
243
- # position: right
244
- # Replace the default avatar image under <root>/source/_data/assets/ and set the url here.
245
- avatar: avatar.jpg
246
-
247
- widgets:
248
- # if true, will show random posts
249
- random_posts: true
250
- # if true, will show recent comments
251
- recent_comments: true
252
-
253
- footer:
254
- # Specify the date when the site was set up. If not defined, current year will be used.
255
- since: 2022
256
- icon:
257
- name: sakura rotate
258
- # Change the color of icon, using Hex Code.
259
- color: "#ffc0cb"
260
- # Dependencies: https://github.com/theme-next/hexo-symbols-count-time
261
- count: true
262
- powered: true
263
- lantern:
264
- enable: true #是否开启
265
- word1: 中 #第一个字
266
- word2: #第二个字
267
- icp: # ICP备案
268
- enable: false
269
- icon: "beian.webp" #网安备案图片
270
- icpnumber: "xxx" # ICP备案号
271
- beian: "xxx" # 网安备案号
272
- recordcode: "xxx" # 网安备案链接中的recordcode参数
273
-
274
- post:
275
- count: true
276
-
277
- # 文章是否失效
278
- outime:
279
- enable: false
280
- days: 90 # 超过 90 天文章失效
281
-
282
- reward:
283
- # If true, reward will be displayed in every article by default.
284
- enable: true
285
- account:
286
- wechatpay: /wechatpay.png
287
- alipay: /alipay.png
288
- # paypal: /paypal.png
289
-
290
- # TagCloud settings for tags page.
291
- tagcloud:
292
- # All values below are same as default, change them by yourself.
293
- min: 16 # Minimun font size in px
294
- max: 22 # Maxium font size in px
295
- start: "#72cecf" # Start color (hex, rgba, hsla or color keywords)
296
- end: "#ffbac3" # End color (hex, rgba, hsla or color keywords)
297
- amount: 200 # Amount of tags, change it if you have more than 200 tags
298
-
299
- # ---------------------------------------------------------------
300
- # Third Party Plugins & Services Settings
301
- # ---------------------------------------------------------------
302
-
303
- # Creative Commons 4.0 International License.
304
- # See: https://creativecommons.org/share-your-work/licensing-types-examples
305
- # Available values of license: by | by-nc | by-nc-nd | by-nc-sa | by-nd | by-sa | zero
306
- # You can set a language value if you prefer a translated version of CC license, e.g. deed.zh
307
- # CC licenses are available in 39 languages, you can find the specific and correct abbreviation you need on https://creativecommons.org
308
- creative_commons:
309
- license: by-nc-sa
310
- language: deed.zh
311
-
312
- # bgm
313
- # 不使用请打开noplayer功能
314
- audio:
315
- # - title: 列表1
316
- # list:
317
- # - https://music.163.com/#/playlist?id=2943811283
318
- # - https://music.163.com/#/playlist?id=2297706586
319
- # - title: 列表2
320
- # list:
321
- # - https://music.163.com/#/playlist?id=2031842656
322
-
323
- # random image api
324
- image_server: # "https://acg.xydwz.cn/api/api.php"
325
-
326
- # Algolia Search
327
- # For more information: https://www.algolia.com
328
- search:
329
- hits:
330
- per_page: 10
331
-
332
- # Dependencies: https://github.com/amehime/hexo-renderer-multi-markdown-it
333
- pangu: false
334
-
335
- # Quicklink Support
336
- # For more information: https://github.com/GoogleChromeLabs/quicklink
337
- quicklink:
338
- # Custom a time in milliseconds by which the browser must execute prefetching.
339
- timeout: 3000
340
- # Default (true) will attempt to use the fetch() API if supported (rather than link[rel=prefetch]).
341
- priority: true
342
-
343
- # For more flexibility you can add some patterns (RegExp, Function, or Array) to ignores.
344
- # See: https://github.com/GoogleChromeLabs/quicklink#custom-ignore-patterns
345
- ignores:
346
-
347
- #! ---------------------------------------------------------------
348
- #! DO NOT EDIT THE FOLLOWING `vendors` SETTINGS
349
- #! UNLESS YOU KNOW WHAT YOU ARE DOING
350
- #! ---------------------------------------------------------------
351
- vendors:
352
- cdns:
353
- npm_webcache: https://npm.webcache.cn
354
- bytedance: https://lf9-cdn-tos.bytecdntp.com/cdn/expire-6-M
355
- cdnjs_webcache: https://cdnjs.webstatic.cn/ajax/libs
356
- cdnjs: https://cdnjs.cloudflare.com/ajax/libs
357
- unpkg: https://unpkg.com
358
- js:
359
- pace: bytedance|pace/1.2.4/pace.min.js
360
- # pjax: npm_webcache|theme-shokax-pjax@0.0.3/pjax.shokax.min.js
361
- # anime: npm_webcache|theme-shokax-anime@0.0.6/anime.shokax.min.js
362
- # lozad: npm_webcache|lozad@1.16.0/dist/lozad.min.js
363
- algolia: bytedance|algoliasearch/4.12.1/algoliasearch-lite.umd.min.js
364
- instantsearch: bytedance|instantsearch.js/4.39.0/instantsearch.production.min.js
365
- quicklink: npm_webcache|quicklink@2.3.0/dist/quicklink.umd.js
366
- # mouse_firework: npm_webcache|mouse-firework@0.0.4/dist/index.umd.js
367
- async_js:
368
- fancybox: bytedance|??jquery/3.5.1/jquery.min.js,fancybox/3.5.7/jquery.fancybox.min.js,justifiedGallery/3.8.1/js/jquery.justifiedGallery.min.js
369
- copy_tex: npm_webcache|katex@0.16.7/contrib/copy-tex.min.js
370
- css:
371
- katex: npm_webcache|katex@0.16.7/dist/katex.min.css
372
- comment: css/comment.css
373
- fancybox: npm_webcache|@fancyapps/fancybox@3.5.7/dist/jquery.fancybox.min.css
1
+ alternate: testName # 站点大标题
2
+
3
+ statics: "/" # 静态文件根目录
4
+ assets: "assets"
5
+ css: "css"
6
+ js: "js"
7
+
8
+ open_graph:
9
+ #twitter_id:
10
+ #google_plus:
11
+ #fb_admins:
12
+ #fb_app_id:
13
+
14
+ grayMode: false # 全站黑白滤镜
15
+ # 请注意: 本主题的PWA功能只是一个装载器,需要自备js和manifest
16
+ # 图片可通过https://lp-pwa.gitee.io/pwa-genicon/生成
17
+ pwa:
18
+ enable: false # 开启PWA功能
19
+ serviceworker: sw.js #serviceworker脚本位置,使用以/为基准的绝对路径
20
+ manifest: manifest.json #manifest位置,使用以/为基准的绝对路径
21
+
22
+ # 实验性特性
23
+ experiments:
24
+ noPlayer: false # 禁用音乐播放器
25
+ gradient: false # 使用CSS渐变作为文章封面
26
+ fixedCover: "" # 主页面cover(为空则使用bing随机图片)
27
+ debug: false # 使用debug模式启动
28
+ disableThemeComment: false # 禁用主题评论系统(一般用于关闭评论或让插件接管评论系统)
29
+ usingRelative: false # _image.yml 使用相对路径
30
+ optimizeLongPosts: false # 优化长文章,这能让长文章的FPS提升70%-150%并解决假死问题,但存在一些副作用
31
+ # 具体见https://docs.kaitaku.xyz/guide/theme.html#%E9%95%BF%E6%96%87%E7%AB%A0%E4%BC%98%E5%8C%96
32
+ mobileWidth: 820px # 移动版和桌面版导航栏最短切换长度
33
+
34
+ # 优化性能区
35
+ performance:
36
+ # 使用preconnect预加载的网址(不建议超过三个)
37
+ preConnect:
38
+ - "https://lf9-cdn-tos.bytecdntp.com"
39
+ # 使用dns-prefetch预解析的网址
40
+ dnsPrefetch:
41
+ - "https://cdn.jsdelivr.net"
42
+ - "https://unpkg.com"
43
+
44
+ playerAPI: "https://api.injahow.cn" # 结尾不带/,只填写域名
45
+ # 如果条件允许,请参考 https://github.com/injahow/meting-api 自建API
46
+ # 使用vercel自行部署,请参考: https://github.com/xizeyoupan/Meting-API
47
+
48
+ disableVL: false # 禁用可见度监听
49
+
50
+ icon:
51
+ favicon: "/favicon.ico"
52
+ apple_touch_icon: "/apple-touch-icon.png"
53
+
54
+ seo:
55
+ bing:
56
+ google:
57
+ yandex:
58
+ baidu:
59
+
60
+ visitor:
61
+ clarity: false
62
+ baiduAnalytics: false
63
+ googleAnalytics: false
64
+
65
+ darkmode: true
66
+ auto_dark: # 自动亮/暗模式
67
+ enable: true #是否开启
68
+ start: 20 #开始时间
69
+ end: 7 #结束时间
70
+
71
+ auto_scroll: false
72
+
73
+ loader:
74
+ start: true # 进入页面时显示加载动画
75
+ switch: false # 切换页面时显示加载动画
76
+
77
+ # 使用polyfill.io自动处理浏览器兼容问题
78
+ polyfill:
79
+ enable: false
80
+ features:
81
+ - default
82
+ - fetch
83
+
84
+ # 显示的动画(烟花)
85
+ # 参阅 https://github.com/D-Sketon/mouse-firework
86
+ fireworks:
87
+ enable: true
88
+ options:
89
+ excludeElements: ["a"]
90
+ particles:
91
+ - shape: circle
92
+ move: ["emit"]
93
+ easing: easeOutExpo
94
+ colors:
95
+ - "rgba(255,182,185,.9)"
96
+ - "rgba(250,227,217,.9)"
97
+ - "rgba(187,222,214,.9)"
98
+ - "rgba(138,198,209,.9)"
99
+ number: 30
100
+ duration: [1200, 1800]
101
+ shapeOptions:
102
+ radius: [16, 32]
103
+ - shape: circle
104
+ move: ["diffuse"]
105
+ easing: easeOutExpo
106
+ colors: ["#fff"]
107
+ number: 1
108
+ duration: [1200, 1800]
109
+ shapeOptions:
110
+ radius: 20
111
+ alpha: 0.5
112
+ lineWidth: 6
113
+
114
+ font:
115
+ enable: true
116
+ # 从google字体库加载,如果自定义@font-face请关闭
117
+ loadFromGoogle: true
118
+ # 字体选项:
119
+ # `external`:从google字体库加载字体.
120
+ # `family: 字体家族名,无需引号
121
+ # `size: x.x`. 以`em`为单位. 默认: 1 (16px)
122
+
123
+ # 适用于所有在body标签内的文字.
124
+ global:
125
+ external: true
126
+ family: Mulish
127
+ size:
128
+
129
+ # 大标题字体.
130
+ logo:
131
+ external: true
132
+ family: Fredericka the Great
133
+ size: 3.5
134
+
135
+ # 页面标题字体.
136
+ title:
137
+ external: true
138
+ family: Noto Serif JP
139
+ size: 2.5
140
+
141
+ # 标题字体.
142
+ headings:
143
+ external: true
144
+ family: Noto Serif SC
145
+ size:
146
+
147
+ # 文章字体.
148
+ posts:
149
+ external: false
150
+ family:
151
+
152
+ # 代码块的字体
153
+ codes:
154
+ external: true
155
+ family: Inconsolata
156
+
157
+ # //at.alicdn.com/t/c/font_4415496_59g1326wajd.css => 4415496_59g1326wajd
158
+ # 自定义iconfont图标参见文档教程
159
+ iconfont: "4415496_59g1326wajd"
160
+
161
+ menu:
162
+ home: / || home
163
+ # about:
164
+ # default: / || user
165
+ # aboutsite: /about/ || user
166
+ # admiration: /admiration/ || coffee
167
+ # posts:
168
+ # default: / || feather
169
+ # archives: /archives/ || list-alt
170
+ # categories: /categories/ || th
171
+ # tags: /tags/ || tags
172
+ # friends: /friends/ || heart
173
+
174
+ # https://twikoo.js.org
175
+ twikoo:
176
+ enable: false
177
+ link: "https://cdn.staticfile.org/twikoo/1.6.30/twikoo.all.min.js"
178
+ mode: vercel # vercel或tencent
179
+ envId: "https://example.com" # twikoo环境ID,vercel填地址
180
+ region:
181
+
182
+ # https://waline.js.org/
183
+ waline:
184
+ enable: false
185
+ serverURL: ""
186
+ lang: "zh-CN"
187
+ locale: {} # https://waline.js.org/guide/features/i18n.html#%E8%87%AA%E5%AE%9A%E4%B9%89%E8%AF%AD%E8%A8%80
188
+ emoji: # 表情包
189
+ - https://unpkg.com/@waline/emojis@1.0.1/weibo
190
+ - https://unpkg.com/@waline/emojis@1.0.1/alus
191
+ - https://unpkg.com/@waline/emojis@1.0.1/bilibili
192
+ - https://unpkg.com/@waline/emojis@1.0.1/qq
193
+ - https://unpkg.com/@waline/emojis@1.0.1/tieba
194
+ - https://unpkg.com/@waline/emojis@1.0.1/tw-emoji
195
+ meta: # 可以填写的内容
196
+ - nick
197
+ - mail
198
+ - link
199
+ requiredMeta: # 必须填写的内容
200
+ - nick
201
+ - mail
202
+ wordLimit: 0 # 字数限制,0为不限制
203
+ pageSize: 10 # 每页评论条数
204
+ pageview: false # 是否开启浏览量统计,可独立开启
205
+
206
+ summary:
207
+ enable: false
208
+ introduce: "我是基于ChatGPT-turbo-3.5实现的AI助手,在此网站上负责整理和概括文章" # AI自我介绍
209
+ mode: openai # openai/custom
210
+ pricing: "trial" # trial为试用模板(3 RPM);pay为即用即付模板(60 RPM)
211
+ openai:
212
+ remote: "https://api.openai.com"
213
+ apikey: "key"
214
+
215
+
216
+ # Social Links
217
+ # Usage: `Key: permalink || icon || color`
218
+ # Key is the link label showing to end users.
219
+ # Value before `||` delimiter is the target permalink,
220
+ # secend value is the name of Font icon.
221
+ social:
222
+ github: https://github.com/name || github || "#191717"
223
+ #google: https://plus.google.com/yourname || google
224
+ #twitter: https://twitter.com/yourname || twitter || "#00aff0"
225
+ #zhihu: https://www.zhihu.com/people/yourname || zhihu || "#1e88e5"
226
+ #music: https://music.163.com/#/user/home?id=yourid || cloud-music || "#e60026"
227
+ #weibo: https://weibo.com/yourname || weibo || "#ea716e"
228
+ #about: https://about.me/yourname || address-card || "#3b5998"
229
+ # email: mailto:foo@xxx.com || envelope || "#55acd5"
230
+ #facebook: https://www.facebook.com/yourname || facebook
231
+ # stackoverflow: https://stackoverflow.com/ || stack-overflow
232
+ #youtube: https://youtube.com/yourname || youtube
233
+ #instagram: https://instagram.com/yourname || instagram
234
+ #skype: skype:yourname?call|chat || skype
235
+ #douban: https://www.douban.com/people/yourname/ || douban
236
+
237
+ sidebar:
238
+ # Sidebar Position.
239
+ position: left
240
+ # position: right
241
+ # Replace the default avatar image under <root>/source/_data/assets/ and set the url here.
242
+ avatar: avatar.jpg
243
+
244
+ widgets:
245
+ # if true, will show random posts
246
+ random_posts: true
247
+ # if true, will show recent comments
248
+ recent_comments: true
249
+
250
+ footer:
251
+ # Specify the date when the site was set up. If not defined, current year will be used.
252
+ since: 2022
253
+ icon:
254
+ name: sakura rotate
255
+ # Change the color of icon, using Hex Code.
256
+ color: "#ffc0cb"
257
+ # Dependencies: https://github.com/theme-next/hexo-symbols-count-time
258
+ count: true
259
+ powered: true
260
+ lantern:
261
+ enable: true #是否开启
262
+ word1: 中 #第一个字
263
+ word2: 秋 #第二个字
264
+ icp: # ICP备案
265
+ enable: false
266
+ icon: "beian.webp" #网安备案图片
267
+ icpnumber: "xxx" # ICP备案号
268
+ beian: "xxx" # 网安备案号
269
+ recordcode: "xxx" # 网安备案链接中的recordcode参数
270
+
271
+ post:
272
+ count: true
273
+
274
+ # 文章是否失效
275
+ outime:
276
+ enable: false
277
+ days: 90 # 超过 90 天文章失效
278
+
279
+ reward:
280
+ # If true, reward will be displayed in every article by default.
281
+ enable: true
282
+ account:
283
+ wechatpay: /wechatpay.png
284
+ alipay: /alipay.png
285
+ # paypal: /paypal.png
286
+
287
+ # TagCloud settings for tags page.
288
+ tagcloud:
289
+ # All values below are same as default, change them by yourself.
290
+ min: 16 # Minimun font size in px
291
+ max: 22 # Maxium font size in px
292
+ start: "#72cecf" # Start color (hex, rgba, hsla or color keywords)
293
+ end: "#ffbac3" # End color (hex, rgba, hsla or color keywords)
294
+ amount: 200 # Amount of tags, change it if you have more than 200 tags
295
+
296
+ # ---------------------------------------------------------------
297
+ # Third Party Plugins & Services Settings
298
+ # ---------------------------------------------------------------
299
+
300
+ # Creative Commons 4.0 International License.
301
+ # See: https://creativecommons.org/share-your-work/licensing-types-examples
302
+ # Available values of license: by | by-nc | by-nc-nd | by-nc-sa | by-nd | by-sa | zero
303
+ # You can set a language value if you prefer a translated version of CC license, e.g. deed.zh
304
+ # CC licenses are available in 39 languages, you can find the specific and correct abbreviation you need on https://creativecommons.org
305
+ creative_commons:
306
+ license: by-nc-sa
307
+ language: deed.zh
308
+
309
+ # bgm
310
+ # 不使用请打开noplayer功能
311
+ audio:
312
+ # - title: 列表1
313
+ # list:
314
+ # - https://music.163.com/#/playlist?id=2943811283
315
+ # - https://music.163.com/#/playlist?id=2297706586
316
+ # - title: 列表2
317
+ # list:
318
+ # - https://music.163.com/#/playlist?id=2031842656
319
+
320
+ # random image api
321
+ image_server: # "https://acg.xydwz.cn/api/api.php"
322
+
323
+ # Algolia Search
324
+ # For more information: https://www.algolia.com
325
+ search:
326
+ hits:
327
+ per_page: 10
328
+
329
+ # Dependencies: https://github.com/amehime/hexo-renderer-multi-markdown-it
330
+ pangu: false
331
+
332
+ # Quicklink Support
333
+ # For more information: https://github.com/GoogleChromeLabs/quicklink
334
+ quicklink:
335
+ # Custom a time in milliseconds by which the browser must execute prefetching.
336
+ timeout: 3000
337
+ # Default (true) will attempt to use the fetch() API if supported (rather than link[rel=prefetch]).
338
+ priority: true
339
+
340
+ # For more flexibility you can add some patterns (RegExp, Function, or Array) to ignores.
341
+ # See: https://github.com/GoogleChromeLabs/quicklink#custom-ignore-patterns
342
+ ignores:
343
+
344
+ #! ---------------------------------------------------------------
345
+ #! DO NOT EDIT THE FOLLOWING `vendors` SETTINGS
346
+ #! UNLESS YOU KNOW WHAT YOU ARE DOING
347
+ #! ---------------------------------------------------------------
348
+ vendors:
349
+ cdns:
350
+ npm_webcache: https://npm.webcache.cn
351
+ bytedance: https://lf9-cdn-tos.bytecdntp.com/cdn/expire-6-M
352
+ cdnjs_webcache: https://cdnjs.webstatic.cn/ajax/libs
353
+ cdnjs: https://cdnjs.cloudflare.com/ajax/libs
354
+ unpkg: https://unpkg.com
355
+ js:
356
+ pace: bytedance|pace/1.2.4/pace.min.js
357
+ # pjax: npm_webcache|theme-shokax-pjax@0.0.3/pjax.shokax.min.js
358
+ # anime: npm_webcache|theme-shokax-anime@0.0.6/anime.shokax.min.js
359
+ # lozad: npm_webcache|lozad@1.16.0/dist/lozad.min.js
360
+ algolia: bytedance|algoliasearch/4.12.1/algoliasearch-lite.umd.min.js
361
+ instantsearch: bytedance|instantsearch.js/4.39.0/instantsearch.production.min.js
362
+ quicklink: npm_webcache|quicklink@2.3.0/dist/quicklink.umd.js
363
+ # mouse_firework: npm_webcache|mouse-firework@0.0.4/dist/index.umd.js
364
+ async_js:
365
+ fancybox: bytedance|??jquery/3.5.1/jquery.min.js,fancybox/3.5.7/jquery.fancybox.min.js,justifiedGallery/3.8.1/js/jquery.justifiedGallery.min.js
366
+ copy_tex: npm_webcache|katex@0.16.7/dist/contrib/copy-tex.min.js
367
+ css:
368
+ katex: npm_webcache|katex@0.16.7/dist/katex.min.css
369
+ comment: css/comment.css
370
+ fancybox: npm_webcache|@fancyapps/fancybox@3.5.7/dist/jquery.fancybox.min.css
374
371
  justifiedGallery: npm_webcache|justifiedGallery@3.8.1/dist/css/justifiedGallery.min.css