hexo-theme-shokax 0.2.8 → 0.2.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.gitattribute +1 -0
- package/README.md +4 -4
- package/README_en.MD +4 -4
- package/_config.yml +1 -1
- package/_images.yml +1 -1
- package/layout/_partials/footer.pug +1 -1
- package/layout/_partials/layout.pug +1 -0
- package/layout/_partials/post/nav.pug +1 -1
- package/layout/_partials/third-party/google-analytics.pug +10 -0
- package/package.json +10 -12
- package/scripts/helpers/asset.js +1 -1
- package/scripts/plugin/lib/injects.js +4 -0
- package/source/css/_common/components/tags/tabs.styl +0 -1
- package/source/css/_common/scaffolding/base.styl +4 -3
- package/source/css/comment.styl +0 -2
- package/source/js/_app/library.js +1 -6
package/.gitattribute
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
* text=auto eol=lf
|
package/README.md
CHANGED
|
@@ -7,11 +7,11 @@
|
|
|
7
7
|

|
|
8
8
|

|
|
9
9
|
|
|
10
|
-
语言(language): 简体中文 | [English](./README_en.
|
|
10
|
+
语言(language): 简体中文 | [English](./README_en.MD) \
|
|
11
11
|
此项目是shoka的一个二次开发版(算精神续作),致力于提高性能和优化魔改体验 \
|
|
12
|
-
诞生原因是目前shoka已经两年没有更新了,积压了大量BUG
|
|
12
|
+
诞生原因是目前shoka已经两年没有更新了,积压了大量BUG和功能请求。
|
|
13
13
|
|
|
14
|
-
shokaX的社区资源导航和插件仓库为[awesome-shokaX](https://github.com/
|
|
14
|
+
shokaX的社区资源导航和插件仓库为[awesome-shokaX](https://github.com/theme-shoka-x/awesome-shokaX)
|
|
15
15
|
|
|
16
16
|
## 💬 和shoka的区别
|
|
17
17
|
原先shoka使用了javascript+Native+nunjucks的技术 \
|
|
@@ -75,7 +75,7 @@ GPL许可证主要目的是限制修改后的分发行为,避免未经许可
|
|
|
75
75
|
| hexo-theme-shoka | amehime | 本项目的父主题 |
|
|
76
76
|
|
|
77
77
|
## 开发者们
|
|
78
|
-
[](https://github.com/theme-shoka-x/hexo-theme-shokaX/graphs/contributors)
|
|
79
79
|
|
|
80
80
|
## 特别鸣谢
|
|
81
81
|
[<img src="https://resources.jetbrains.com/storage/products/company/brand/logos/jb_beam.png" width="25%">](https://jb.gg/OpenSourceSupport)
|
package/README_en.MD
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
If the repository address you are visiting is zkz098/hexo-theme-shokaX
|
|
1
|
+
If the repository address you are visiting is **zkz098/hexo-theme-shokaX**, please switch to the latest address: [theme-shoka-x/hexo-theme-shokaX](https://github.com/theme-shoka-x/hexo-theme-shokaX)
|
|
2
2
|
|
|
3
3
|
# hexo-theme-shokaX
|
|
4
4
|
[](https://app.fossa.com/projects/git%2Bgithub.com%2Fzkz098%2Fhexo-theme-shokaX?ref=badge_shield)
|
|
@@ -11,7 +11,7 @@ Language: [简体中文](./README.md) | English \
|
|
|
11
11
|
This project is a secondary development version of shoka (spiritual sequel), dedicated to improving performance and optimizing modding experience.
|
|
12
12
|
The reason for its birth is that shoka has not been updated for two years, with a large backlog of bugs and feature requests.
|
|
13
13
|
|
|
14
|
-
The community resource navigation and plugin repository for shokaX is awesome-shokaX.
|
|
14
|
+
The community resource navigation and plugin repository for shokaX is [awesome-shokaX](https://github.com/theme-shoka-x/awesome-shokaX)
|
|
15
15
|
|
|
16
16
|
## 💬 Differences with shoka
|
|
17
17
|
The original shoka used javascript+Native+nunjucks technology, while shokaX uses typescript+Vue 3+Pug technology and has changed a lot of hard-to-access CDN links.
|
|
@@ -30,7 +30,7 @@ Remarks:
|
|
|
30
30
|
- *: Requires implementation using Injection API.
|
|
31
31
|
|
|
32
32
|
## 🔧 How to Install?
|
|
33
|
-
It is recommended to use [ShokaX-CLI](https://github.com/
|
|
33
|
+
It is recommended to use [ShokaX-CLI](https://github.com/theme-shoka-x/shokaX-CLI) and execute the following command:
|
|
34
34
|
```bash
|
|
35
35
|
npm i shokax-cli --location=global
|
|
36
36
|
# hexo init initializes the environment
|
|
@@ -50,7 +50,7 @@ license: GPL 3 or later
|
|
|
50
50
|
|
|
51
51
|
## Contributors
|
|
52
52
|
|
|
53
|
-
[](https://github.com/theme-shoka-x/hexo-theme-shokaX/graphs/contributors)
|
|
54
54
|
|
|
55
55
|
## Special thanks
|
|
56
56
|
[<img src="https://resources.jetbrains.com/storage/products/company/brand/logos/jb_beam.png" width="25%">](https://jb.gg/OpenSourceSupport)
|
package/_config.yml
CHANGED
|
@@ -61,6 +61,7 @@ seo:
|
|
|
61
61
|
visitor:
|
|
62
62
|
clarity: false
|
|
63
63
|
baiduAnalytics: false
|
|
64
|
+
googleAnalytics: false
|
|
64
65
|
|
|
65
66
|
darkmode: false
|
|
66
67
|
auto_dark: # 自动亮/暗模式
|
|
@@ -391,7 +392,6 @@ vendorsList:
|
|
|
391
392
|
js:
|
|
392
393
|
- pace
|
|
393
394
|
- pjax
|
|
394
|
-
# - fetch # polyfill已暂时禁用
|
|
395
395
|
- anime
|
|
396
396
|
- algolia
|
|
397
397
|
- instantsearch
|
package/_images.yml
CHANGED
|
@@ -34,7 +34,7 @@ div(class="status")
|
|
|
34
34
|
if beianN && RC
|
|
35
35
|
br
|
|
36
36
|
a(target="_blank" href=`https://www.beian.gov.cn/portal/registerSystemInfo?recordcode=${RC}`)
|
|
37
|
-
img(src=theme.statics + theme.assets + '/' + theme.footer.icp.icon style="max-width: 2em;display:inline;")
|
|
37
|
+
img(src=theme.statics + theme.assets + '/' + theme.footer.icp.icon style="max-width: 2em;display:inline;" width="20" height="20")
|
|
38
38
|
!= beianN
|
|
39
39
|
!= shokax_inject('status')
|
|
40
40
|
|
|
@@ -119,6 +119,7 @@ html(lang=page.language?page.language:config.language, style=theme.grayMode ? 'f
|
|
|
119
119
|
!= _js('app.js')
|
|
120
120
|
!= partial('_partials/third-party/baidu-analytics.pug', {}, {cache: true})
|
|
121
121
|
!= partial('_partials/third-party/clarity.pug', {}, {cache: true})
|
|
122
|
+
!= partial('_partials/third-party/google-analytics.pug', {}, {cache: true})
|
|
122
123
|
if theme.twikoo.enable
|
|
123
124
|
!= _new_comments('twikoo')
|
|
124
125
|
else if theme.waline.enable
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
mixin navpost(item, type)
|
|
2
2
|
- var postText = item.title || item.link || __('post.untitled')
|
|
3
3
|
- var lastcat = item.categories.last()
|
|
4
|
-
- var itemlink
|
|
4
|
+
- var itemlink = `<span class="type">${__('post.' + type)}</span>${lastcat && lastcat.name ? `<span class="category"><i class="ic i-flag"></i>${lastcat.name}</span>` : ''}<h3>${postText}</h3>`
|
|
5
5
|
!= _url(item.path, itemlink, {itemprop: 'url', rel: type, 'data-background-image': _cover(item), title: postText})
|
|
6
6
|
|
|
7
7
|
div(class="post-nav")
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
- var googleId = theme.visitor.googleAnalytics
|
|
2
|
+
if googleId
|
|
3
|
+
script(async, src=`https://www.googletagmanager.com/gtag/js?id=${ googleId }`)
|
|
4
|
+
script(data-pjax=true).
|
|
5
|
+
window.dataLayer = window.dataLayer || [];
|
|
6
|
+
function gtag() {
|
|
7
|
+
dataLayer.push(arguments);
|
|
8
|
+
}
|
|
9
|
+
gtag('js', new Date());
|
|
10
|
+
gtag('config', '#{googleId}');
|
package/package.json
CHANGED
|
@@ -1,35 +1,33 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "hexo-theme-shokax",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.9",
|
|
4
4
|
"description": "a hexo theme based on shoka",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"repository": "https://github.com/theme-shoka-x/hexo-theme-shokaX",
|
|
7
|
-
"author": "
|
|
7
|
+
"author": "zkz098",
|
|
8
8
|
"license": "GPL-3.0-or-later",
|
|
9
9
|
"scripts": {
|
|
10
10
|
"test": "tsc",
|
|
11
11
|
"build": "pnpm install && tsc"
|
|
12
12
|
},
|
|
13
13
|
"devDependencies": {
|
|
14
|
-
|
|
15
14
|
"@types/fancybox": "^3.5.3",
|
|
16
15
|
"@types/hexo": "^3.8.8",
|
|
17
16
|
"@types/jquery": "^3.5.16",
|
|
18
17
|
"@types/js-yaml": "^4.0.5",
|
|
19
18
|
"@types/lozad": "^1.16.1",
|
|
20
|
-
"@types/node": "^20.
|
|
21
|
-
"@typescript-eslint/eslint-plugin": "^5.59.
|
|
22
|
-
"@typescript-eslint/parser": "^5.59.
|
|
23
|
-
|
|
24
|
-
"eslint": "
|
|
25
|
-
"eslint-config-standard": "^17.0.0",
|
|
19
|
+
"@types/node": "^20.2.3",
|
|
20
|
+
"@typescript-eslint/eslint-plugin": "^5.59.7",
|
|
21
|
+
"@typescript-eslint/parser": "^5.59.7",
|
|
22
|
+
"eslint": "^8.41.0",
|
|
23
|
+
"eslint-config-standard": "*",
|
|
26
24
|
"eslint-plugin-import": "^2.27.5",
|
|
27
|
-
"eslint-plugin-n": "^
|
|
25
|
+
"eslint-plugin-n": "^16.0.0",
|
|
28
26
|
"eslint-plugin-promise": "^6.1.1",
|
|
29
|
-
"eslint-plugin-vue": "^9.
|
|
27
|
+
"eslint-plugin-vue": "^9.14.0",
|
|
30
28
|
"hexo-fs": "^4.1.1",
|
|
31
29
|
"hexo-util": "^3.0.1",
|
|
32
|
-
"instantsearch.js": "^4.
|
|
30
|
+
"instantsearch.js": "^4.56.0",
|
|
33
31
|
"theme-shokax-anime": "^0.0.4",
|
|
34
32
|
"theme-shokax-pjax": "^0.0.2",
|
|
35
33
|
"typescript": "^5.0.4",
|
package/scripts/helpers/asset.js
CHANGED
|
@@ -91,7 +91,7 @@ hexo.extend.helper.register('_vendor_font', () => {
|
|
|
91
91
|
const fontDisplay = '&display=swap';
|
|
92
92
|
const fontSubset = '&subset=latin,latin-ext';
|
|
93
93
|
const fontStyles = ':300,300italic,400,400italic,700,700italic';
|
|
94
|
-
const fontHost = '
|
|
94
|
+
const fontHost = 'https://fonts.googleapis.com';
|
|
95
95
|
let fontFamilies = ['global', 'logo', 'title', 'headings', 'posts', 'codes'].map(item => {
|
|
96
96
|
if (config[item] && config[item].family && config[item].external) {
|
|
97
97
|
return config[item].family + fontStyles;
|
|
@@ -8,6 +8,8 @@ const node_path_1 = __importDefault(require("node:path"));
|
|
|
8
8
|
const injects_point_1 = __importDefault(require("./injects-point"));
|
|
9
9
|
const defaultExtname = '.pug';
|
|
10
10
|
class StylusInject {
|
|
11
|
+
files;
|
|
12
|
+
base_dir;
|
|
11
13
|
constructor(base_dir) {
|
|
12
14
|
this.base_dir = base_dir;
|
|
13
15
|
this.files = [];
|
|
@@ -17,6 +19,8 @@ class StylusInject {
|
|
|
17
19
|
}
|
|
18
20
|
}
|
|
19
21
|
class ViewInject {
|
|
22
|
+
base_dir;
|
|
23
|
+
raws;
|
|
20
24
|
constructor(base_dir) {
|
|
21
25
|
this.base_dir = base_dir;
|
|
22
26
|
this.raws = [];
|
|
@@ -148,6 +148,7 @@ input, textarea {
|
|
|
148
148
|
}
|
|
149
149
|
@font-face {
|
|
150
150
|
font-family: 'ic';
|
|
151
|
+
font-display: swap;
|
|
151
152
|
src: url('//at.alicdn.com/t/font_' + $iconfont + '.eot');
|
|
152
153
|
src: url('//at.alicdn.com/t/font_' + $iconfont + '.eot?#iefix') format('embedded-opentype'),
|
|
153
154
|
url('//at.alicdn.com/t/font_' + $iconfont + '.woff2') format('woff2'),
|
|
@@ -157,9 +158,9 @@ input, textarea {
|
|
|
157
158
|
}
|
|
158
159
|
|
|
159
160
|
@font-face {
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
161
|
+
font-family: 'jetbrains-mono';
|
|
162
|
+
font-display: swap;
|
|
163
|
+
src: url("https://cdn.jsdelivr.net/gh/JetBrains/JetBrainsMono@2.242/fonts/webfonts/JetBrainsMono-Regular.woff2") format("woff2");
|
|
163
164
|
}
|
|
164
165
|
|
|
165
166
|
.ic {
|
package/source/css/comment.styl
CHANGED
|
@@ -17,13 +17,8 @@ $dom.asyncify = async (selector, element = document) => {
|
|
|
17
17
|
}
|
|
18
18
|
return element.querySelector(selector);
|
|
19
19
|
};
|
|
20
|
-
$dom.asyncifyAll = async (selector, element = document) => {
|
|
21
|
-
return element.querySelectorAll(selector);
|
|
22
|
-
};
|
|
23
20
|
$dom.asyncifyEach = (selector, callback, element) => {
|
|
24
|
-
$dom.
|
|
25
|
-
tmp.forEach(callback);
|
|
26
|
-
});
|
|
21
|
+
$dom.all(selector, element).forEach(callback);
|
|
27
22
|
};
|
|
28
23
|
Object.assign(HTMLElement.prototype, {
|
|
29
24
|
createChild: function (tag, obj, positon) {
|