hexo-theme-solitude 1.3.1 → 1.4.0

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 (261) 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 +606 -451
  11. package/languages/en-US.yml +3 -23
  12. package/languages/zh-CN.yml +3 -23
  13. package/layout/404.pug +0 -0
  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 +3 -1
  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 +80 -0
  84. package/layout/includes/widgets/page/says/local.pug +48 -0
  85. package/layout/includes/widgets/page/says/memos.pug +109 -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 +10 -12
  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/index.styl +0 -0
  153. package/source/css/_page/about/tenyear.styl +0 -0
  154. package/source/css/_page/about.styl +9 -0
  155. package/source/css/_page/category.styl +0 -0
  156. package/source/css/_page/douban.styl +0 -1
  157. package/source/css/_page/equipment.styl +0 -0
  158. package/source/css/_page/error.styl +0 -0
  159. package/source/css/_page/home.styl +0 -0
  160. package/source/css/_page/index.styl +2 -3
  161. package/source/css/_page/links.styl +84 -49
  162. package/source/css/_page/moment.styl +0 -0
  163. package/source/css/_page/music.styl +0 -0
  164. package/source/css/_page/rss.styl +0 -0
  165. package/source/css/_page/says.styl +10 -0
  166. package/source/css/_page/tag.styl +0 -0
  167. package/source/css/_widgets/_aside/allinfo.styl +34 -0
  168. package/source/css/_widgets/_aside/flip.styl +0 -0
  169. package/source/css/_widgets/_aside/index.styl +1 -7
  170. package/source/css/_widgets/_aside/info.styl +0 -0
  171. package/source/css/_widgets/_aside/newPost.styl +0 -0
  172. package/source/css/_widgets/_aside/toc.styl +0 -0
  173. package/source/css/_widgets/_aside/welcome.styl +0 -0
  174. package/source/css/_widgets/_comment/index.styl +0 -0
  175. package/source/css/_widgets/_comment/twikoo.styl +0 -2
  176. package/source/css/_widgets/_comment/waline.styl +0 -0
  177. package/source/css/_widgets/_extra/console.styl +0 -0
  178. package/source/css/_widgets/_extra/fullpage.styl +0 -0
  179. package/source/css/_widgets/_extra/music.styl +1 -1
  180. package/source/css/_widgets/_extra/pace.styl +0 -0
  181. package/source/css/_widgets/_extra/rightmenu.styl +0 -0
  182. package/source/css/_widgets/_mixins/article-sort.styl +0 -0
  183. package/source/css/_widgets/_mixins/footer.styl +1 -2
  184. package/source/css/_widgets/_mixins/other.styl +0 -4
  185. package/source/css/_widgets/_mixins/sidebar.styl +0 -0
  186. package/source/css/_widgets/_post/_highlight/diff.styl +0 -0
  187. package/source/css/_widgets/_post/_highlight/index.styl +0 -1
  188. package/source/css/_widgets/_post/_highlight/theme/default.styl +0 -0
  189. package/source/css/_widgets/_post/_highlight/theme/mac.styl +0 -0
  190. package/source/css/_widgets/_post/_highlight/theme.styl +0 -0
  191. package/source/css/_widgets/_post/commentBarrage.styl +0 -0
  192. package/source/css/_widgets/_post/content.styl +42 -11
  193. package/source/css/_widgets/_post/copyright.styl +0 -0
  194. package/source/css/_widgets/_post/index.styl +1 -1
  195. package/source/css/_widgets/_post/meta.styl +0 -3
  196. package/source/css/_widgets/_post/pagination.styl +1 -1
  197. package/source/css/_widgets/_post/postAI.styl +0 -0
  198. package/source/css/_widgets/_post/relatedPost.styl +0 -0
  199. package/source/css/_widgets/_post/tools.styl +0 -0
  200. package/source/css/_widgets/_search/algolia-search.styl +0 -0
  201. package/source/css/_widgets/_search/local-search.styl +0 -0
  202. package/source/css/_widgets/_tags/button.styl +0 -0
  203. package/source/css/_widgets/_tags/bvideo.styl +0 -0
  204. package/source/css/_widgets/_tags/card.styl +0 -0
  205. package/source/css/_widgets/_tags/checkbox.styl +0 -0
  206. package/source/css/_widgets/_tags/fold.styl +0 -0
  207. package/source/css/_widgets/_tags/image.styl +0 -0
  208. package/source/css/_widgets/_tags/index.styl +0 -0
  209. package/source/css/_widgets/_tags/inline-image.styl +0 -0
  210. package/source/css/_widgets/_tags/label.styl +0 -0
  211. package/source/css/_widgets/_tags/link.styl +4 -2
  212. package/source/css/_widgets/_tags/note.styl +0 -0
  213. package/source/css/_widgets/_tags/span.styl +0 -0
  214. package/source/css/_widgets/_tags/tabs.styl +0 -0
  215. package/source/css/_widgets/_tags/timeline.styl +0 -1
  216. package/source/css/_widgets/index.styl +4 -4
  217. package/source/css/index.styl +0 -0
  218. package/source/img/avatar.png +0 -0
  219. package/source/img/default.png +0 -0
  220. package/source/img/error_load.png +0 -0
  221. package/source/js/{extend/comment/twikoo/commentBarrage.js → comment/twikoo_commentBarrage.js} +0 -0
  222. package/source/js/{extend/comment/waline/commentBarrage.js → comment/waline_commentBarrage.js} +0 -0
  223. package/source/js/covercolor/api.js +95 -0
  224. package/source/js/covercolor/local.js +154 -0
  225. package/source/js/main.js +28 -235
  226. package/source/js/music.js +0 -0
  227. package/source/js/rightside.js +404 -0
  228. package/source/js/{extend/search/algolia-search.js → search/algolia.js} +10 -0
  229. package/source/js/{extend/search/local-search.js → search/local.js} +24 -2
  230. package/source/js/utils.js +75 -1
  231. package/layout/includes/head/fest.pug +0 -22
  232. package/layout/includes/page/echarts.pug +0 -7
  233. package/layout/includes/page/moments.pug +0 -4
  234. package/layout/includes/widgets/aside/asideHistory.pug +0 -8
  235. package/layout/includes/widgets/aside/asideWelcome.pug +0 -12
  236. package/layout/includes/widgets/page/moments/angle.pug +0 -19
  237. package/layout/includes/widgets/page/moments/index.pug +0 -23
  238. package/layout/includes/widgets/page/says/saysBottom.pug +0 -11
  239. package/layout/includes/widgets/page/says/saysContent.pug +0 -6
  240. package/layout/includes/widgets/page/says/saysFunction.pug +0 -10
  241. package/layout/includes/widgets/page/says/saysMeta.pug +0 -7
  242. package/layout/includes/widgets/third-party/ai/index.pug +0 -12
  243. package/layout/includes/widgets/third-party/comments/gitalk.pug +0 -0
  244. package/layout/includes/widgets/third-party/comments/valine.pug +0 -0
  245. package/scripts/helper/echarts.js +0 -407
  246. package/source/css/_widgets/_aside/history.styl +0 -42
  247. package/source/js/extend/comment/twikoo/twikoo.js +0 -67
  248. package/source/js/extend/comment/waline/waline.js +0 -60
  249. package/source/lib/bundle.min.js +0 -27
  250. package/source/lib/circle.min.js +0 -1
  251. package/source/lib/cover-color.min.js +0 -7
  252. package/source/lib/friends_post.js +0 -4
  253. package/source/lib/lazyload.min.js +0 -1
  254. package/source/lib/rightside.min.js +0 -1
  255. package/source/lib/snackbar.min.css +0 -1
  256. package/source/lib/snackbar.min.js +0 -9
  257. package/source/lib/txmap.min.js +0 -1
  258. package/source/lib/universe.min.js +0 -1
  259. package/source/lib/view-image.min.js +0 -6
  260. package/source/lib/waterfall.min.js +0 -1
  261. /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,699 @@ 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://npm.elemecdn.com/wzheo-absolute@1.0.3/image/source/404.png
408
+ # 文字
409
+ # text
410
+ text: =awa= 页面走丢了
411
+ # 推荐文章列表
412
+ # Recommended article list
413
+ recommendList: true
414
+
415
+ # 关于页
416
+ # about page
417
+ about: false
418
+
419
+ # 即刻说说页
420
+ # jike says page
421
+ # 前置要求:需配置即刻说说页面
422
+ # Pre-requirements: Jike says page needs to be configured
423
+ # 开启后将显示即刻页面
424
+ # After opening, the Jike page will be displayed
425
+ says:
426
+ enable: false
427
+ # 主页的即刻轮播条
428
+ # Jike carousel bar on the homepage
429
+ home_mini: false
430
+ # 1:张洪heo样式 / 2:Leonus样式
431
+ # 1: Zhang Hong heo style / 2: Leonus style
432
+ style: 1
433
+ # 即刻短文数量(条)。建议范围:1 ~ 999,当数量为-1时,将显示全部。
434
+ # Number of immediate short articles (pieces). Suggested range: 1~999, when the quantity is -1, all will be displayed.
435
+ strip: 30
436
+ # 模式选择。local:本地静态 / json:动态json / memos:动态Memos
437
+ # Mode selection. Local: local static/JSON: dynamic JSON/memory: dynamic Memos
438
+ mode: local
439
+ # 动态模式地址。如为json或memos模式,此项为必填。链接获取以及格式可查看主题文档。
440
+ # 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.
441
+ mode_link: # https://example.com/api/v1/memo?creatorId=1&tag=says
442
+
443
+ # -------------------------
444
+ # meeting-api,用于界面中的音乐胶囊和音乐馆页,可自定义api,不会请勿动。
445
+ # meeting-api, used for music capsules and music halls in the interface, can customize api, do not move if you don't know.
446
+ meting_api: "https://meting.qjqq.cn/?server=:server&type=:type&id=:id&auth=:auth&r=:r" #自定义api
447
+ # 音乐馆页
448
+ # music hall
449
+ music:
450
+ enable: false
451
+ # 音乐ID:歌单ID / 专辑ID / 歌手ID
452
+ # Music ID: playlist ID / album ID / singer ID
453
+ id: 1994908354
454
+ # 播放列表的服务商。netease:网易云 / tencent:腾讯 / kugou:酷狗 / xiami:小米 / baidu:百度
455
+ # Music service provider. netease: Netease Cloud / tencent: Tencent / kugou: Kugou / xiaomi: Xiaomi / baidu: Baidu
456
+ server: netease
457
+ # 播放列表的类型。song:单曲 / playlist:歌单 / album:专辑 / artist:歌手
458
+ # Type of playlist. song: Single / playlist: Playlist / album: Album / artist: Singer
459
+ type: playlist
460
+ # 初始音量。0.8 = 80%,范围 0 到 1
461
+ # Initial volume. 0.8 = 80%, range 0 to 1
462
+ volume: 0.8
463
+ # 是否开启互斥模式,即同时只能有一个播放器播放
464
+ # Whether to enable mutex mode, that is, only one player can play at the same time
465
+ mutex: true
466
+
467
+ # 音乐胶囊
468
+ # capsule music
469
+ capsule:
470
+ enable: false
471
+ id: 8407304077 # 歌单id / playlist id
472
+ server: netease # 播放列表的服务商。netease:网易云 / tencent:腾讯 / kugou:酷狗 / xiami:小米 / baidu:百度 : Music service provider. netease: Netease Cloud / tencent: Tencent / kugou: Kugou / xiaomi: Xiaomi / baidu: Baidu
473
+ type: playlist # 播放列表的类型。song:单曲 / playlist:歌单 / album:专辑 / artist:歌手 : Type of playlist. song: Single / playlist: Playlist / album: Album / artist: Singer
349
474
 
350
- # 页面页默认设置
475
+ # -------------------------
476
+ # 文章页、页面配置
477
+ # post、page settings
478
+
479
+ # 页面默认设置
480
+ # page default settings
351
481
  page:
352
- error: true # 404页面
353
- tags: true # 标签页
354
- categories: true # 分类页
355
- default: # 默认值
482
+ error: true # 404页面 / 404 page
483
+ tags: true # 标签页 / Tags page
484
+ categories: true # 分类页 / Categories page
485
+ default: # 默认值 / Default value
356
486
  # 默认图片
487
+ # default cover
357
488
  # tip:随机数组图片,每次生成的时候都会从中随机抽取一张
489
+ # tip: Random array pictures, each time you generate, you will randomly extract one from them
358
490
  cover:
359
- - /img/default.png # 默认图片
491
+ - /img/default.png # 默认图片 / default cover
360
492
 
361
493
  # 文章页默认设置
494
+ # post default settings
362
495
  post:
363
496
  default:
364
497
  # 文章默认图片
365
- # tip:同page的default
498
+ # default cover
366
499
  cover:
367
- - /img/default.png # 默认图片
500
+ - /img/default.png # 默认图片 / default cover
501
+ # 文章发布默认地址
502
+ # default post locate
368
503
  locate: 衡阳
504
+ # 文章默认版权
505
+ # default post copyright
369
506
  copyright:
370
- # 是否打开copyright
371
507
  enable: true
372
508
  license: CC BY-NC-SA 4.0
373
509
  licenurl: https://creativecommons.org/licenses/by-nc-sa/4.0/deed.zh
374
510
  # 是否使用移轴动画头像
511
+ # Whether to use the shift animation avatar
375
512
  author:
376
513
  enable: false
377
- author_back: https://bu.dusays.com/2023/11/01/6541f6d4b2573.png # 底部头像背景
514
+ author_back: https://bu.dusays.com/2023/11/01/6541f6d4b2573.png # 底部头像背景 / Bottom avatar background
378
515
  # 顶部文章简介
516
+ # Top article introduction
379
517
  meta:
380
- date: false # 发布日期
381
- updated: false # 更新日期
382
- locate: false # 位置
383
- wordcount: false # 字数
384
- readtime: false # 访问
385
- pv: false # 浏览量
386
- comment: false # 评论数
518
+ date: false # 发布日期 / Release date
519
+ updated: false # 更新日期 / Update date
520
+ locate: false # 位置 / Location
521
+ wordcount: false # 字数 / Number of words
522
+ readtime: false # 访问 / uv
523
+ pv: false # 浏览量 / pv
524
+ comment: false # 评论数 / Comment count
387
525
  # 打赏
526
+ # reward
388
527
  award:
389
- # 开启后文章底部显示打赏按钮
390
528
  enable: false
391
529
  # 微信收款码
530
+ # WeChat payment code
392
531
  wechat: https://bu.dusays.com/2023/11/07/6549e79364fa3.png
393
532
  # 支付宝收款码
533
+ # Alipay payment code
394
534
  alipay: https://bu.dusays.com/2023/11/07/6549e79d02bd6.png
395
535
  # 打赏统计页面链接
536
+ # Reward statistics page link
396
537
  url: /about
397
- rss:
398
- # 开启后文章底部显示订阅按钮
399
- 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
- # 是否开启
538
+ # 版权中订阅按钮跳转链接,填写地址后开启
539
+ # Subscription button jump link in copyright
540
+ rss: # /atom.xml
541
+ # 文章主题色获取
542
+ # Article theme color acquisition
543
+ covercolor:
417
544
  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
545
+ mode: local # local:本地取色 / api:img2color取色 : local: local color / api: img2color color
546
+ api: https://img2color.wzsco.top/api?img= # api地址 / api address
547
+ time: 43200000 # api取色间隔(毫秒),默认为12小时 / api color interval (milliseconds), default is 12 hours
435
548
 
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
549
+ # -------------------------
550
+ # 自定义主题
448
551
 
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
552
+ # 自定义配色
553
+ # custom theme color
554
+ # 注意:颜色值必须使用引号,如“#000”,否则可能会导致错误!
555
+ # Note: The color value must be enclosed in quotation marks, such as "#000", otherwise it may cause an error!
556
+ # --------------------------------------
557
+ theme_color:
558
+ dark: "#ffc848" # 暗色模式 / Dark mode
559
+ dark_op: '#f2b94b23' # 暗色模式透明 / Dark mode transparent
560
+ dark_op_deep: '#f2b94bdd' # 暗色模式透明深色 / Dark mode transparent dark
561
+ dark_none: '#f2b94b00' # 暗色模式透明无色 / Dark mode transparent colorless
562
+ light: "#425AEF" # 亮色模式 / Light mode
563
+ light_op: '#4259ef23' # 亮色模式透明 / Light mode transparent
564
+ light_op_deep: '#4259efdd' # 亮色模式透明深色 / Light mode transparent dark
565
+ light_none: '#4259ef01' # 亮色模式透明无色 / Light mode transparent colorless
566
+
567
+ # 主题显示模式调整
568
+ # theme display mode adjustment
569
+ # 主题支持三种模式:自动切换、暗色模式、亮色模式
570
+ # The theme supports three modes: automatic switching, dark mode, and light mode
571
+ # --------------------------------------
572
+ display_mode:
573
+ type: auto # auto: 自动切换 / dark: 暗色模式 / light: 亮色模式 / auto: automatic switching / dark: dark mode / light: light mode
574
+
575
+ # --------------------------------------
576
+ # Footer Settings
577
+ # 页脚配置
578
+ footer:
579
+ # 底部上方一排图标
580
+ # Bottom row of icons
581
+ information:
582
+ left: # 左侧显示图标 / Left display icon
583
+ # Github:
584
+ # icon: scoicon sco-bilibili-line
585
+ # url: https://github.com/wleelw
586
+ # Mail:
587
+ # icon: scoicon sco-mail-line
588
+ # url: mailto:wleelw@wzsco.top
589
+ right: # 右侧显示图标 / Right display icon
590
+ # Bilibili:
591
+ # icon: scoicon sco-bilibili-line
592
+ # url: https://space.bilibili.com/1329819902
593
+ # 抖音:
594
+ # icon: scoicon sco-douyin-fill
595
+ # url: https://v.douyin.com/iJsLc8jt/
596
+
597
+ # 底部导航栏
598
+ # Bottom navigation bar
599
+ group: # 从左至右 / From left to right
600
+ # 导航:
601
+ # 归档: /archives/
602
+ # 分类: /categories/
603
+ # 标签: /tags/
604
+ # 服务:
605
+ # 阿里云: https://aliyun.com/
606
+ # 51la统计: https://v6.51.la/
607
+ # 百度统计: https://tongji.baidu.com/
608
+ # 支持:
609
+ # 打赏记录: /about/
610
+ # 协议:
611
+ # Cookies: /cookies/
612
+ # 用户协议: /privacy/
613
+ # 版权协议: /copyright/
614
+
615
+ # 底部随机友链
616
+ # Random links at the bottom
617
+ # tip:此处的友链是随机显示的,不是固定的
618
+ # tip: The links here are displayed randomly, not fixed
619
+ # warning: 打开前必须先配置links
620
+ # warning: links must be configured before opening
621
+ randomlink: false
622
+ # 隐私助手右侧弹窗,填写路径后开启
623
+ # Privacy assistant right pop-up window, fill in the path to open
624
+ privacy: # /privacy/
625
+ # 订阅链接
626
+ # Subscription link
627
+ rss: # /rss/
628
+ # 版权
629
+ # Copyright
630
+ license: # /license/
631
+
632
+ # -------------------------
633
+ # 扩展配置
634
+ # extend settings
457
635
 
458
636
  # 懒加载
637
+ # lazyload
459
638
  lazyload:
460
- # 是否开启
461
639
  enable: false
462
640
  # 加载中显示图片
641
+ # Loading display image
463
642
  placeholder: /img/loading.gif
464
643
  # 加载失败显示图片
644
+ # Loading failed display image
465
645
  errorimg: /img/error_load.png
466
646
 
467
- # 图片灯箱
468
- lightbox: false
647
+ # 加载动画
648
+ # loading animation
649
+ loading:
650
+ # 全局加载动画
651
+ # Global loading animation
652
+ fullpage: false
653
+ # 顶部加载胶囊
654
+ # Top loading capsule
655
+ pace: true
469
656
 
470
657
  #代码高亮增强
658
+ # code highlight
471
659
  hightlight:
472
660
  enable: false
473
661
  # 代码块行高限制
662
+ # Code block line height limit
474
663
  hightlimit: 200
475
- copy: true # 是否开启复制按钮
476
- expand: false # 是否默认展开
664
+ copy: true # 是否开启复制按钮 / Whether to enable the copy button
665
+ expand: false # 是否默认展开 / Whether to expand by default
477
666
  # 代码块样式
478
- theme: default # default: 默认 / mac
667
+ # Code block style
668
+ theme: default # default: 默认 / mac : apple terminal
669
+ # 代码配色
670
+ # Code color
479
671
  color: default # default: 默认 / vscode / solarized-dark / solarized-light / dracula / monokai
480
672
 
481
- # 加载动画
482
- loading:
483
- # 全局加载动画
484
- fullpage: false
485
- # 顶部加载胶囊
486
- pace: true
487
-
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' # 亮色模式透明无色
673
+ # 图片灯箱
674
+ # image lightbox
675
+ # warning:开启前下方的fancybox或mediumZoom必须打开一个
676
+ # warning: One of the fancybox or mediumZoom below must be turned on before turning on
677
+ lightbox: false
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 # 是否开启
679
+ # fancybox
680
+ # https://fancyapps.com/fancybox/
681
+ fancybox: true
579
682
 
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配置项
683
+ # mediumZoom
684
+ mediumZoom: false
608
685
 
609
686
  # Open Graph
610
- # --------------------------------------
611
687
  # https://ogp.me/
612
688
  # https://developers.facebook.com/docs/sharing/webmasters/
613
- # tip: 开启后,将会在页面中插入 Open Graph 标签,用于社交分享。
614
689
  opengraph:
615
690
  enable: false
616
691
  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中插入
692
+ # twitter_card:
693
+ # twitter_image:
694
+ # twitter_id:
695
+ # twitter_site:
696
+ # google_plus:
697
+ # fb_admins:
698
+ # fb_app_id:
631
699
 
632
700
  # 文章底部推荐文章
701
+ # Recommended articles at the bottom of the article
633
702
  related_post:
634
703
  enable: false
635
704
  # 推荐文章数量
705
+ # Number of recommended articles
636
706
  limit: 2
637
707
  # 根据创建日期(created)或是更新日期(updated)
708
+ # According to the creation date (created) or the update date (updated)
638
709
  date_type: created
639
710
 
711
+ # 字数统计
712
+ # word count
713
+ # warning:开启前需要安装字数统计插件
714
+ # warning: You need to install the word count plugin before turning it on
715
+ wordcount: false
716
+
717
+ # 访问统计
718
+ # access statistics
719
+ busuanzi: false
720
+
721
+ # 搜索
722
+ # search
723
+ # warning:开启前需要安装搜索插件
724
+ # warning: You need to install the search plugin before turning it on
725
+ search:
726
+ enable: false
727
+ # algolia, local
728
+ type: algolia
729
+ algolia:
730
+ # hits:
731
+ # per_page: 6
732
+ local:
733
+ preload: false
734
+ CDN:
735
+
640
736
  # rightside(右键菜单)
737
+ # right menu
641
738
  rightside:
642
739
  enable: false
643
740
 
741
+ # 文章摘要AI
742
+ # post abstract AI
743
+ post_ai:
744
+ enable: false
745
+ # 右侧显示的模型名称
746
+ # Model name displayed on the right
747
+ modelName: GPT 4
748
+ # key
749
+ # 具体获取方法见文档
750
+ # Specific acquisition method, see the document
751
+ key:
752
+ # 自介
753
+ # talk
754
+ talk: 我是王卓Sco开发的摘要生成助理ScoGPT,ScoGPT在静态部署时进行摘要的撰写,并且在访客访问时通过ScoCorrection转译后的文本摘要实现工具。我在这里只负责已经生成的摘要显示,你无法与我直接沟通,但我可以回答一些预设的问题。
755
+ # 随机文章按钮
756
+ # Random post button
757
+ randomPost: false
758
+ # 举报链接,不填不显示
759
+ # Report link, do not fill in and do not display
760
+ report: https://blog.wzsco.top/about/
761
+ # 底部提示
762
+ # Bottom tip
763
+ tips: 此内容根据文章生成,并经过人工审核,仅用于文章内容的解释与总结
764
+
765
+ # latex 公式支持
766
+ # latex formula support
767
+ katex:
768
+ enable: false
769
+ per_page: false # 是否在每页都加载 / Whether to load on each page
770
+ copytex: false # 是否开启复制公式 / Whether to enable copy formula
771
+
772
+ # 评论
773
+ # comment
774
+ comment:
775
+ enable: false
776
+ type: # waline, twikoo
777
+ commentBarrage: false # 热评开关 / Hot comment switch
778
+ newComment: false # 最新评论开关 / Latest comment switch
779
+ # 匿名评论前部分随机信息 / Anonymous comment front random information
780
+ randomInfoStart:
781
+ - '聪敏的'
782
+ - '可爱的'
783
+ - '美丽的'
784
+ # 匿名评论后部分随机信息 / Anonymous comment after random information
785
+ randomInfoEnd:
786
+ - '白菜'
787
+ - '小可爱'
788
+ - '小仙女'
789
+ # twikoo 配置信息
790
+ # twikoo settings
791
+ twikoo: # https://twikoo.js.org/
792
+ envId: # url: https://twikoo.sondy.top/
793
+ lang: 'zh-CN' # 语言
794
+ accessToken: # accessToken
795
+ # waline 配置信息
796
+ # waline settings
797
+ waline: # https://waline.js.org/
798
+ envId: # url: https://waline.wzsco.top
799
+ pageview: true # 是否开启页面访问量统计 / Whether to enable page access statistics
800
+ option: # waline配置项 / waline configuration item
801
+
644
802
  # 站点验证
803
+ # Site verification
645
804
  # 仅需要填写验证代码即可,譬如:codeva-KReTIJu5us
646
- verify:
647
- baidu:
648
- google:
649
- sougou:
805
+ # Only need to fill in the verification code, such as: codeva-KReTIJu5us
806
+ verify_site:
807
+ # - name: google-site-verification
808
+ # content: xxxxxx
809
+ # - name: baidu-site-verification
810
+ # content: xxxxxxx
650
811
 
651
812
  # CSS 前缀
813
+ # CSS prefix
652
814
  # 有些 CSS 并不是所有浏览器都支持,需要增加对应的前缀才会生效
815
+ # Some CSS is not supported by all browsers, and you need to add the corresponding prefix to take effect
653
816
  # 开启 css_prefix 后,会自动为一些 CSS 增加前缀。(会增加 20%的体积)
654
- # --------------------------------------
817
+ # After opening css_prefix, some CSS will be automatically prefixed. (Will increase 20% of the volume)
655
818
  css_prefix: false
656
819
 
657
- # Fest (纪念日灰色)
658
- # 譬如国家公祭日
659
- fest:
660
- enable: false # 开启
661
- list: # 纪念日列表
662
- - '12.13' # 国家公祭日
820
+ # 插入代码到头部 </head> 之前 和 底部 </body> 之前
821
+ # Insert code before </head> and before </body>
822
+ # 插入额外代码 如:统计,广告等
823
+ # Insert additional code such as: statistics, advertising, etc.
824
+ extends:
825
+ head: # 在head中插入 / Insert in head
826
+ # - <script src="https://cdn.bootcdn.net/ajax/libs/pace/1.2.4/pace.min.js"></script>
827
+ body: # 在body中插入 / Insert in body
663
828
 
664
829
  # PWA
665
- # 图标信息非必选,填了就显示,不想添加的可以进行注释
666
- # https://github.com/JLHwung/hexo-offline
830
+ # https://developer.mozilla.org/zh-CN/docs/Web/Progressive_web_apps
667
831
  pwa:
668
- enable: false # 是否开启
669
- startup_image_enable: false # 是否开启启动画面
832
+ enable: false
670
833
  manifest: /manifest.json # manifest.json 文件路径
671
834
  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
835
+ mask_icon: https://cdn.cbd.int/solitude-source@1.0.3/img/pwa/180.png # 遮罩图标
836
+ apple_touch_icon: https://cdn.cbd.int/solitude-source@1.0.3/img/pwa/180.png # 苹果触摸图标
837
+ bookmark_icon: https://cdn.cbd.int/solitude-source@1.0.3/img/pwa/180.png # 书签图标
838
+ favicon_32_32: https://cdn.cbd.int/solitude-source@1.0.3/img/pwa/32.png # 32x32图标
839
+ favicon_16_16: https://cdn.cbd.int/solitude-source@1.0.3/img/pwa/16.png # 16x16图标
840
+
841
+ # CDN
842
+ # Don't modify the following settings unless you know how they work
843
+ # 非必要请不要修改
844
+ CDN:
845
+ # The CDN provider of internal scripts (主题内 js 的 cdn 配置)
846
+ # option: local/jsdelivr/unpkg/cdnjs/custom
847
+ # Dev version can only choose. ( dev版本只能为 local )
848
+ internal: local
849
+ # The CDN provider of third party scripts (第三方 js 的 cdn 配置)
850
+ # option: local/jsdelivr/unpkg/cdnjs/custom
851
+ third_party: custom
852
+
853
+ # Add version number to url, true or false
854
+ version: true
855
+
856
+ # Custom format
857
+ # For example: https://cdn.staticfile.org/${cdnjs_name}/${version}/${min_cdnjs_file}
858
+ custom_format: https://cdn.staticfile.org/${cdnjs_name}/${version}/${min_cdnjs_file}
859
+
860
+ option:
861
+ scoicon_css: https://cdn.cbd.int/solitude-source@1.0.3/icon/scoicon.min.css
862
+ waterfall: https://cdn.cbd.int/solitude-source@1.0.3/js/waterfall.min.js
863
+ view_image: https://cdn.cbd.int/solitude-source@1.0.3/js/view-image.min.js
864
+ # algolia_search:
865
+ # instantsearch:
866
+ # pjax:
867
+ # twikoo:
868
+ # waline_js:
869
+ # waline_css:
870
+ # sharejs:
871
+ # sharejs_css:
872
+ # katex:
873
+ # katex_copytex:
874
+ # lazyload:
875
+ # aplayer_css:
876
+ # aplayer_js:
877
+ # meting_js:
878
+ # pace_js:
879
+ # lunr_js:
880
+ # swiper_css:
881
+ # swiper_js:
882
+ # busuanzi_js:
883
+ # snackbar_css:
884
+ # snackbar_js: