hexo-theme-solitude 1.3.1 → 1.4.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.
Files changed (274) hide show
  1. package/.github/FUNDING.yml +13 -0
  2. package/.github/ISSUE_TEMPLATE/bug_report.yml +107 -0
  3. package/.github/ISSUE_TEMPLATE/config.yml +13 -0
  4. package/.github/ISSUE_TEMPLATE/feature_request.yml +14 -0
  5. package/.github/workflows/npm-publish.yml +21 -0
  6. package/CONTRIBUTING.md +0 -0
  7. package/LICENSE +0 -0
  8. package/README.md +60 -43
  9. package/README_EN.md +60 -42
  10. package/_config.yml +602 -451
  11. package/languages/en-US.yml +4 -24
  12. package/languages/zh-CN.yml +4 -24
  13. package/layout/404.pug +1 -1
  14. package/layout/archive.pug +0 -0
  15. package/layout/category.pug +0 -0
  16. package/layout/includes/body/mode.pug +1 -6
  17. package/layout/includes/console.pug +3 -3
  18. package/layout/includes/footer.pug +16 -15
  19. package/layout/includes/head/config.pug +38 -30
  20. package/layout/includes/head/opengraph.pug +0 -0
  21. package/layout/includes/head/pwa.pug +5 -44
  22. package/layout/includes/head.pug +4 -2
  23. package/layout/includes/header.pug +0 -0
  24. package/layout/includes/inject/body.pug +114 -65
  25. package/layout/includes/inject/head.pug +11 -46
  26. package/layout/includes/layout.pug +1 -2
  27. package/layout/includes/loading.pug +0 -0
  28. package/layout/includes/mixins/articleSort.pug +0 -0
  29. package/layout/includes/mixins/pagination.pug +0 -0
  30. package/layout/includes/nav.pug +1 -1
  31. package/layout/includes/page/about.pug +1 -1
  32. package/layout/includes/page/categories.pug +0 -0
  33. package/layout/includes/page/default.pug +0 -0
  34. package/layout/includes/page/equipment.pug +0 -0
  35. package/layout/includes/page/links.pug +2 -2
  36. package/layout/includes/page/music.pug +0 -0
  37. package/layout/includes/page/not_configured.pug +0 -0
  38. package/layout/includes/page/rss.pug +3 -3
  39. package/layout/includes/page/says.pug +15 -15
  40. package/layout/includes/page/tags.pug +0 -0
  41. package/layout/includes/page/tlink.pug +1 -0
  42. package/layout/includes/recent-posts.pug +0 -0
  43. package/layout/includes/sidebar.pug +0 -0
  44. package/layout/includes/widgets/aside/aside.pug +6 -6
  45. package/layout/includes/widgets/aside/asideAllInfo.pug +0 -0
  46. package/layout/includes/widgets/aside/asideArchive.pug +0 -0
  47. package/layout/includes/widgets/aside/asideCustom.pug +1 -1
  48. package/layout/includes/widgets/aside/asideFlipCard.pug +0 -0
  49. package/layout/includes/widgets/aside/asideInfoCard.pug +3 -3
  50. package/layout/includes/widgets/aside/asideNewestPost.pug +0 -0
  51. package/layout/includes/widgets/aside/asideSwitch.pug +0 -4
  52. package/layout/includes/widgets/aside/asideTag.pug +1 -1
  53. package/layout/includes/widgets/aside/asideToc.pug +0 -0
  54. package/layout/includes/widgets/aside/asideWebInfo.pug +2 -2
  55. package/layout/includes/widgets/home/banner.pug +0 -0
  56. package/layout/includes/widgets/home/bb/json.pug +22 -0
  57. package/layout/includes/widgets/home/bb/local.pug +17 -0
  58. package/layout/includes/widgets/home/bb/memos.pug +25 -0
  59. package/layout/includes/widgets/home/bbTimeList.pug +11 -7
  60. package/layout/includes/widgets/home/categoryBar.pug +0 -0
  61. package/layout/includes/widgets/home/categoryGroup.pug +1 -1
  62. package/layout/includes/widgets/home/hometop.pug +0 -0
  63. package/layout/includes/widgets/home/postList.pug +0 -0
  64. package/layout/includes/widgets/home/topGroup.pug +0 -0
  65. package/layout/includes/widgets/nav/left.pug +0 -0
  66. package/layout/includes/widgets/nav/menu.pug +1 -1
  67. package/layout/includes/widgets/nav/right.pug +6 -5
  68. package/layout/includes/widgets/page/about/authorinfo.pug +10 -9
  69. package/layout/includes/widgets/page/about/award.pug +0 -0
  70. package/layout/includes/widgets/page/about/contentinfo.pug +35 -34
  71. package/layout/includes/widgets/page/about/hobbies.pug +21 -17
  72. package/layout/includes/widgets/page/about/motto.pug +17 -16
  73. package/layout/includes/widgets/page/about/other.pug +16 -16
  74. package/layout/includes/widgets/page/about/personalities.pug +15 -14
  75. package/layout/includes/widgets/page/about/skillsinfo.pug +37 -36
  76. package/layout/includes/widgets/page/about/tenyear.pug +0 -0
  77. package/layout/includes/widgets/page/banner.pug +9 -3
  78. package/layout/includes/widgets/page/equipment/content.pug +0 -0
  79. package/layout/includes/widgets/page/links/banner.pug +14 -12
  80. package/layout/includes/widgets/page/links/linksCard.pug +4 -6
  81. package/layout/includes/widgets/page/links/linksDiscn.pug +8 -0
  82. package/layout/includes/widgets/page/links/linksItem.pug +4 -6
  83. package/layout/includes/widgets/page/says/json.pug +78 -0
  84. package/layout/includes/widgets/page/says/local.pug +44 -0
  85. package/layout/includes/widgets/page/says/memos.pug +107 -0
  86. package/layout/includes/widgets/post/award.pug +0 -0
  87. package/layout/includes/widgets/post/copyright.pug +2 -2
  88. package/layout/includes/widgets/post/post-ai.pug +12 -0
  89. package/layout/includes/widgets/post/postMeta.pug +2 -2
  90. package/layout/includes/widgets/post/postNav.pug +0 -0
  91. package/layout/includes/widgets/post/wave.pug +0 -0
  92. package/layout/includes/widgets/randomlink.pug +1 -1
  93. package/layout/includes/widgets/rightside/index.pug +6 -5
  94. package/layout/includes/widgets/third-party/comments/comment.pug +1 -5
  95. package/layout/includes/widgets/third-party/comments/twikoo.pug +1 -1
  96. package/layout/includes/widgets/third-party/comments/waline.pug +9 -11
  97. package/layout/includes/widgets/third-party/music.pug +1 -1
  98. package/layout/includes/widgets/third-party/news-comment/newest-comment.pug +6 -0
  99. package/layout/includes/widgets/third-party/news-comment/twikoo.pug +70 -0
  100. package/layout/includes/widgets/third-party/news-comment/waline.pug +64 -0
  101. package/layout/includes/widgets/third-party/pjax.pug +0 -0
  102. package/layout/includes/widgets/third-party/search/algolia-search.pug +0 -0
  103. package/layout/includes/widgets/third-party/search/index.pug +8 -7
  104. package/layout/includes/widgets/third-party/search/local-search.pug +0 -0
  105. package/layout/index.pug +3 -3
  106. package/layout/page.pug +0 -4
  107. package/layout/post.pug +2 -2
  108. package/layout/tag.pug +0 -0
  109. package/package.json +18 -9
  110. package/plugins.yml +109 -0
  111. package/scripts/event/cdn.js +129 -0
  112. package/scripts/event/init.js +0 -0
  113. package/scripts/event/page.js +1 -21
  114. package/scripts/event/welcome.js +1 -1
  115. package/scripts/filter/checkThemeConfig.js +0 -0
  116. package/scripts/filter/default.js +0 -0
  117. package/scripts/filter/lazyload.js +1 -1
  118. package/scripts/filter/randomPosts.js +0 -0
  119. package/scripts/helper/cdn.js +0 -0
  120. package/scripts/helper/getArchiveLength.js +0 -0
  121. package/scripts/helper/page.js +0 -0
  122. package/scripts/helper/related_post.js +0 -0
  123. package/scripts/helper/stylus.js +0 -0
  124. package/scripts/tags/button.js +0 -0
  125. package/scripts/tags/bvideo.js +0 -0
  126. package/scripts/tags/card.js +0 -0
  127. package/scripts/tags/checkbox.js +0 -0
  128. package/scripts/tags/fold.js +0 -0
  129. package/scripts/tags/image.js +0 -0
  130. package/scripts/tags/inline-image.js +0 -0
  131. package/scripts/tags/label.js +0 -0
  132. package/scripts/tags/link.js +0 -0
  133. package/scripts/tags/media.js +0 -0
  134. package/scripts/tags/note.js +0 -0
  135. package/scripts/tags/span.js +0 -0
  136. package/scripts/tags/tabs.js +0 -0
  137. package/scripts/tags/timeline.js +0 -0
  138. package/scripts/tags/u.js +0 -0
  139. package/source/css/_global/animation.css +0 -0
  140. package/source/css/_global/function.styl +42 -42
  141. package/source/css/_global/index.styl +1 -1
  142. package/source/css/_global/var.styl +0 -0
  143. package/source/css/_layout/basic.styl +16 -13
  144. package/source/css/_layout/header.styl +7 -2
  145. package/source/css/_layout/index.styl +59 -5
  146. package/source/css/_mode/index.styl +1 -17
  147. package/source/css/_page/_home/category-bar.styl +0 -0
  148. package/source/css/_page/_home/home-top.styl +10 -31
  149. package/source/css/_page/_home/index.styl +0 -0
  150. package/source/css/_page/_home/pagination.styl +3 -0
  151. package/source/css/_page/_home/recent-post.styl +10 -3
  152. package/source/css/_page/about/author.styl +94 -0
  153. package/source/css/_page/about/buff.styl +34 -0
  154. package/source/css/_page/about/careers.styl +27 -0
  155. package/source/css/_page/about/contentinfo.styl +78 -0
  156. package/source/css/_page/about/game.styl +41 -0
  157. package/source/css/_page/about/index.styl +39 -1
  158. package/source/css/_page/about/like.styl +29 -0
  159. package/source/css/_page/about/maxim.styl +23 -0
  160. package/source/css/_page/about/myphoto.styl +34 -0
  161. package/source/css/_page/about/oneself.styl +91 -0
  162. package/source/css/_page/about/personalities.styl +25 -0
  163. package/source/css/_page/about/reward.styl +113 -0
  164. package/source/css/_page/about/skills.styl +75 -0
  165. package/source/css/_page/about/statistic.styl +55 -0
  166. package/source/css/_page/about/tenyear.styl +0 -0
  167. package/source/css/_page/category.styl +0 -0
  168. package/source/css/_page/douban.styl +0 -1
  169. package/source/css/_page/equipment.styl +0 -0
  170. package/source/css/_page/error.styl +0 -0
  171. package/source/css/_page/home.styl +0 -0
  172. package/source/css/_page/index.styl +20 -5
  173. package/source/css/_page/links.styl +84 -49
  174. package/source/css/_page/moment.styl +0 -0
  175. package/source/css/_page/music.styl +0 -0
  176. package/source/css/_page/rss.styl +0 -0
  177. package/source/css/_page/says.styl +10 -0
  178. package/source/css/_page/tag.styl +0 -0
  179. package/source/css/_widgets/_aside/allinfo.styl +34 -0
  180. package/source/css/_widgets/_aside/flip.styl +0 -0
  181. package/source/css/_widgets/_aside/index.styl +1 -7
  182. package/source/css/_widgets/_aside/info.styl +0 -0
  183. package/source/css/_widgets/_aside/newPost.styl +0 -0
  184. package/source/css/_widgets/_aside/toc.styl +0 -0
  185. package/source/css/_widgets/_aside/welcome.styl +0 -0
  186. package/source/css/_widgets/_comment/index.styl +0 -0
  187. package/source/css/_widgets/_comment/twikoo.styl +0 -2
  188. package/source/css/_widgets/_comment/waline.styl +0 -0
  189. package/source/css/_widgets/_extra/console.styl +0 -0
  190. package/source/css/_widgets/_extra/fullpage.styl +0 -0
  191. package/source/css/_widgets/_extra/music.styl +1 -1
  192. package/source/css/_widgets/_extra/pace.styl +0 -0
  193. package/source/css/_widgets/_extra/rightmenu.styl +0 -0
  194. package/source/css/_widgets/_mixins/article-sort.styl +0 -0
  195. package/source/css/_widgets/_mixins/footer.styl +1 -2
  196. package/source/css/_widgets/_mixins/other.styl +0 -4
  197. package/source/css/_widgets/_mixins/sidebar.styl +0 -0
  198. package/source/css/_widgets/_post/_highlight/diff.styl +0 -0
  199. package/source/css/_widgets/_post/_highlight/index.styl +0 -1
  200. package/source/css/_widgets/_post/_highlight/theme/default.styl +0 -0
  201. package/source/css/_widgets/_post/_highlight/theme/mac.styl +0 -0
  202. package/source/css/_widgets/_post/_highlight/theme.styl +0 -0
  203. package/source/css/_widgets/_post/commentBarrage.styl +0 -0
  204. package/source/css/_widgets/_post/content.styl +42 -11
  205. package/source/css/_widgets/_post/copyright.styl +0 -0
  206. package/source/css/_widgets/_post/index.styl +1 -1
  207. package/source/css/_widgets/_post/meta.styl +0 -3
  208. package/source/css/_widgets/_post/pagination.styl +1 -1
  209. package/source/css/_widgets/_post/postAI.styl +0 -0
  210. package/source/css/_widgets/_post/relatedPost.styl +0 -0
  211. package/source/css/_widgets/_post/tools.styl +0 -0
  212. package/source/css/_widgets/_search/algolia-search.styl +0 -0
  213. package/source/css/_widgets/_search/local-search.styl +0 -0
  214. package/source/css/_widgets/_tags/button.styl +0 -0
  215. package/source/css/_widgets/_tags/bvideo.styl +0 -0
  216. package/source/css/_widgets/_tags/card.styl +0 -0
  217. package/source/css/_widgets/_tags/checkbox.styl +0 -0
  218. package/source/css/_widgets/_tags/fold.styl +0 -0
  219. package/source/css/_widgets/_tags/image.styl +0 -0
  220. package/source/css/_widgets/_tags/index.styl +0 -0
  221. package/source/css/_widgets/_tags/inline-image.styl +0 -0
  222. package/source/css/_widgets/_tags/label.styl +0 -0
  223. package/source/css/_widgets/_tags/link.styl +4 -2
  224. package/source/css/_widgets/_tags/note.styl +0 -0
  225. package/source/css/_widgets/_tags/span.styl +0 -0
  226. package/source/css/_widgets/_tags/tabs.styl +0 -0
  227. package/source/css/_widgets/_tags/timeline.styl +0 -1
  228. package/source/css/_widgets/index.styl +4 -4
  229. package/source/css/index.styl +0 -0
  230. package/source/img/avatar.png +0 -0
  231. package/source/img/default.png +0 -0
  232. package/source/img/error_load.png +0 -0
  233. package/source/js/{extend/comment/twikoo/commentBarrage.js → comment/twikoo_commentBarrage.js} +0 -0
  234. package/source/js/{extend/comment/waline/commentBarrage.js → comment/waline_commentBarrage.js} +0 -0
  235. package/source/js/covercolor/api.js +92 -0
  236. package/source/js/covercolor/local.js +85 -0
  237. package/source/js/main.js +28 -235
  238. package/source/js/music.js +0 -0
  239. package/source/js/rightside.js +404 -0
  240. package/source/js/{extend/search/algolia-search.js → search/algolia.js} +10 -0
  241. package/source/js/{extend/search/local-search.js → search/local.js} +24 -2
  242. package/source/js/utils.js +75 -1
  243. package/layout/includes/head/fest.pug +0 -22
  244. package/layout/includes/page/echarts.pug +0 -7
  245. package/layout/includes/page/moments.pug +0 -4
  246. package/layout/includes/widgets/aside/asideHistory.pug +0 -8
  247. package/layout/includes/widgets/aside/asideWelcome.pug +0 -12
  248. package/layout/includes/widgets/page/moments/angle.pug +0 -19
  249. package/layout/includes/widgets/page/moments/index.pug +0 -23
  250. package/layout/includes/widgets/page/says/saysBottom.pug +0 -11
  251. package/layout/includes/widgets/page/says/saysContent.pug +0 -6
  252. package/layout/includes/widgets/page/says/saysFunction.pug +0 -10
  253. package/layout/includes/widgets/page/says/saysMeta.pug +0 -7
  254. package/layout/includes/widgets/third-party/ai/index.pug +0 -12
  255. package/layout/includes/widgets/third-party/comments/gitalk.pug +0 -0
  256. package/layout/includes/widgets/third-party/comments/valine.pug +0 -0
  257. package/scripts/helper/echarts.js +0 -407
  258. package/source/css/_page/about.styl +0 -764
  259. package/source/css/_widgets/_aside/history.styl +0 -42
  260. package/source/js/extend/comment/twikoo/twikoo.js +0 -67
  261. package/source/js/extend/comment/waline/waline.js +0 -60
  262. package/source/lib/bundle.min.js +0 -27
  263. package/source/lib/circle.min.js +0 -1
  264. package/source/lib/cover-color.min.js +0 -7
  265. package/source/lib/friends_post.js +0 -4
  266. package/source/lib/lazyload.min.js +0 -1
  267. package/source/lib/rightside.min.js +0 -1
  268. package/source/lib/snackbar.min.css +0 -1
  269. package/source/lib/snackbar.min.js +0 -9
  270. package/source/lib/txmap.min.js +0 -1
  271. package/source/lib/universe.min.js +0 -1
  272. package/source/lib/view-image.min.js +0 -6
  273. package/source/lib/waterfall.min.js +0 -1
  274. /package/source/{lib → js}/sco-ai.min.js +0 -0
package/_config.yml CHANGED
@@ -1,7 +1,7 @@
1
1
  #---------------------------
2
2
  # Hexo Theme Solitude
3
- # Author: DuoSco team
4
- # Github: https://github.com/DuoSco/Hexo-theme-solitude
3
+ # Author: wleelw(王卓Sco)、yife68(亦封)
4
+ # Github: https://github.com/wleelw/Hexo-theme-solitude
5
5
  #
6
6
  # 配置指南: https://docs.wzsco.top/
7
7
  # 你可以从指南中获得更详细的说明
@@ -10,113 +10,158 @@
10
10
  # You can get more detailed help from the guide
11
11
  #---------------------------
12
12
 
13
+ # -------------------------
14
+ # 基本配置
15
+ # basic settings
16
+
13
17
  # 站点设置
18
+ # site settings
14
19
  site:
15
20
  # 顶部导航栏logo区域
21
+ # Logo area in the top navigation bar
16
22
  name:
17
23
  # 显示类型 (i_class/text/img)
24
+ # Display type (i_class/text/img)
18
25
  class: text
19
26
  # 具体内容 例如:scoicon sco-logo / 王卓Sco / https://p.sondy.top/logo.png
27
+ # Specific content, for example: scoicon sco-logo / 王卓Sco / https://p.sondy.top/logo.png
20
28
  custom: Solitude
21
29
  # 网页icon
30
+ # Web icon
22
31
  siteIcon: https://bu.dusays.com/2023/11/08/654af68b25bb8.jpg
23
32
  # 页脚的Logo、加载动画默认的logo
33
+ # Logo in the footer, default logo for loading animation
24
34
  icon: https://bu.dusays.com/2023/11/08/654af68b25bb8.jpg
25
35
  # ICP 例如:湘ICP备2023015327号
36
+ # ICP, for example: 湘ICP备2023015327号
26
37
  icp:
38
+ # ICP链接 例如:http://www.beian.miit.gov.cn/
39
+ # ICP link, for example: http://www.beian.miit.gov.cn/
40
+ icp_url:
27
41
 
28
42
  # 导航栏
43
+ # navigation bar
29
44
  nav:
30
45
  #导航栏左侧
46
+ # left
31
47
  left:
32
48
  # 是否开启左侧导航栏
49
+ # Whether to enable the left navigation bar
33
50
  enable: false
34
51
  # 导航栏显示的内容
52
+ # Content displayed in the navigation bar
35
53
  menu:
36
- # 显示分类名
37
- # 项目:
38
- # # 显示子类
39
- # Solitude:
40
- # # 显示的图标
41
- # icon: https://bu.dusays.com/2023/11/08/654af68b25bb8.jpg
42
- # # 点击的跳转链接
43
- # url: https://github.com/DuoSco/Hexo-Theme-solitude
44
- # ...
54
+ # # 显示分类名
55
+ # # Display category name
56
+ # 项目:
57
+ # # 显示子类
58
+ # # Display subcategories
59
+ # Solitude:
60
+ # # 显示的图标
61
+ # # Displayed icon
62
+ # icon: https://bu.dusays.com/2023/11/08/654af68b25bb8.jpg
63
+ # # 点击的跳转链接
64
+ # # Click the jump link
65
+ # url: https://github.com/DuoSco/Hexo-Theme-solitude
45
66
 
46
67
  # 导航栏内容
68
+ # Navigation bar content
47
69
  # tip:此部分内容是顶部导航栏中间菜单区域
70
+ # tip: This part of the content is the menu area in the middle of the top navigation bar
48
71
  menu:
49
- # 显示的大分类名称
50
- # 文库:
51
- # # 点击跳转链接
52
- # # tip:如果没有子类就填跳转链接,例如:/archives,否则填false
53
- # url: false
54
- # # 子类数组
55
- # child:
56
- # # 子类名称
57
- # 文章列表:
58
- # # 点击跳转链接
59
- # url: /archives/
60
- # # 子类名称左侧图标
61
- # icon: scoicon sco-folder-fill
62
- # 全部分类:
63
- # url: /categories/
64
- # icon: scoicon sco-checkbox-multiple-blank-fill
65
- # 全部标签:
66
- # url: /tags/
67
- # icon: scoicon sco-price-tag-fill
68
- # 友链:
69
- # url: false
70
- # child:
71
- # 鱼塘:
72
- # url: /moments/
73
- # icon: scoicon sco-wifi-fill
74
- # 友情链接:
75
- # url: /links/
76
- # icon: scoicon sco-group-fill
77
- # 宝藏博主:
78
- # url: javascript:travelling()
79
- # icon: scoicon sco-gift-fill
80
- # 我的:
81
- # url: false
82
- # child:
83
- # 装备:
84
- # url: /equipment/
85
- # icon: scoicon sco-laptop-line
86
- # 工具箱:
87
- # url: /tlink/
88
- # icon: scoicon sco-tools-fill
89
- # 关于:
90
- # url: false
91
- # child:
92
- # 关于本站:
93
- # url: /about/
94
- # icon: scoicon sco-contacts-fill
95
-
96
-
97
- # 导航栏右侧快捷菜单
72
+ # 显示的大分类名称
73
+ # Displayed category name
74
+ # 文库:
75
+ # # 点击跳转链接
76
+ # # Click the jump link
77
+ # # tip:如果没有子类就填跳转链接,例如:/archives,否则填false
78
+ # # tip: If there is no subcategory, fill in the jump link, for example: /archives, otherwise fill in false
79
+ # url: false
80
+ # # 子类数组
81
+ # # Subcategory array
82
+ # child:
83
+ # # 子类名称
84
+ # # Subcategory name
85
+ # 文章列表:
86
+ # # 点击跳转链接
87
+ # # Click the jump link
88
+ # url: /archives/
89
+ # # 子类名称左侧图标
90
+ # # Subcategory name left icon
91
+ # icon: sco-folder-fill
92
+ # 全部分类:
93
+ # url: /categories/
94
+ # icon: sco-checkbox-multiple-blank-fill
95
+ # 全部标签:
96
+ # url: /tags/
97
+ # icon: sco-price-tag-fill
98
+ # 友链:
99
+ # url: false
100
+ # child:
101
+ # 友情链接:
102
+ # url: /links/
103
+ # icon: sco-group-fill
104
+ # 宝藏博主:
105
+ # url: javascript:travelling()
106
+ # icon: sco-gift-fill
107
+ # 我的:
108
+ # url: false
109
+ # child:
110
+ # 装备:
111
+ # url: /equipment/
112
+ # icon: sco-laptop-line
113
+ # 工具箱:
114
+ # url: /tlink/
115
+ # icon: sco-tools-fill
116
+ # 关于:
117
+ # url: false
118
+ # child:
119
+ # 关于本站:
120
+ # url: /about/
121
+ # icon: sco-contacts-fill
122
+
123
+
124
+ # 导航栏右侧按钮
125
+ # Button on the right side of the navigation bar
98
126
  # tip:只需填写true和false即可
99
- right: # @todo 允许用户自定义
100
- travellings: false #开往
101
- random: false # 随机文章跳转
102
- console: false #控制台
127
+ # tip: Just fill in true and false
128
+ right:
129
+ random: false # 随机文章跳转 true:开启 / false:关闭 : random post jump true: on / false: off
130
+ console: false #控制台 true:开启 / false:关闭 : console true: on / false: off
131
+ # 从左至右
132
+ # From left to right
133
+ custom:
134
+ # - name: 开往 - 友链接力 # 显示文字 / Displayed text
135
+ # url: https://www.travellings.cn/go.html # 跳转链接 / Jump link
136
+ # icon: sco-train-line # 图标 / Icon
137
+ # onclick: # 点击事件 / Click event
138
+ # id: travellings_button # id
103
139
 
104
140
  # 首页顶部样式
105
- # tip:此内容为首页顶部的内容
141
+ # Home top style
106
142
  hometop:
107
143
  # 首页顶部瀑布技能点、右侧文章推荐、左侧下部分三大分类
144
+ # Home top waterfall skill points, right article recommendation, left lower part of the three major categories
108
145
  banner:
109
- # 是否开启显示,不要开启则顶部只会显示即刻mini(需配置)
110
- enable: false # 是否打开顶部banner
146
+ # 是否开启显示,不开启则顶部只会显示即刻mini(需配置)
147
+ # Whether to enable display, do not enable the top will only display the mini immediately (need to configure)
148
+ enable: false # 是否打开顶部banner / Whether to open the top banner
111
149
  # 左上角显示大文字
150
+ # Large text displayed in the upper left corner
112
151
  # tip:可使用html标签
152
+ # tip: html tags can be used
113
153
  title: 宁静致远<br>热爱生活
114
154
  # 左上角显示小文字
155
+ # Small text displayed in the upper left corner
115
156
  url: Hexo-Theme-Solitude
116
157
  # 轮播icon
158
+ # Carousel icon
117
159
  icon:
160
+ # 名字 / Name
118
161
  # HTML:
162
+ # # 图片 / Image
119
163
  # img: https://npm.elemecdn.com/wleelw-blog-abs@1.0.0/img/icon/HTML.png
164
+ # # 背景色 / Background color
120
165
  # color: '#e9572b'
121
166
  # JS:
122
167
  # img: https://npm.elemecdn.com/wleelw-blog-abs@1.0.0/img/icon/JS.png
@@ -141,589 +186,695 @@ hometop:
141
186
  # color: '#ffffff'
142
187
 
143
188
  # 顶部三大分类
189
+ # Top three categories
144
190
  categoryGroup:
145
191
  # 左侧
192
+ # Left
146
193
  G1:
147
194
  # 显示文字
195
+ # Displayed text
148
196
  name: 必看精选
149
197
  # 显示图标
198
+ # Displayed icon
150
199
  icon: scoicon sco-star-smile-fill
151
200
  # 跳转链接
201
+ # Jump link
152
202
  url: /tags/精选/
153
203
  # 中间
204
+ # Middle
154
205
  G2:
155
206
  name: 热门文章
156
207
  icon: scoicon sco-fire-fill
157
208
  url: /categories/热门/
158
209
  # 右侧
210
+ # Right
159
211
  G3:
160
212
  name: 实用教程
161
213
  icon: scoicon sco-book-mark-fill
162
214
  url: /tags/教程/
163
215
 
164
216
  # 右侧置顶列表(在文章的front matter中添加“recommend: true”)
217
+ # Right top list (add "recommend: true" in the front matter of the article)
165
218
  recommendList:
166
219
  # 左上角显示文字
220
+ # Large text displayed in the upper left corner
167
221
  sup: 置顶
168
222
  # 左下角大字
223
+ # Large text in the lower left corner
169
224
  title: Solitude主题文档
170
225
  # 点击跳转链接
226
+ # Click the jump link
171
227
  url: https://docs.wzsco.top/
172
228
  # 显示背景图片
229
+ # Display background image
173
230
  img: /img/default.png
174
231
  # 阴影颜色
232
+ # Shadow color
175
233
  color: '#ff0000'
176
234
 
177
- # 侧边栏
235
+ # --------------------------------------
236
+ # Aside Settings
237
+ # 侧边栏配置
178
238
  aside:
179
- # 值:about(关于我)、power(爱发电)、newestPost(最新文章)、allInfo(网站信息)、flip(公众号二维码)、welcome(个性定位)、history(那年今日)
239
+ # 值:about(关于我)、newestPost(最新文章)、allInfo(网站信息)、flip(公众号二维码)
240
+ # Values: about (info card), newestPost (latest article), allInfo (website information), flip (official account QR code)
241
+
180
242
  # 在主页显示的侧边栏信息
243
+ # Sidebar information displayed on the homepage
181
244
  # tip:将需要显示的侧边栏模块按照以上的值所述填入
245
+ # tip: Fill in the sidebar modules that need to be displayed as described above
182
246
  home:
183
- # 固定的信息(滑动不不跟随)
247
+ # 固定的信息(滑动不跟随)
248
+ # Fixed information (not followed by sliding)
184
249
  noSticky: "about"
185
250
  # 不固定的信息(滑动跟随)
251
+ # Unfixed information (sliding follow)
186
252
  Sticky: "allInfo"
187
253
  # 在文章页显示的侧边栏信息
254
+ # Sidebar information displayed on the article page
188
255
  post:
189
256
  noSticky: "about"
190
257
  Sticky: "newestPost"
191
258
  # 在页面中显示的侧边栏信息
259
+ # Sidebar information displayed on the
192
260
  page:
193
261
  noSticky: "about"
194
262
  Sticky: "newestPost,allInfo"
195
263
  # 侧边栏个人信息卡片
264
+ # Sidebar personal information
196
265
  card:
197
266
  # 头像信息
267
+ # Avatar information
198
268
  author:
199
269
  # 头像
270
+ # Avatar
200
271
  img: https://bu.dusays.com/2023/11/08/654af68b25bb8.jpg
201
272
  # 表情图片链接
273
+ # Emoticon image link
202
274
  # tip: 推荐尺寸 26x26
275
+ # tip: Recommended size 26x26
203
276
  sticker: https://bu.dusays.com/2023/12/30/659011053e246.png
204
277
  # 文案1
278
+ # label1
205
279
  # tip:可使用html标签
280
+ # tip: html tags can be used
206
281
  content: 分享自己对编程的<b>热爱</b>,对美好生活的<b>向往</b>,对知识海洋<b>探索历程</b>。
207
282
  # 文案2
283
+ # label2
208
284
  # tip:可使用html标签
285
+ # tip: html tags can be used
209
286
  content2: 相信你可以在这里找到对你有用的知识和教程。
210
287
  # 个人信息卡片底部的小图标,按照例子填写
288
+ # Small icons at the bottom of the personal information card, fill in according to the example
289
+ # 个人信息卡片顶部按钮的打招呼语句
290
+ # Greeting statement of the button at the top of the personal information card
291
+ sayhello:
292
+ morning: 一日之计在于晨
293
+ noon: 吃饱了才有力气干活
294
+ afternoon: 集中精力,攻克难关
295
+ night: 不要太劳累了,早睡更健康
296
+ goodnight: 睡个好觉,保证精力充沛
297
+ # 个人信息卡片顶部按钮的切换文字
298
+ # Switching text of the button at the top of the personal information card
299
+ sayhello2:
300
+ - 🤖️ 数码科技爱好者
301
+ - 🔍 分享与热心帮助
302
+ - 🏠 智能家居小能手
303
+ - 🔨 设计开发一条龙
304
+ - 🤝 专修交互与设计
305
+ - 🏃 脚踏实地行动派
306
+ - 🧱 团队小组发动机
307
+ - 💢 壮汉人狠话不多
308
+ - 🎮 电竞游戏爱好者
211
309
  information:
212
- # 悬停显示文字
213
- Github:
214
- # 图标
215
- icon: scoicon sco-github-line
216
- # 跳转链接
217
- url: https://github.com/DuoSco/Hexo-Theme-slitude
218
- Bilibili:
219
- icon: scoicon sco-bilibili-line
220
- url: https://space.bilibili.com/1329819902
221
- # 公众号二维码
310
+ # # 悬停显示文字
311
+ # Github:
312
+ # # 图标
313
+ # icon: scoicon sco-github-line
314
+ # # 跳转链接
315
+ # url: https://github.com/DuoSco/Hexo-Theme-slitude
316
+ # Bilibili:
317
+ # icon: scoicon sco-bilibili-line
318
+ # url: https://space.bilibili.com/1329819902
319
+
320
+ # 二维码
321
+ # Official account QR code
222
322
  flip:
223
323
  # 右下角头像
324
+ # Avatar in the lower right corner
224
325
  favicon:
225
326
  # 正面
327
+ # Front
226
328
  face:
227
329
  # 鼠标悬停翻转图片
330
+ # Mouse hover flip image
228
331
  backface:
229
332
  # 夜间模式下是否开启卡片背景颜色 true:使用背景颜色 / false:不使用背景颜色
333
+ # Whether to enable card background color in night mode true: use background color / false: do not use background color
230
334
  darkcolor: false
231
- # 个性定位
232
- welcome:
233
- enable: false
234
- #【选填】留空将默认显示为:来访者
235
- title:
236
- #【选填】留空将默认显示为:scoicon sco-map-pin-line
237
- icon:
238
- # 腾讯key
239
- key:
240
- # 经度
241
- # tip:一定要改!不要用作者的经纬度!查询办法见文档
242
- longitude: 112.8455033596802
243
- # 纬度
244
- Latitude: 26.430308353457896
245
- # 那年今日
246
- history:
247
- enable: false
248
- #【选填】留空将默认显示为:那年今日
249
- title:
250
- #【选填】留空将默认显示为:scoicon sco-calendar-line
251
- icon:
335
+
252
336
  # 页面目录
337
+ # Page directory
253
338
  toc:
254
339
  # 在文章页显示
340
+ # Display on the article page
255
341
  post: true
256
342
  # 在任意页显示
343
+ # Display on any page
257
344
  page: false
258
345
  # 开启后不悬停目录有模糊效果
346
+ # After opening, there is a fuzzy effect without hovering over the directory
259
347
  vague: true
260
348
 
261
349
  # 侧边栏文章列表
350
+ # Sidebar article list
262
351
  tags:
263
352
  # 是否显示标签
353
+ # Whether to display tags
264
354
  enable: false
355
+ # 显示标签数量,当高于标签总数时,显示全部标签按钮
356
+ # Display the number of tags, when it is higher than the total number of tags, display all tags button
357
+ limit: 20
265
358
  # 高亮显示
359
+ # Highlight
266
360
  highlight: false
267
361
  # 高亮显示标签列表
362
+ # Highlighted tag list
268
363
  list:
269
364
  - 'Solitude-使用'
270
365
 
271
366
  # 侧边栏归档
367
+ # aside archive
272
368
  archive:
273
- # 是否显示
274
369
  enable: false
275
370
  # 显示类型
276
- type: 'month' # monthly: 按月 / yearly: 按年
371
+ type: 'month' # monthly: 按月 / yearly: 按年 : monthly: by month / yearly: by year
277
372
 
278
373
  # 建站信息
374
+ # Website information
279
375
  siteinfo:
280
376
  # 文章数
377
+ # Number of articles
281
378
  postcount: true
282
379
  # 总字数
380
+ # Total number of words
283
381
  wordcount: true
284
382
  # 访问量
383
+ # Number of visits
285
384
  pv: true
286
385
  # 访客数
386
+ # Number of visitors
287
387
  uv: true
288
388
  # 最后更新日期
389
+ # Last update date
289
390
  updatetime: true
290
391
  # 建站时间
392
+ # Website creation time
291
393
  runtimeenable: true
292
394
  # 格式:yyyy-MM-dd hh-mm-ss
395
+ # Format: yyyy-MM-dd hh-mm-ss
293
396
  runtime: '2023-04-20 00:00:00'
294
397
 
295
- # Footer Settings
296
- # --------------------------------------
297
- footer:
298
- # 底部上方一排图标
299
- information:
300
- left: # 左侧显示图标
301
- # Github:
302
- # icon: scoicon sco-bilibili-line
303
- # url: https://github.com/wleelw
304
- # Mail:
305
- # icon: scoicon sco-mail-line
306
- # url: mailto:wleelw@wzsco.top
307
- right: # 右侧显示图标
308
- # Bilibili:
309
- # icon: scoicon sco-bilibili-line
310
- # url: https://space.bilibili.com/1329819902
311
- # 抖音:
312
- # icon: scoicon sco-douyin-fill
313
- # url: https://v.douyin.com/iJsLc8jt/
314
- # 底部导航栏
315
- group: # 从左至右
316
- # 导航:
317
- # 归档: /archives/
318
- # 分类: /categories/
319
- # 标签: /tags/
320
- # 服务:
321
- # 阿里云: https://aliyun.com/
322
- # 51la统计: https://v6.51.la/
323
- # 百度统计: https://tongji.baidu.com/
324
- # 支持:
325
- # 打赏记录: /about/
326
- # 协议:
327
- # Cookies: /cookies/
328
- # 用户协议: /privacy/
329
- # 版权协议: /copyright/
398
+ # -------------------------
399
+ # 页面配置
400
+ # page settings
330
401
 
331
- # 底部随机友链
332
- # tip:此处的友链是随机显示的,不是固定的
333
- randomlink: false
334
- # rss
335
- # tip:此部分需要配置rss页面显示
336
- rss:
337
- enable: false # 是否显示
338
- # 微信公众号链接
339
- wechatOA:
340
- # 邮箱链接
341
- emailOA:
342
- # rss订阅链接
343
- rssOA:
344
- # 版权
345
- # tip:就是页脚的四个版权小图标点击跳转
346
- license:
347
- # 点击跳转链接
348
- url: /copyright/
402
+ # 404 页面
403
+ # 404 page
404
+ errorpage:
405
+ # 图片
406
+ # image
407
+ img: https://bu.dusays.com/2023/03/03/6401a7906aa4a.gif
408
+ # 文字
409
+ # text
410
+ text: =awa= 页面走丢了
411
+ # 推荐文章列表
412
+ # Recommended article list
413
+ recommendList: true
349
414
 
350
- # 页面页默认设置
415
+ # 即刻说说页
416
+ # jike says page
417
+ # 前置要求:需配置即刻说说页面
418
+ # Pre-requirements: Jike says page needs to be configured
419
+ # 开启后将显示即刻页面
420
+ # After opening, the Jike page will be displayed
421
+ says:
422
+ enable: false
423
+ # 主页的即刻轮播条
424
+ # Jike carousel bar on the homepage
425
+ home_mini: false
426
+ # 1:张洪heo样式 / 2:Leonus样式
427
+ # 1: Zhang Hong heo style / 2: Leonus style
428
+ style: 1
429
+ # 即刻短文仅展示前n条
430
+ # Jike short text only shows the first n
431
+ strip: 30
432
+ # 模式选择。local:本地静态 / json:动态json / memos:动态Memos
433
+ # Mode selection. Local: local static/JSON: dynamic JSON/memory: dynamic Memos
434
+ mode: local
435
+ # 动态模式地址。如为json或memos模式,此项为必填。链接获取以及格式可查看主题文档。
436
+ # Dynamic mode address. If it is in JSON or Memos mode, this field is mandatory. The link acquisition and format can be viewed in the theme document.
437
+ mode_link: # https://example.com/api/v1/memo?creatorId=1&tag=says
438
+
439
+ # -------------------------
440
+ # meeting-api,用于界面中的音乐胶囊和音乐馆页,可自定义api,不会请勿动。
441
+ # meeting-api, used for music capsules and music halls in the interface, can customize api, do not move if you don't know.
442
+ meting_api: "https://meting.qjqq.cn/?server=:server&type=:type&id=:id&auth=:auth&r=:r" #自定义api
443
+ # 音乐馆页
444
+ # music hall
445
+ music:
446
+ enable: false
447
+ # 音乐ID:歌单ID / 专辑ID / 歌手ID
448
+ # Music ID: playlist ID / album ID / singer ID
449
+ id: 1994908354
450
+ # 播放列表的服务商。netease:网易云 / tencent:腾讯 / kugou:酷狗 / xiami:小米 / baidu:百度
451
+ # Music service provider. netease: Netease Cloud / tencent: Tencent / kugou: Kugou / xiaomi: Xiaomi / baidu: Baidu
452
+ server: netease
453
+ # 播放列表的类型。song:单曲 / playlist:歌单 / album:专辑 / artist:歌手
454
+ # Type of playlist. song: Single / playlist: Playlist / album: Album / artist: Singer
455
+ type: playlist
456
+ # 初始音量。0.8 = 80%,范围 0 到 1
457
+ # Initial volume. 0.8 = 80%, range 0 to 1
458
+ volume: 0.8
459
+ # 是否开启互斥模式,即同时只能有一个播放器播放
460
+ # Whether to enable mutex mode, that is, only one player can play at the same time
461
+ mutex: true
462
+
463
+ # 音乐胶囊
464
+ # capsule music
465
+ capsule:
466
+ enable: false
467
+ id: 8407304077 # 歌单id / playlist id
468
+ server: netease # 播放列表的服务商。netease:网易云 / tencent:腾讯 / kugou:酷狗 / xiami:小米 / baidu:百度 : Music service provider. netease: Netease Cloud / tencent: Tencent / kugou: Kugou / xiaomi: Xiaomi / baidu: Baidu
469
+ type: playlist # 播放列表的类型。song:单曲 / playlist:歌单 / album:专辑 / artist:歌手 : Type of playlist. song: Single / playlist: Playlist / album: Album / artist: Singer
470
+
471
+ # -------------------------
472
+ # 文章页、页面配置
473
+ # post、page settings
474
+
475
+ # 页面默认设置
476
+ # page default settings
351
477
  page:
352
- error: true # 404页面
353
- tags: true # 标签页
354
- categories: true # 分类页
355
- default: # 默认值
478
+ error: true # 404页面 / 404 page
479
+ tags: true # 标签页 / Tags page
480
+ categories: true # 分类页 / Categories page
481
+ default: # 默认值 / Default value
356
482
  # 默认图片
483
+ # default cover
357
484
  # tip:随机数组图片,每次生成的时候都会从中随机抽取一张
485
+ # tip: Random array pictures, each time you generate, you will randomly extract one from them
358
486
  cover:
359
- - /img/default.png # 默认图片
487
+ - /img/default.png # 默认图片 / default cover
360
488
 
361
489
  # 文章页默认设置
490
+ # post default settings
362
491
  post:
363
492
  default:
364
493
  # 文章默认图片
365
- # tip:同page的default
494
+ # default cover
366
495
  cover:
367
- - /img/default.png # 默认图片
496
+ - /img/default.png # 默认图片 / default cover
497
+ # 文章发布默认地址
498
+ # default post locate
368
499
  locate: 衡阳
500
+ # 文章默认版权
501
+ # default post copyright
369
502
  copyright:
370
- # 是否打开copyright
371
503
  enable: true
372
504
  license: CC BY-NC-SA 4.0
373
505
  licenurl: https://creativecommons.org/licenses/by-nc-sa/4.0/deed.zh
374
506
  # 是否使用移轴动画头像
507
+ # Whether to use the shift animation avatar
375
508
  author:
376
509
  enable: false
377
- author_back: https://bu.dusays.com/2023/11/01/6541f6d4b2573.png # 底部头像背景
510
+ author_back: https://bu.dusays.com/2023/11/01/6541f6d4b2573.png # 底部头像背景 / Bottom avatar background
378
511
  # 顶部文章简介
512
+ # Top article introduction
379
513
  meta:
380
- date: false # 发布日期
381
- updated: false # 更新日期
382
- locate: false # 位置
383
- wordcount: false # 字数
384
- readtime: false # 访问
385
- pv: false # 浏览量
386
- comment: false # 评论数
514
+ date: false # 发布日期 / Release date
515
+ updated: false # 更新日期 / Update date
516
+ locate: false # 位置 / Location
517
+ wordcount: false # 字数 / Number of words
518
+ readtime: false # 访问 / uv
519
+ pv: false # 浏览量 / pv
520
+ comment: false # 评论数 / Comment count
387
521
  # 打赏
522
+ # reward
388
523
  award:
389
- # 开启后文章底部显示打赏按钮
390
524
  enable: false
391
525
  # 微信收款码
526
+ # WeChat payment code
392
527
  wechat: https://bu.dusays.com/2023/11/07/6549e79364fa3.png
393
528
  # 支付宝收款码
529
+ # Alipay payment code
394
530
  alipay: https://bu.dusays.com/2023/11/07/6549e79d02bd6.png
395
531
  # 打赏统计页面链接
532
+ # Reward statistics page link
396
533
  url: /about
397
- rss:
398
- # 开启后文章底部显示订阅按钮
534
+ # 版权中订阅按钮跳转链接,填写地址后开启
535
+ # Subscription button jump link in copyright
536
+ rss: # /atom.xml
537
+ # 文章主题色获取
538
+ # Article theme color acquisition
539
+ covercolor:
399
540
  enable: false
400
- # rss订阅链接
401
- url: /atom.xml
402
- # 文章颜色获取
403
- covercolor: #文章cover取色
404
- enable: false # 是否开启
405
- mode: local #local:本地取色 / api:img2color取色(无存缓) / api_redis:img2color取色(有存缓)
406
- api: https://img2color.meuicat.com/api?img=
407
- time: 43200000 # api取色间隔(毫秒),默认为12小时
408
-
409
- # 关于界面
410
- about:
411
- # 是否开启
412
- enable: false
413
- # 文章统计
414
- # 需提前安装 eacharts 插件,具体看文档
415
- echarts:
416
- # 是否开启
417
- enable: false
418
- # 统计开始日期 格式:yyyy-MM-dd hh-mm-ss
419
- # tip:不可以随意更改格式,否则会导致错误
420
- startDate: "2023-04-20 00:00:00"
421
- # 标签显示数量
422
- tagLength: 10
423
- # 显示父分类
424
- categoryParent: true
425
-
426
- # 即刻说说界面
427
- # 前置要求:需配置即刻说说页面
428
- # 开启后将显示即刻页面
429
- says:
430
- enable: false
431
- # 主页的即刻轮播条
432
- home_mini: false
433
- # 1:张洪heo样式 / 2:Leonus样式
434
- style: 1
541
+ mode: local # local:本地取色 / api:img2color取色 : local: local color / api: img2color color
542
+ api: https://img2color.wzsco.top/api?img= # api地址 / api address
543
+ time: 43200000 # api取色间隔(毫秒),默认为12小时 / api color interval (milliseconds), default is 12 hours
435
544
 
436
- # 音乐馆界面
437
- music:
438
- enable: false
439
- id: 1994908354
440
- # 播放列表的服务商。netease:网易云 / tencent:腾讯 / kugou:酷狗 / xiami:小米 / baidu:百度
441
- server: netease
442
- # 播放列表的类型。song:单曲 / playlist:歌单 / album:专辑 / artist:歌手
443
- type: playlist
444
- # 初始音量。0.8 = 80%,范围 0 到 1
445
- volume: 0.8
446
- # 是否开启互斥模式,即同时只能有一个播放器播放
447
- mutex: true
545
+ # -------------------------
546
+ # 自定义主题
448
547
 
449
- # 404 页面
450
- errorpage:
451
- # 图片
452
- img: https://npm.elemecdn.com/wzheo-absolute@1.0.3/image/source/404.png
453
- # 文字
454
- text: =awa= 页面走丢了
455
- # 推荐文章列表
456
- recommendList: true
548
+ # 自定义配色
549
+ # custom theme color
550
+ # 注意:颜色值必须使用引号,如“#000”,否则可能会导致错误!
551
+ # Note: The color value must be enclosed in quotation marks, such as "#000", otherwise it may cause an error!
552
+ # --------------------------------------
553
+ theme_color:
554
+ dark: "#ffc848" # 暗色模式 / Dark mode
555
+ dark_op: '#f2b94b23' # 暗色模式透明 / Dark mode transparent
556
+ dark_op_deep: '#f2b94bdd' # 暗色模式透明深色 / Dark mode transparent dark
557
+ dark_none: '#f2b94b00' # 暗色模式透明无色 / Dark mode transparent colorless
558
+ light: "#425AEF" # 亮色模式 / Light mode
559
+ light_op: '#4259ef23' # 亮色模式透明 / Light mode transparent
560
+ light_op_deep: '#4259efdd' # 亮色模式透明深色 / Light mode transparent dark
561
+ light_none: '#4259ef01' # 亮色模式透明无色 / Light mode transparent colorless
562
+
563
+ # 主题显示模式调整
564
+ # theme display mode adjustment
565
+ # 主题支持三种模式:自动切换、暗色模式、亮色模式
566
+ # The theme supports three modes: automatic switching, dark mode, and light mode
567
+ # --------------------------------------
568
+ display_mode:
569
+ type: auto # auto: 自动切换 / dark: 暗色模式 / light: 亮色模式 / auto: automatic switching / dark: dark mode / light: light mode
570
+
571
+ # --------------------------------------
572
+ # Footer Settings
573
+ # 页脚配置
574
+ footer:
575
+ # 底部上方一排图标
576
+ # Bottom row of icons
577
+ information:
578
+ left: # 左侧显示图标 / Left display icon
579
+ # Github:
580
+ # icon: scoicon sco-bilibili-line
581
+ # url: https://github.com/wleelw
582
+ # Mail:
583
+ # icon: scoicon sco-mail-line
584
+ # url: mailto:wleelw@wzsco.top
585
+ right: # 右侧显示图标 / Right display icon
586
+ # Bilibili:
587
+ # icon: scoicon sco-bilibili-line
588
+ # url: https://space.bilibili.com/1329819902
589
+ # 抖音:
590
+ # icon: scoicon sco-douyin-fill
591
+ # url: https://v.douyin.com/iJsLc8jt/
592
+
593
+ # 底部导航栏
594
+ # Bottom navigation bar
595
+ group: # 从左至右 / From left to right
596
+ # 导航:
597
+ # 归档: /archives/
598
+ # 分类: /categories/
599
+ # 标签: /tags/
600
+ # 服务:
601
+ # 阿里云: https://aliyun.com/
602
+ # 51la统计: https://v6.51.la/
603
+ # 百度统计: https://tongji.baidu.com/
604
+ # 支持:
605
+ # 打赏记录: /about/
606
+ # 协议:
607
+ # Cookies: /cookies/
608
+ # 用户协议: /privacy/
609
+ # 版权协议: /copyright/
610
+
611
+ # 底部随机友链
612
+ # Random links at the bottom
613
+ # tip:此处的友链是随机显示的,不是固定的
614
+ # tip: The links here are displayed randomly, not fixed
615
+ # warning: 打开前必须先配置links
616
+ # warning: links must be configured before opening
617
+ randomlink: false
618
+ # 隐私助手右侧弹窗,填写路径后开启
619
+ # Privacy assistant right pop-up window, fill in the path to open
620
+ privacy: # /privacy/
621
+ # 订阅链接
622
+ # Subscription link
623
+ rss: # /rss/
624
+ # 版权
625
+ # Copyright
626
+ license: # /license/
627
+
628
+ # -------------------------
629
+ # 扩展配置
630
+ # extend settings
457
631
 
458
632
  # 懒加载
633
+ # lazyload
459
634
  lazyload:
460
- # 是否开启
461
635
  enable: false
462
636
  # 加载中显示图片
637
+ # Loading display image
463
638
  placeholder: /img/loading.gif
464
639
  # 加载失败显示图片
640
+ # Loading failed display image
465
641
  errorimg: /img/error_load.png
466
642
 
467
- # 图片灯箱
468
- lightbox: false
643
+ # 加载动画
644
+ # loading animation
645
+ loading:
646
+ # 全局加载动画
647
+ # Global loading animation
648
+ fullpage: false
649
+ # 顶部加载胶囊
650
+ # Top loading capsule
651
+ pace: true
469
652
 
470
653
  #代码高亮增强
654
+ # code highlight
471
655
  hightlight:
472
656
  enable: false
473
657
  # 代码块行高限制
658
+ # Code block line height limit
474
659
  hightlimit: 200
475
- copy: true # 是否开启复制按钮
476
- expand: false # 是否默认展开
660
+ copy: true # 是否开启复制按钮 / Whether to enable the copy button
661
+ expand: false # 是否默认展开 / Whether to expand by default
477
662
  # 代码块样式
478
- theme: default # default: 默认 / mac
663
+ # Code block style
664
+ theme: default # default: 默认 / mac : apple terminal
665
+ # 代码配色
666
+ # Code color
479
667
  color: default # default: 默认 / vscode / solarized-dark / solarized-light / dracula / monokai
480
668
 
481
- # 加载动画
482
- loading:
483
- # 全局加载动画
484
- fullpage: false
485
- # 顶部加载胶囊
486
- pace: true
669
+ # 图片灯箱
670
+ # image lightbox
671
+ # warning:开启前下方的fancybox或mediumZoom必须打开一个
672
+ # warning: One of the fancybox or mediumZoom below must be turned on before turning on
673
+ lightbox: false
487
674
 
488
- # 用于自定义的主题颜色
489
- # 注意:颜色值必须使用引号,如“#000”,否则可能会导致错误!
490
- # --------------------------------------
491
- theme_color:
492
- dark: "#ffc848" # 暗色模式
493
- dark_op: '#f2b94b23' # 暗色模式透明
494
- dark_op_deep: '#f2b94bdd' # 暗色模式透明深色
495
- dark_none: '#f2b94b00' # 暗色模式透明无色
496
- light: "#425AEF" # 亮色模式
497
- light_op: '#4259ef23' # 亮色模式透明
498
- light_op_deep: '#4259efdd' # 亮色模式透明深色
499
- light_none: '#4259ef01' # 亮色模式透明无色
675
+ # fancybox
676
+ # https://fancyapps.com/fancybox/
677
+ fancybox: true
500
678
 
501
- # 主题显示模式调整
502
- # 主题支持三种模式:自动切换、暗色模式、亮色模式
503
- # --------------------------------------
504
- display_mode:
505
- type: auto # auto: 自动切换 / dark: 暗色模式 / light: 亮色模式
506
- dark_universe: true # 暗色模式背景星空
507
-
508
- # 第三方设置
509
- thirdparty:
510
- # 字数统计
511
- # tip:开启前需要安装字数统计插件
512
- wordcount: false
513
- # 访问统计
514
- busuanzi: true
515
- # 搜索
516
- # tip:开启前需要安装搜索插件
517
- search:
518
- enable: false
519
- # algolia, local
520
- type: algolia
521
- algolia_search:
522
- enable: false
523
- # hits:
524
- # per_page: 6
525
- local_search:
526
- enable: false
527
- preload: false
528
- CDN:
529
- # 全局底部音乐播放胶囊
530
- aplayer:
531
- enable: false
532
- # netease, tencent, kugou, xiami, baidu
533
- server: netease
534
- # 歌单ID
535
- # tip:不是用户的id,是歌单的id
536
- id: 8407304077
537
- # 自定义api,参照格式写
538
- # tip:如果没有自己的api,请不要随意更改
539
- api: "https://api.injahow.cn/meting/?server=:server&type=:type&id=:id&auth=:auth&r=:r"
540
- # 中控台拓展
541
- # tip:扩展后,右侧会显示最新评论
542
- consolePlus: false
543
- # 文章页面AI
544
- ai:
545
- enable: false # 是否开启
546
- # 右侧显示的模型名称
547
- modelName: GPT 4
548
- # key
549
- # 具体获取方法见文档
550
- key:
551
- # 自介
552
- talk: 我是王卓Sco开发的摘要生成助理ScoGPT,ScoGPT在静态部署时进行摘要的撰写,并且在访客访问时通过ScoCorrection转译后的文本摘要实现工具。我在这里只负责已经生成的摘要显示,你无法与我直接沟通,但我可以回答一些预设的问题。
553
- # 随机文章按钮
554
- randomPost: false
555
- # 举报链接,不填不显示
556
- report: https://blog.wzsco.top/about/
557
- # 底部提示
558
- tips: 此内容根据文章生成,并经过人工审核,仅用于文章内容的解释与总结
559
-
560
- # 朋友圈配置
561
- circle:
562
- # 朋友圈api
563
- # tip:请参照主题文档指引配置好后端后填入自己的api
564
- api: https://circle.sondy.top/
565
- # 加载失败显示头像
566
- error_img: /img/avatar.png
567
- # 排序规则(created:创建时间、updated:更新时间)
568
- sort_rule: created
569
- # 缓存过期时间(天)
570
- expire_days: 1
571
- # 首次加载文章数,默认10
572
- page_init_number: 12
573
- # 翻页加载文章数,默认10
574
- page_turning_number: 12
575
- # 🎣钓鱼
576
- # 开启后友链页面也会显示朋友圈钓鱼
577
- angle:
578
- enable: true # 是否开启
579
-
580
- # 评论
581
- # --------------------------------------
582
- comment:
583
- enable: false # 是否开启评论
584
- # waline, twikoo
585
- # tip:如果不需要评论系统,可以将enable设置为false
586
- type:
587
- commentBarrage: true # 热评开关
588
- # 匿名评论前部分随机信息
589
- randomInfoStart:
590
- - '聪敏的'
591
- - '可爱的'
592
- - '美丽的'
593
- # 匿名评论后部分随机信息
594
- randomInfoEnd:
595
- - '白菜'
596
- - '小可爱'
597
- - '小仙女'
598
- # twikoo配置信息
599
- twikoo: # https://twikoo.js.org/
600
- envId: # url: https://twikoo.sondy.top/
601
- lang: 'zh-CN' # 语言
602
- accessToken: # accessToken
603
- # waline配置信息
604
- waline: # https://waline.js.org/
605
- envId: # url:
606
- pageview: false # 是否开启页面访问量统计
607
- option: # waline配置项
679
+ # mediumZoom
680
+ mediumZoom: false
608
681
 
609
682
  # Open Graph
610
- # --------------------------------------
611
683
  # https://ogp.me/
612
684
  # https://developers.facebook.com/docs/sharing/webmasters/
613
- # tip: 开启后,将会在页面中插入 Open Graph 标签,用于社交分享。
614
685
  opengraph:
615
686
  enable: false
616
687
  options:
617
- # twitter_card:
618
- # twitter_image:
619
- # twitter_id:
620
- # twitter_site:
621
- # google_plus:
622
- # fb_admins:
623
- # fb_app_id:
624
-
625
- # 插入代码到头部 </head> 之前 和 底部 </body> 之前
626
- # 插入额外代码 如:统计,广告等
627
- extends:
628
- head: # 在head中插入
629
- # - <script src="https://cdn.bootcdn.net/ajax/libs/pace/1.2.4/pace.min.js"></script>
630
- body: # 在body中插入
688
+ # twitter_card:
689
+ # twitter_image:
690
+ # twitter_id:
691
+ # twitter_site:
692
+ # google_plus:
693
+ # fb_admins:
694
+ # fb_app_id:
631
695
 
632
696
  # 文章底部推荐文章
697
+ # Recommended articles at the bottom of the article
633
698
  related_post:
634
699
  enable: false
635
700
  # 推荐文章数量
701
+ # Number of recommended articles
636
702
  limit: 2
637
703
  # 根据创建日期(created)或是更新日期(updated)
704
+ # According to the creation date (created) or the update date (updated)
638
705
  date_type: created
639
706
 
707
+ # 字数统计
708
+ # word count
709
+ # warning:开启前需要安装字数统计插件
710
+ # warning: You need to install the word count plugin before turning it on
711
+ wordcount: false
712
+
713
+ # 访问统计
714
+ # access statistics
715
+ busuanzi: false
716
+
717
+ # 搜索
718
+ # search
719
+ # warning:开启前需要安装搜索插件
720
+ # warning: You need to install the search plugin before turning it on
721
+ search:
722
+ enable: false
723
+ # algolia, local
724
+ type: algolia
725
+ algolia:
726
+ # hits:
727
+ # per_page: 6
728
+ local:
729
+ preload: false
730
+ CDN:
731
+
640
732
  # rightside(右键菜单)
733
+ # right menu
641
734
  rightside:
642
735
  enable: false
643
736
 
737
+ # 文章摘要AI
738
+ # post abstract AI
739
+ post_ai:
740
+ enable: false
741
+ # 右侧显示的模型名称
742
+ # Model name displayed on the right
743
+ modelName: GPT 4
744
+ # key
745
+ # 具体获取方法见文档
746
+ # Specific acquisition method, see the document
747
+ key:
748
+ # 自介
749
+ # talk
750
+ talk: 我是王卓Sco开发的摘要生成助理ScoGPT,ScoGPT在静态部署时进行摘要的撰写,并且在访客访问时通过ScoCorrection转译后的文本摘要实现工具。我在这里只负责已经生成的摘要显示,你无法与我直接沟通,但我可以回答一些预设的问题。
751
+ # 随机文章按钮
752
+ # Random post button
753
+ randomPost: false
754
+ # 举报链接,不填不显示
755
+ # Report link, do not fill in and do not display
756
+ report: https://blog.wzsco.top/about/
757
+ # 底部提示
758
+ # Bottom tip
759
+ tips: 此内容根据文章生成,并经过人工审核,仅用于文章内容的解释与总结
760
+
761
+ # latex 公式支持
762
+ # latex formula support
763
+ katex:
764
+ enable: false
765
+ per_page: false # 是否在每页都加载 / Whether to load on each page
766
+ copytex: false # 是否开启复制公式 / Whether to enable copy formula
767
+
768
+ # 评论
769
+ # comment
770
+ comment:
771
+ enable: false
772
+ type: # waline, twikoo
773
+ commentBarrage: false # 热评开关 / Hot comment switch
774
+ newComment: false # 最新评论开关 / Latest comment switch
775
+ # 匿名评论前部分随机信息 / Anonymous comment front random information
776
+ randomInfoStart:
777
+ - '聪敏的'
778
+ - '可爱的'
779
+ - '美丽的'
780
+ # 匿名评论后部分随机信息 / Anonymous comment after random information
781
+ randomInfoEnd:
782
+ - '白菜'
783
+ - '小可爱'
784
+ - '小仙女'
785
+ # twikoo 配置信息
786
+ # twikoo settings
787
+ twikoo: # https://twikoo.js.org/
788
+ envId: # url: https://twikoo.sondy.top/
789
+ lang: 'zh-CN' # 语言
790
+ accessToken: # accessToken
791
+ # waline 配置信息
792
+ # waline settings
793
+ waline: # https://waline.js.org/
794
+ envId: # url: https://waline.wzsco.top
795
+ pageview: true # 是否开启页面访问量统计 / Whether to enable page access statistics
796
+ option: # waline配置项 / waline configuration item
797
+
644
798
  # 站点验证
799
+ # Site verification
645
800
  # 仅需要填写验证代码即可,譬如:codeva-KReTIJu5us
646
- verify:
647
- baidu:
648
- google:
649
- sougou:
801
+ # Only need to fill in the verification code, such as: codeva-KReTIJu5us
802
+ verify_site:
803
+ # - name: google-site-verification
804
+ # content: xxxxxx
805
+ # - name: baidu-site-verification
806
+ # content: xxxxxxx
650
807
 
651
808
  # CSS 前缀
809
+ # CSS prefix
652
810
  # 有些 CSS 并不是所有浏览器都支持,需要增加对应的前缀才会生效
811
+ # Some CSS is not supported by all browsers, and you need to add the corresponding prefix to take effect
653
812
  # 开启 css_prefix 后,会自动为一些 CSS 增加前缀。(会增加 20%的体积)
654
- # --------------------------------------
813
+ # After opening css_prefix, some CSS will be automatically prefixed. (Will increase 20% of the volume)
655
814
  css_prefix: false
656
815
 
657
- # Fest (纪念日灰色)
658
- # 譬如国家公祭日
659
- fest:
660
- enable: false # 开启
661
- list: # 纪念日列表
662
- - '12.13' # 国家公祭日
816
+ # 插入代码到头部 </head> 之前 和 底部 </body> 之前
817
+ # Insert code before </head> and before </body>
818
+ # 插入额外代码 如:统计,广告等
819
+ # Insert additional code such as: statistics, advertising, etc.
820
+ extends:
821
+ head: # 在head中插入 / Insert in head
822
+ # - <script src="https://cdn.bootcdn.net/ajax/libs/pace/1.2.4/pace.min.js"></script>
823
+ body: # 在body中插入 / Insert in body
663
824
 
664
825
  # PWA
665
- # 图标信息非必选,填了就显示,不想添加的可以进行注释
666
- # https://github.com/JLHwung/hexo-offline
826
+ # https://developer.mozilla.org/zh-CN/docs/Web/Progressive_web_apps
667
827
  pwa:
668
- enable: false # 是否开启
669
- startup_image_enable: false # 是否开启启动画面
828
+ enable: false
670
829
  manifest: /manifest.json # manifest.json 文件路径
671
830
  theme_color: '#ffffff' # 主题颜色
672
- mask_icon: https://fastly.jsdelivr.net/npm/solitude-source@1.0.0/img/pwa/180.png # 遮罩图标
673
- apple_touch_icon: https://fastly.jsdelivr.net/npm/solitude-source@1.0.0/img/pwa/180.png # 苹果触摸图标
674
- bookmark_icon: https://fastly.jsdelivr.net/npm/solitude-source@1.0.0/img/pwa/180.png # 书签图标
675
- favicon_32_32: https://fastly.jsdelivr.net/npm/solitude-source@1.0.0/img/pwa/32.png # 32x32图标
676
- favicon_16_16: https://fastly.jsdelivr.net/npm/solitude-source@1.0.0/img/pwa/16.png # 16x16图标
677
- favicon_2048_2732: https://fastly.jsdelivr.net/npm/solitude-source@1.0.0/img/pwa/siteicon/splash-2048x2732.png # 2048x2732图标
678
- favicon_2732_2048: https://fastly.jsdelivr.net/npm/solitude-source@1.0.0/img/pwa/siteicon/splash-2732x2048.png # 2732x2048图标
679
- favicon_1668_2388: https://fastly.jsdelivr.net/npm/solitude-source@1.0.0/img/pwa/siteicon/splash-1668x2388.png # 1668x2388图标
680
- favicon_2388_1668: https://fastly.jsdelivr.net/npm/solitude-source@1.0.0/img/pwa/siteicon/splash-2388x1668.png # 2388x1668图标
681
- favicon_1536_2048: https://fastly.jsdelivr.net/npm/solitude-source@1.0.0/img/pwa/siteicon/splash-1536x2048.png # 1536x2048图标
682
- favicon_2048_1536: https://fastly.jsdelivr.net/npm/solitude-source@1.0.0/img/pwa/siteicon/splash-2048x1536.png # 2048x1536图标
683
- favicon_1668_2224: https://fastly.jsdelivr.net/npm/solitude-source@1.0.0/img/pwa/siteicon/splash-1668x2224.png # 1668x2224图标
684
- favicon_2224_1668: https://fastly.jsdelivr.net/npm/solitude-source@1.0.0/img/pwa/siteicon/splash-2224x1668.png # 2224x1668图标
685
- favicon_1620_2160: https://fastly.jsdelivr.net/npm/solitude-source@1.0.0/img/pwa/siteicon/splash-1620x2160.png # 1620x2160图标
686
- favicon_2160_1620: https://fastly.jsdelivr.net/npm/solitude-source@1.0.0/img/pwa/siteicon/splash-2160x1620.png # 2160x1620图标
687
- favicon_1290_2796: https://fastly.jsdelivr.net/npm/solitude-source@1.0.0/img/pwa/siteicon/splash-1290x2796.png # 1290x2796图标
688
- favicon_2796_1290: https://fastly.jsdelivr.net/npm/solitude-source@1.0.0/img/pwa/siteicon/splash-2796x1290.png # 2796x1290图标
689
- favicon_1179_2556: https://fastly.jsdelivr.net/npm/solitude-source@1.0.0/img/pwa/siteicon/splash-1179x2556.png # 1179x2556图标
690
- favicon_2556_1179: https://fastly.jsdelivr.net/npm/solitude-source@1.0.0/img/pwa/siteicon/splash-2556x1179.png # 2556x1179图标
691
- favicon_1248_2778: https://fastly.jsdelivr.net/npm/solitude-source@1.0.0/img/pwa/siteicon/splash-1248x2778.png # 1248x2778图标
692
- favicon_2778_1248: https://fastly.jsdelivr.net/npm/solitude-source@1.0.0/img/pwa/siteicon/splash-2778x1248.png # 2778x1248图标
693
- favicon_1170_2532: https://fastly.jsdelivr.net/npm/solitude-source@1.0.0/img/pwa/siteicon/splash-1170x2532.png # 1170x2532图标
694
- favicon_2532_1170: https://fastly.jsdelivr.net/npm/solitude-source@1.0.0/img/pwa/siteicon/splash-2532x1170.png # 2532x1170图标
695
- favicon_1125_2436: https://fastly.jsdelivr.net/npm/solitude-source@1.0.0/img/pwa/siteicon/splash-1125x2436.png # 1125x2436图标
696
- favicon_2436_1125: https://fastly.jsdelivr.net/npm/solitude-source@1.0.0/img/pwa/siteicon/splash-2436x1125.png # 2436x1125图标
697
- favicon_1242_2688: https://fastly.jsdelivr.net/npm/solitude-source@1.0.0/img/pwa/siteicon/splash-1242x2688.png # 1242x2688图标
698
- favicon_2688_1242: https://fastly.jsdelivr.net/npm/solitude-source@1.0.0/img/pwa/siteicon/splash-2688x1242.png # 2688x1242图标
699
- favicon_828_1792: https://fastly.jsdelivr.net/npm/solitude-source@1.0.0/img/pwa/siteicon/splash-828x1792.png # 828x1792图标
700
- favicon_1792_828: https://fastly.jsdelivr.net/npm/solitude-source@1.0.0/img/pwa/siteicon/splash-1792x828.png # 1792x828图标
701
- favicon_1242_2208: https://fastly.jsdelivr.net/npm/solitude-source@1.0.0/img/pwa/siteicon/splash-1242x2208.png # 1242x2208图标
702
- favicon_2208_1242: https://fastly.jsdelivr.net/npm/solitude-source@1.0.0/img/pwa/siteicon/splash-2208x1242.png # 2208x1242图标
703
- favicon_750_1334: https://fastly.jsdelivr.net/npm/solitude-source@1.0.0/img/pwa/siteicon/splash-750x1334.png # 750x1334图标
704
- favicon_1334_750: https://fastly.jsdelivr.net/npm/solitude-source@1.0.0/img/pwa/siteicon/splash-1334x750.png # 1334x750图标
705
- favicon_640_1136: https://fastly.jsdelivr.net/npm/solitude-source@1.0.0/img/pwa/siteicon/splash-640x1136.png # 640x1136图标
706
- favicon_1136_640: https://fastly.jsdelivr.net/npm/solitude-source@1.0.0/img/pwa/siteicon/splash-1136x640.png # 1136x640图标
707
-
708
- # 非必要勿动
709
- cdn:
710
- # 如果没有请留空
711
- # tip:目前主题还在更新,请注意群内通知。
712
- prefix: # cdn前缀 https://cdn.jsdelivr.net/gh/用户名/仓库名@版本号/
713
- head:
714
- scoicon: https://cdn2.codesign.qq.com/icons/7pOrz0WXB5ZWJPX/latest/iconfont.css
715
- aplayercss: https://cdn.staticfile.org/aplayer/1.10.1/APlayer.min.css
716
- swipercss: https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-M/Swiper/8.0.6/swiper-bundle.min.css
717
- twikoojs: https://cdn.staticfile.org/twikoo/1.6.26/twikoo.min.js
718
- instantsearch: https://cdn.staticfile.org/instantsearch.js/4.56.10/instantsearch.production.min.js
719
- algoliajs: https://cdn.staticfile.org/algoliasearch/4.20.0/algoliasearch-lite.umd.min.js
720
- pacejs: https://cdn.staticfile.org/pace/1.2.4/pace.min.js
721
- echartsjs: https://cdn.staticfile.org/echarts/5.4.3/echarts.min.js
722
- body:
723
- swiperjs: https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-M/Swiper/8.0.6/swiper-bundle.min.js
724
- busuanzijs: https://cdn.staticfile.org/busuanzi/2.3.0/bsz.pure.mini.min.js
725
- pjaxjs: https://cdn.staticfile.org/pjax/0.2.8/pjax.min.js
726
- aplayerjs: https://cdn.staticfile.org/aplayer/1.10.1/APlayer.min.js
727
- metingjs: https://cdn.staticfile.org/meting/2.0.1/Meting.min.js
728
- katexcss: https://lf3-cdn-tos.bytecdntp.com/cdn/expire-1-M/KaTeX/0.15.2/katex.min.css
729
- katexjs: https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-M/KaTeX/0.15.2/katex.min.js
831
+ mask_icon: https://cdn.cbd.int/solitude-source/img/pwa/180.png # 遮罩图标
832
+ apple_touch_icon: https://cdn.cbd.int/solitude-source/img/pwa/180.png # 苹果触摸图标
833
+ bookmark_icon: https://cdn.cbd.int/solitude-source/img/pwa/180.png # 书签图标
834
+ favicon_32_32: https://cdn.cbd.int/solitude-source/img/pwa/32.png # 32x32图标
835
+ favicon_16_16: https://cdn.cbd.int/solitude-source/img/pwa/16.png # 16x16图标
836
+
837
+ # CDN
838
+ # Don't modify the following settings unless you know how they work
839
+ # 非必要请不要修改
840
+ CDN:
841
+ # The CDN provider of internal scripts (主题内 js 的 cdn 配置)
842
+ # option: local/jsdelivr/unpkg/cdnjs/custom
843
+ # Dev version can only choose. ( dev版本只能为 local )
844
+ internal: local
845
+ # The CDN provider of third party scripts (第三方 js 的 cdn 配置)
846
+ # option: local/jsdelivr/unpkg/cdnjs/custom
847
+ third_party: custom
848
+
849
+ # Add version number to url, true or false
850
+ version: true
851
+
852
+ # Custom format
853
+ # For example: https://cdn.staticfile.org/${cdnjs_name}/${version}/${min_cdnjs_file}
854
+ custom_format: https://cdn.staticfile.org/${cdnjs_name}/${version}/${min_cdnjs_file}
855
+
856
+ option:
857
+ scoicon_css: https://cdn.cbd.int/solitude-source/icon/scoicon.min.css
858
+ waterfall: https://cdn.cbd.int/solitude-source/js/waterfall.min.js
859
+ view_image: https://cdn.cbd.int/solitude-source/js/view-image.min.js
860
+ # algolia_search:
861
+ # instantsearch:
862
+ # pjax:
863
+ # twikoo:
864
+ # waline_js:
865
+ # waline_css:
866
+ # sharejs:
867
+ # sharejs_css:
868
+ # katex:
869
+ # katex_copytex:
870
+ # lazyload:
871
+ # aplayer_css:
872
+ # aplayer_js:
873
+ # meting_js:
874
+ # pace_js:
875
+ # lunr_js:
876
+ # swiper_css:
877
+ # swiper_js:
878
+ # busuanzi_js:
879
+ # snackbar_css:
880
+ # snackbar_js: