update
This commit is contained in:
parent
606c4f52fa
commit
201a63d4cb
3 changed files with 1355 additions and 1103 deletions
|
@ -1,5 +1,5 @@
|
|||
# Version of the configuration file
|
||||
version: 5.1.0
|
||||
version: 6.0.0
|
||||
# Icarus theme variant, can be "default" or "cyberpunk"
|
||||
variant: default
|
||||
# Path or URL to the website's logo
|
||||
|
@ -166,8 +166,7 @@ search:
|
|||
# https://ppoffice.github.io/hexo-theme-icarus/categories/Plugins/Comment/
|
||||
comment:
|
||||
type: twikoo
|
||||
env_id: 'https://twikoo.vicicode.com'
|
||||
lang: zh-CN
|
||||
env_id: https://twikoo.vicicode.com
|
||||
# Donate plugin configurations
|
||||
# https://ppoffice.github.io/hexo-theme-icarus/categories/Plugins/Donation/
|
||||
# donates:
|
||||
|
|
2441
package-lock.json
generated
2441
package-lock.json
generated
File diff suppressed because it is too large
Load diff
12
package.json
12
package.json
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "hexo-site",
|
||||
"name": "vici-blog",
|
||||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
|
@ -9,20 +9,20 @@
|
|||
"server": "hexo server"
|
||||
},
|
||||
"hexo": {
|
||||
"version": "6.3.0"
|
||||
"version": "7.1.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"hexo": "^6.3.0",
|
||||
"hexo": "^7.1.1",
|
||||
"hexo-generator-archive": "^2.0.0",
|
||||
"hexo-generator-category": "^2.0.0",
|
||||
"hexo-generator-feed": "^3.0.0",
|
||||
"hexo-generator-index": "^3.0.0",
|
||||
"hexo-generator-tag": "^2.0.0",
|
||||
"hexo-renderer-ejs": "^2.0.0",
|
||||
"hexo-renderer-marked": "^6.0.0",
|
||||
"hexo-renderer-stylus": "^3.0.0",
|
||||
"hexo-renderer-marked": "^6.2.0",
|
||||
"hexo-renderer-stylus": "^3.0.1",
|
||||
"hexo-server": "^3.0.0",
|
||||
"hexo-theme-icarus": "^5.2.1",
|
||||
"hexo-theme-icarus": "^6.0.0",
|
||||
"hexo-theme-landscape": "^1.0.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue