hexo-theme-particlex 2.2.5 → 2.2.6

Sign up to get free protection for your applications and to get access to all the features.
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  [ParticleX](https://github.com/argvchs/hexo-theme-particlex) 主题,诞生原因是因为原来的 [Particle](https://github.com/korilin/hexo-theme-particle) 主题不维护了,但是我觉得还是很好的
4
4
 
5
- 原来用的是 Vue 2 + Ant Design Vue 1,现更新到 Vue 3,去除 Ant Design Vue 采用自定义样式,图标更改为 Font Awesome 6,CDN 改为 UNPKG
5
+ 原来用的是 Vue 2 + Ant Design Vue 1,现更新到 Vue 3,去除 Ant Design Vue 采用自定义样式,图标更改为 Font Awesome 6,CDN 改为 Staticfile
6
6
 
7
7
  原项目 `README.md` 里说:
8
8
 
@@ -278,12 +278,12 @@ highlightStyle: github # Highlight style
278
278
  commentCount: true # If false, comment count will only be displayed in post page, not in home page
279
279
  pageview: false # Pageviews count, Note: You should not enable both `waline.pageview` and `leancloud_visitors`
280
280
  emoji: # Custom emoji
281
- - https://unpkg.com/@waline/emojis@1.0.1/weibo
282
- - https://unpkg.com/@waline/emojis@1.0.1/alus
283
- - https://unpkg.com/@waline/emojis@1.0.1/bilibili
284
- - https://unpkg.com/@waline/emojis@1.0.1/qq
285
- - https://unpkg.com/@waline/emojis@1.0.1/tieba
286
- - https://unpkg.com/@waline/emojis@1.0.1/tw-emoji
281
+ - https://unpkg.com/@waline/emojis@1.2.0/weibo
282
+ - https://unpkg.com/@waline/emojis@1.2.0/alus
283
+ - https://unpkg.com/@waline/emojis@1.2.0/bilibili
284
+ - https://unpkg.com/@waline/emojis@1.2.0/qq
285
+ - https://unpkg.com/@waline/emojis@1.2.0/tieba
286
+ - https://unpkg.com/@waline/emojis@1.2.0/tw-emoji
287
287
  meta: # Comment information, valid meta are nick, mail and link
288
288
  - nick
289
289
  - mail
package/_config.yml CHANGED
@@ -109,7 +109,7 @@ gitalk:
109
109
  # https://github.com/giscus/giscus
110
110
  giscus:
111
111
  enable: false
112
- src: https://giscus.app/client.js # Default src
112
+ src: https://giscus.app/client.js
113
113
  repo:
114
114
  repoID:
115
115
  category:
@@ -134,12 +134,12 @@ waline:
134
134
  commentCount: true # If false, comment count will only be displayed in post page, not in home page
135
135
  pageview: false # Pageviews count, Note: You should not enable both `waline.pageview` and `leancloud_visitors`
136
136
  emoji: # Custom emoji
137
- - https://unpkg.com/@waline/emojis@1.0.1/weibo
138
- - https://unpkg.com/@waline/emojis@1.0.1/alus
139
- - https://unpkg.com/@waline/emojis@1.0.1/bilibili
140
- - https://unpkg.com/@waline/emojis@1.0.1/qq
141
- - https://unpkg.com/@waline/emojis@1.0.1/tieba
142
- - https://unpkg.com/@waline/emojis@1.0.1/tw-emoji
137
+ - https://unpkg.com/@waline/emojis@1.2.0/weibo
138
+ - https://unpkg.com/@waline/emojis@1.2.0/alus
139
+ - https://unpkg.com/@waline/emojis@1.2.0/bilibili
140
+ - https://unpkg.com/@waline/emojis@1.2.0/qq
141
+ - https://unpkg.com/@waline/emojis@1.2.0/tieba
142
+ - https://unpkg.com/@waline/emojis@1.2.0/tw-emoji
143
143
  meta: # Comment information, valid meta are nick, mail and link
144
144
  - nick
145
145
  - mail
package/layout/layout.ejs CHANGED
@@ -31,20 +31,20 @@
31
31
  <meta name="keywords" content="<%- config.keywords %>">
32
32
  <meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=0">
33
33
  <link rel="icon" href="<%- url_for(theme.avatar) %>">
34
- <script src="https://unpkg.com/vue/dist/vue.global.prod.js"></script>
35
- <script src="https://unpkg.com/@highlightjs/cdn-assets/highlight.min.js"></script>
36
- <link rel="stylesheet" href="https://unpkg.com/@highlightjs/cdn-assets/styles/<%- theme.highlightStyle %>.min.css">
37
- <link rel="stylesheet" href="https://unpkg.com/@fortawesome/fontawesome-free/css/all.min.css">
34
+ <script src="https://cdn.staticfile.org/vue/3.2.45/vue.global.min.js"></script>
35
+ <script src="https://cdn.staticfile.org/highlight.js/11.7.0/highlight.min.js"></script>
36
+ <link rel="stylesheet" href="https://cdn.staticfile.org/highlight.js/11.7.0/styles/<%- theme.highlightStyle %>.min.css">
37
+ <link rel="stylesheet" href="https://cdn.staticfile.org/font-awesome/6.2.1/css/all.min.css">
38
38
  <% if (theme.polyfill.enable) { %>
39
39
  <script src="https://polyfill.io/v3/polyfill.min.js?features=<% theme.polyfill.features.join(",") %>"></script>
40
40
  <% } %>
41
41
  <% if (theme.math.enable) { %>
42
- <script src="https://unpkg.com/katex/dist/katex.min.js"></script>
43
- <script src="https://unpkg.com/katex/dist/contrib/auto-render.min.js"></script>
44
- <link rel="stylesheet" href="https://unpkg.com/katex/dist/katex.min.css">
42
+ <script src="https://cdn.staticfile.org/KaTeX/0.16.4/katex.min.js"></script>
43
+ <script src="https://cdn.staticfile.org/KaTeX/0.16.4/contrib/auto-render.min.js"></script>
44
+ <link rel="stylesheet" href="https://cdn.staticfile.org/KaTeX/0.16.4/katex.min.css">
45
45
  <% } %>
46
46
  <% if (theme.crypto.enable && typeof page.password !== "undefined") { %>
47
- <script src="https://unpkg.com/crypto-js/crypto-js.js"></script>
47
+ <script src="https://cdn.staticfile.org/crypto-js/4.1.1/crypto-js.min.js"></script>
48
48
  <% } %>
49
49
  <link rel="stylesheet" href="<%- url_for("/css/fonts.min.css") %>">
50
50
  <link rel="stylesheet" href="<%- url_for("/css/particlex.css") %>">
package/layout/script.ejs CHANGED
@@ -2,8 +2,8 @@
2
2
  <script src="<%- url_for("/js/particlex.js") %>"></script>
3
3
  <% if (type == "post") { %>
4
4
  <% if (theme.gitalk.enable) { %>
5
- <script src="https://unpkg.com/gitalk/dist/gitalk.min.js"></script>
6
- <link rel="stylesheet" href="https://unpkg.com/gitalk/dist/gitalk.min.css">
5
+ <script src="https://cdn.staticfile.org/gitalk/1.8.0/gitalk.min.js"></script>
6
+ <link rel="stylesheet" href="https://cdn.staticfile.org/gitalk/1.8.0/gitalk.min.css">
7
7
  <script>
8
8
  let clientID = "<%- theme.gitalk.clientID %>",
9
9
  clientSecret = "<%- theme.gitalk.clientSecret %>";
@@ -48,9 +48,9 @@
48
48
  ></script>
49
49
  <% } %>
50
50
  <% if (theme.waline.enable) { %>
51
- <script src="https://unpkg.com/@waline/client/dist/waline.js"></script>
52
- <link rel="stylesheet" href="https://unpkg.com/@waline/client/dist/waline.css">
53
- <link rel="stylesheet" href="https://unpkg.com/@waline/client/dist/waline-meta.css">
51
+ <script src="https://cdn.staticfile.org/waline/2.14.7/waline.min.js"></script>
52
+ <link rel="stylesheet" href="https://cdn.staticfile.org/waline/2.14.7/waline.min.css">
53
+ <link rel="stylesheet" href="https://cdn.staticfile.org/waline/2.14.7/waline-meta.min.css">
54
54
  <script>
55
55
  Waline.init({
56
56
  el: "#waline-container",
@@ -69,7 +69,7 @@
69
69
  </script>
70
70
  <% } %>
71
71
  <% if (theme.twikoo.enable) { %>
72
- <script src="https://unpkg.com/twikoo/dist/twikoo.all.min.js"></script>
72
+ <script src="https://cdn.staticfile.org/twikoo/1.6.8/twikoo.all.min.js"></script>
73
73
  <script>
74
74
  twikoo.init({
75
75
  el: "#twikoo-container",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hexo-theme-particlex",
3
- "version": "2.2.5",
3
+ "version": "2.2.6",
4
4
  "description": "A concise Hexo theme, based on Particle.",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"