hexo-theme-shokax 0.1.4 → 0.1.6

Sign up to get free protection for your applications and to get access to all the features.
package/CONTRIBUTING.md CHANGED
@@ -2,6 +2,7 @@
2
2
 
3
3
  ---
4
4
  > 请在贡献前仔细阅读本文档
5
+
5
6
  目录:
6
7
  1. [代码贡献指南](#代码贡献指南)
7
8
  2. [翻译贡献指南](#翻译贡献指南)
@@ -14,6 +15,9 @@
14
15
  2. 您同意我们在未来进行授权许可更改时包含您所贡献的代码
15
16
  3. 您有对于 shokaX 所使用的相关技术和 github PR 及 actions 的基础了解
16
17
 
18
+ 对于代码修改的说明:
19
+ 1. `page js` 仅需要修改ts文件,`hexo script` 请修改js文件
20
+
17
21
  有关提交的说明:
18
22
  1. 您在提交时的`commit message`应描述其改动
19
23
  2. 如果您提交的代码中包括图片资源,建议使用`webp`或`avif`格式
package/_config.yml CHANGED
@@ -23,14 +23,14 @@ pwa:
23
23
  experiments:
24
24
  noPlayer: false # 禁用音乐播放器
25
25
  gradient: false # 使用CSS渐变作为文章封面
26
- gradientCover: "" # 当gradient为true时使用的主页面cover(为空则使用bing随机图片)
26
+ fixedCover: "" # 主页面cover(为空则使用bing随机图片)
27
27
  debug: false # 使用debug模式启动
28
28
  disableThemeComment: false # 禁用主题评论系统(一般用于关闭评论或让插件接管评论系统)
29
29
  usingRelative: false # _image.yml 使用相对路径
30
30
 
31
31
  playerAPI: "https://api.injahow.cn" # 结尾不带/,只填写域名
32
32
  # 如果条件允许,请参考 https://github.com/injahow/meting-api 自建API
33
- # 建议使用vercel自行部署,请参考: https://github.com/xizeyoupan/Meting-API
33
+ # 使用vercel自行部署,请参考: https://github.com/xizeyoupan/Meting-API
34
34
 
35
35
  disableVL: false # 禁用可见度监听
36
36
 
@@ -39,10 +39,10 @@ icon:
39
39
  apple_touch_icon: "/apple-touch-icon.png"
40
40
 
41
41
  seo:
42
- bing: "bing-key"
43
- google: "google-key"
44
- yandex: "yandex-key"
45
- baidu: "baidu-key"
42
+ bing:
43
+ google:
44
+ yandex:
45
+ baidu:
46
46
 
47
47
  visitor:
48
48
  clarity: false
File without changes
@@ -28,7 +28,6 @@ menu:
28
28
  statistics: 统计
29
29
  admiration: 赞赏博主
30
30
  friends: 友链
31
- howtoask: 提问的智慧
32
31
  privacy: 隐私政策
33
32
 
34
33
  sidebar:
@@ -25,14 +25,14 @@ mixin CommentRender()
25
25
  setTimeout(function () {
26
26
  init({
27
27
  el: '#wcomments',
28
- serverURL: '#{hexo.theme.config.waline.serverURL}',
29
- lang: '#{hexo.theme.config.waline.lang}',
28
+ serverURL: '#{theme.waline.serverURL}',
29
+ lang: '#{theme.waline.lang}',
30
30
  locale: !{locale},
31
31
  emoji: !{emoji},
32
32
  meta: !{meta},
33
33
  requiredMeta: !{requiredMeta},
34
- wordLimit: #{hexo.theme.config.waline.wordLimit},
35
- pageSize: #{hexo.theme.config.waline.pageSize},
34
+ wordLimit: #{theme.waline.wordLimit},
35
+ pageSize: #{theme.waline.pageSize},
36
36
  pageview: #{theme.waline.pageview},
37
37
  path: path
38
38
  });
@@ -31,9 +31,9 @@ html(lang=page.language?page.language:config.language, style=theme.grayMode ? 'f
31
31
 
32
32
  != partial('_partials/header.pug', {}, {cache: true})
33
33
  div(id="imgs" class="pjax")
34
- if theme.experiments.gradient
34
+ if theme.experiments.gradient || theme.experiments.fixedCover
35
35
  //- cover不可用时用Bing随机图片代替
36
- - var coverImage = theme?.experiments?.gradientCover || "https://7ed.net/bing/api"
36
+ - var coverImage = theme.experiments.fixedCover || "https://7ed.net/bing/api"
37
37
  img(src=coverImage)
38
38
  else
39
39
  - var covers = _cover(page, 6)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hexo-theme-shokax",
3
- "version": "0.1.4",
3
+ "version": "0.1.6",
4
4
  "description": "a hexo theme based on shoka",
5
5
  "main": "index.js",
6
6
  "repository": "https://github.com/zkz098/hexo-theme-shokaX",
@@ -1,6 +1,6 @@
1
1
  'use strict'
2
2
  /* global hexo */
3
- /*
3
+ /*!
4
4
  hexo-symbols-count-time by theme-next
5
5
  under GNU Lesser General Public License v3.0
6
6
  https://github.com/theme-next/hexo-symbols-count-time/blob/master/LICENSE