Skip to content

Commit 244b7fd

Browse files
committed
升级 Hexo 和主题版本
1 parent 93b1511 commit 244b7fd

File tree

2 files changed

+15
-10
lines changed

2 files changed

+15
-10
lines changed

_config.fluid.yml

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -507,9 +507,9 @@ index:
507507
slogan:
508508
enable: true
509509

510-
# 为空则按 hexo config.subtitle 显示
511-
# If empty, text based on `subtitle` in hexo config
512-
text: "世界那么大 我想去看看"
510+
# 为空则按 hexo config.subtitle 显示,支持列表格式来实现随机选择一行文字显示
511+
# If empty, text based on `subtitle` in hexo config, support list format to random selection of a row for display
512+
text:
513513

514514
# 通过 API 接口作为首页副标题的内容,必须返回的是 JSON 格式,如果请求失败则按 text 字段显示,该功能必须先开启 typing 打字机功能
515515
# Subtitle of the homepage through the API, must be returned a JSON. If the request fails, it will be displayed in `text` value. This feature must first enable the typing animation
@@ -786,11 +786,16 @@ utterances:
786786
# See: https://disqus.com
787787
disqus:
788788
shortname:
789-
# 以下为 Disqusjs 支持, 国内用户如果想使用 Disqus 建议配合使用
790-
# The following are Disqusjs configurations, please ignore if DisqusJS is not required
789+
# 以下为 Disqusjs 支持, 国内用户如果想使用 Disqus 建议配合使用,支持填入多个 apikey,建议自行搭建 api 端点
790+
# The following are Disqusjs configurations, please ignore if DisqusJS is not required, it supports filling in multiple apikeys, it is recommended to build the API endpoint by yourself
791791
# See: https://github.com/SukkaW/DisqusJS
792-
disqusjs: true
792+
disqusjs: false
793793
apikey:
794+
- 'KEY1'
795+
#- 'KEY2'
796+
api: https://disqus.skk.moe/disqus/
797+
admin:
798+
adminLabel:
794799

795800
# Gitalk
796801
# 基于 GitHub Issues

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
"name": "potat0-box",
33
"version": "1.0.0",
44
"hexo": {
5-
"version": "7.3.0"
5+
"version": "8.0.0"
66
},
77
"license": "GPL-3.0-only",
88
"repository": {
99
"type": "git",
1010
"url": "git+https://github.com/Potat0000/Blog.git"
1111
},
1212
"dependencies": {
13-
"hexo": "^7.3.0",
13+
"hexo": "^8.0.0",
1414
"hexo-filter-nofollow": "^2.0.2",
1515
"hexo-generator-archive": "^2.0.0",
1616
"hexo-generator-category": "^2.0.0",
@@ -23,7 +23,7 @@
2323
"hexo-renderer-markdown-it": "^7.1.1",
2424
"hexo-renderer-stylus": "^3.0.1",
2525
"hexo-server": "^3.0.0",
26-
"hexo-theme-fluid": "^1.9.8",
26+
"hexo-theme-fluid": "github:fluid-dev/hexo-theme-fluid#master",
2727
"markdown-it-abbr": "^2.0.0",
2828
"markdown-it-cjk-breaks": "^2.0.0",
2929
"markdown-it-container": "^4.0.0",
@@ -34,7 +34,7 @@
3434
"markdown-it-pangu": "^1.0.2",
3535
"markdown-it-sub": "^2.0.0",
3636
"markdown-it-sup": "^2.0.0",
37-
"markdown-it-table-of-contents": "^0.9.0",
37+
"markdown-it-table-of-contents": "^1.1.0",
3838
"markdown-it-task-lists": "^2.1.1"
3939
}
4040
}

0 commit comments

Comments
 (0)