update something

This commit is contained in:
2025-10-11 10:04:12 +08:00
parent 3f7107a52a
commit 2a3c83e2bf
4 changed files with 15 additions and 24 deletions

View File

@@ -205,7 +205,7 @@ toc:
post_copyright:
enable: true
decode: false
decode: true
author_href:
license: CC BY-NC-SA 4.0
license_url: https://creativecommons.org/licenses/by-nc-sa/4.0/
@@ -410,7 +410,7 @@ aside:
link: https://github.com/bishshi
card_announcement:
enable: true
content: This is my Blog
content:
card_recent_post:
enable: true
# If set 0 will show all
@@ -629,12 +629,12 @@ share:
# Share.js
# https://github.com/overtrue/share.js
sharejs:
sites: facebook,twitter,wechat,weibo,qq
sites: facebook,x,wechat,weibo,qq
# AddToAny
# https://www.addtoany.com/
addtoany:
item: facebook,twitter,wechat,sina_weibo,facebook_messenger,email,copy_link
item: facebook,x,wechat,sina_weibo,facebook_messenger,email,copy_link
# --------------------------------------
# Comments System
@@ -1162,7 +1162,7 @@ css_prefix: true
inject:
head:
# - <link rel="stylesheet" href="/xxx.css">
- <link rel="stylesheet" href="https://cdn.jsdmirror.com/gh/bishshi/welcomemessage/welcome.css">
- <link rel="stylesheet" href="https://cdn.jsdmirror.com/gh/bishshi/welcomemessage@1.0/welcome.css">
- <link rel="stylesheet" href="https://cdn.jsdmirror.com/gh/bishshi/sidecalendar/calendar.css">
- <link rel="stylesheet" href="/css/style.css">
- <link rel="stylesheet" href="https://cdn.jsdmirror.com/gh/bishshi/rightmenu/rightmenu.css">

19
package-lock.json generated
View File

@@ -8,12 +8,12 @@
"name": "hexo-site",
"version": "0.0.0",
"dependencies": {
"@sveltia/cms": "^0.109.0",
"@sveltia/cms": "^0.111.0",
"axios": "^1.12.2",
"cheerio": "^1.1.2",
"hexo": "^7.3.0",
"hexo-abbrlink": "^2.2.1",
"hexo-ai-summary-liushen": "^1.3.0",
"hexo-ai-summary-liushen": "^1.3.1",
"hexo-deployer-git": "^4.0.0",
"hexo-douban": "^2.3.6",
"hexo-filter-mathjax": "^0.9.1",
@@ -26,12 +26,11 @@
"hexo-indexnow": "^1.2.0",
"hexo-pretty-feed": "^1.1.0",
"hexo-renderer-ejs": "^2.0.0",
"hexo-renderer-marked": "^7.0.0",
"hexo-renderer-marked": "^7.0.1",
"hexo-renderer-pug": "^3.0.0",
"hexo-renderer-stylus": "^3.0.1",
"hexo-safego": "^2.2.2",
"hexo-server": "^3.0.0",
"hexo-theme-landscape": "^1.0.0",
"hexo-wordcount": "^6.0.1",
"moment": "^2.30.1",
"node-fetch": "^3.3.2",
@@ -355,9 +354,9 @@
}
},
"node_modules/@sveltia/cms": {
"version": "0.109.1",
"resolved": "https://registry.npmmirror.com/@sveltia/cms/-/cms-0.109.1.tgz",
"integrity": "sha512-KYWwOqy6XDr+BU7dH4GjOPjphm8NeO2g0dx8bJtvPuLKmvROdUFKqrkfFHDM6pxxbwk9AMuLmelzLfh9NUUUjg==",
"version": "0.111.0",
"resolved": "https://registry.npmmirror.com/@sveltia/cms/-/cms-0.111.0.tgz",
"integrity": "sha512-pH/PqrtUaTKs4n23Ak/slo2XLgqfoZHW935pS9rdJmPXPUE45A2DOtmt8WrLJhlaaQdXolSF4xu+t7hirvczRQ==",
"license": "MIT"
},
"node_modules/@types/trusted-types": {
@@ -2364,12 +2363,6 @@
"node": ">=12.13.0"
}
},
"node_modules/hexo-theme-landscape": {
"version": "1.1.0",
"resolved": "https://registry.npmmirror.com/hexo-theme-landscape/-/hexo-theme-landscape-1.1.0.tgz",
"integrity": "sha512-nszjixBEiEDZjf7glAGbHg0nKGHZdUDwzFVVdRDeu4FeHfGcY5CZNl9sF4vSligjnD8IwFXpDfx5E+GRmNKvWg==",
"license": "MIT"
},
"node_modules/hexo-util": {
"version": "3.3.0",
"resolved": "https://registry.npmmirror.com/hexo-util/-/hexo-util-3.3.0.tgz",

View File

@@ -12,12 +12,12 @@
"version": "7.3.0"
},
"dependencies": {
"@sveltia/cms": "^0.109.0",
"@sveltia/cms": "^0.111.0",
"axios": "^1.12.2",
"cheerio": "^1.1.2",
"hexo": "^7.3.0",
"hexo-abbrlink": "^2.2.1",
"hexo-ai-summary-liushen": "^1.3.0",
"hexo-ai-summary-liushen": "^1.3.1",
"hexo-deployer-git": "^4.0.0",
"hexo-douban": "^2.3.6",
"hexo-filter-mathjax": "^0.9.1",
@@ -30,16 +30,15 @@
"hexo-indexnow": "^1.2.0",
"hexo-pretty-feed": "^1.1.0",
"hexo-renderer-ejs": "^2.0.0",
"hexo-renderer-marked": "^7.0.0",
"hexo-renderer-marked": "^7.0.1",
"hexo-renderer-pug": "^3.0.0",
"hexo-renderer-stylus": "^3.0.1",
"hexo-safego": "^2.2.2",
"hexo-server": "^3.0.0",
"hexo-theme-landscape": "^1.0.0",
"hexo-wordcount": "^6.0.1",
"moment": "^2.30.1",
"node-fetch": "^3.3.2",
"p-limit": "^7.1.1",
"vite-plugin-require-transform": "^1.0.21"
}
}
}

View File

@@ -1 +0,0 @@
c5ec3cae4fd14ad69aecf56219b47a0a