This commit is contained in:
Silent YANG 2024-03-31 11:56:45 +08:00
parent 606c4f52fa
commit 201a63d4cb
3 changed files with 1355 additions and 1103 deletions

View file

@ -1,5 +1,5 @@
# Version of the configuration file # Version of the configuration file
version: 5.1.0 version: 6.0.0
# Icarus theme variant, can be "default" or "cyberpunk" # Icarus theme variant, can be "default" or "cyberpunk"
variant: default variant: default
# Path or URL to the website's logo # Path or URL to the website's logo
@ -166,8 +166,7 @@ search:
# https://ppoffice.github.io/hexo-theme-icarus/categories/Plugins/Comment/ # https://ppoffice.github.io/hexo-theme-icarus/categories/Plugins/Comment/
comment: comment:
type: twikoo type: twikoo
env_id: 'https://twikoo.vicicode.com' env_id: https://twikoo.vicicode.com
lang: zh-CN
# Donate plugin configurations # Donate plugin configurations
# https://ppoffice.github.io/hexo-theme-icarus/categories/Plugins/Donation/ # https://ppoffice.github.io/hexo-theme-icarus/categories/Plugins/Donation/
# donates: # donates:

2441
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -1,5 +1,5 @@
{ {
"name": "hexo-site", "name": "vici-blog",
"version": "0.0.0", "version": "0.0.0",
"private": true, "private": true,
"scripts": { "scripts": {
@ -9,20 +9,20 @@
"server": "hexo server" "server": "hexo server"
}, },
"hexo": { "hexo": {
"version": "6.3.0" "version": "7.1.1"
}, },
"dependencies": { "dependencies": {
"hexo": "^6.3.0", "hexo": "^7.1.1",
"hexo-generator-archive": "^2.0.0", "hexo-generator-archive": "^2.0.0",
"hexo-generator-category": "^2.0.0", "hexo-generator-category": "^2.0.0",
"hexo-generator-feed": "^3.0.0", "hexo-generator-feed": "^3.0.0",
"hexo-generator-index": "^3.0.0", "hexo-generator-index": "^3.0.0",
"hexo-generator-tag": "^2.0.0", "hexo-generator-tag": "^2.0.0",
"hexo-renderer-ejs": "^2.0.0", "hexo-renderer-ejs": "^2.0.0",
"hexo-renderer-marked": "^6.0.0", "hexo-renderer-marked": "^6.2.0",
"hexo-renderer-stylus": "^3.0.0", "hexo-renderer-stylus": "^3.0.1",
"hexo-server": "^3.0.0", "hexo-server": "^3.0.0",
"hexo-theme-icarus": "^5.2.1", "hexo-theme-icarus": "^6.0.0",
"hexo-theme-landscape": "^1.0.0" "hexo-theme-landscape": "^1.0.0"
} }
} }