Skip to content

Commit

Permalink
添加 hexo-deployer-git 依赖,支持通过 Git 部署到 gh-pages 分支
Browse files Browse the repository at this point in the history
  • Loading branch information
W1ndys committed Jan 1, 2025
1 parent 7f07921 commit f27fe06
Show file tree
Hide file tree
Showing 3 changed files with 162 additions and 1 deletion.
129 changes: 129 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"dependencies": {
"hexo": "^7.3.0",
"hexo-abbrlink": "^2.2.1",
"hexo-deployer-git": "^4.0.0",
"hexo-filter-mathjax": "^0.9.0",
"hexo-generator-archive": "^2.0.0",
"hexo-generator-category": "^2.0.0",
Expand Down
33 changes: 32 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -609,6 +609,18 @@ hexo-cli@^4.3.2:
resolve "^1.20.0"
tildify "^2.0.0"

hexo-deployer-git@^4.0.0:
version "4.0.0"
resolved "https://registry.npmmirror.com/hexo-deployer-git/-/hexo-deployer-git-4.0.0.tgz"
integrity sha512-28t1Q+4taB/UaBAP52W3mD/wcCwa2y2zBieUfBJFBZudbmVgiKJB5YedYILeyI5QByaUKAOwoupmdTbocdQ+CQ==
dependencies:
bluebird "^3.7.2"
hexo-fs "^4.0.0"
hexo-util "^2.7.0"
luxon "^3.0.4"
nunjucks "^3.2.3"
picocolors "^1.0.0"

hexo-filter-mathjax@^0.9.0:
version "0.9.0"
resolved "https://registry.npmmirror.com/hexo-filter-mathjax/-/hexo-filter-mathjax-0.9.0.tgz"
Expand Down Expand Up @@ -640,7 +652,7 @@ hexo-fs@^3.1.0:
graceful-fs "^4.1.11"
hexo-util "^2.0.0"

hexo-fs@^4.1.1, hexo-fs@^4.1.3:
hexo-fs@^4.0.0, hexo-fs@^4.1.1, hexo-fs@^4.1.3:
version "4.1.3"
resolved "https://registry.npmmirror.com/hexo-fs/-/hexo-fs-4.1.3.tgz"
integrity sha512-Q92zQ5PlVDouvSWFLXQoFSTLIUIODikUJs2BfAXQglyOEjN1dOQn1Z5Nimk/7GHof17R5h/uObCQLnZAjzI2tg==
Expand Down Expand Up @@ -789,6 +801,20 @@ hexo-util@^2.1.0:
prismjs "^1.17.1"
strip-indent "^3.0.0"

hexo-util@^2.7.0:
version "2.7.0"
resolved "https://registry.npmmirror.com/hexo-util/-/hexo-util-2.7.0.tgz"
integrity sha512-hQM3h34nhDg0bSe/Tg1lnpODvNkz7h2u0+lZGzlKL0Oufp+5KCAEUX9wal7/xC7ax3/cwEn8IuoU75kNpZLpJQ==
dependencies:
bluebird "^3.5.2"
camel-case "^4.0.0"
cross-spawn "^7.0.0"
deepmerge "^4.2.2"
highlight.js "^11.0.1"
htmlparser2 "^7.0.0"
prismjs "^1.17.1"
strip-indent "^3.0.0"

hexo-util@^3.0.1, hexo-util@^3.1.0, hexo-util@^3.3.0:
version "3.3.0"
resolved "https://registry.npmmirror.com/hexo-util/-/hexo-util-3.3.0.tgz"
Expand Down Expand Up @@ -1051,6 +1077,11 @@ lower-case@^2.0.2:
dependencies:
tslib "^2.0.3"

luxon@^3.0.4:
version "3.5.0"
resolved "https://registry.npmmirror.com/luxon/-/luxon-3.5.0.tgz"
integrity sha512-rh+Zjr6DNfUYR3bPwJEnuwDdqMbxZW7LOQfUN4B54+Cl+0o5zaU9RJ6bcidfDtC1cWCZXQ+nvX8bf6bAji37QQ==

marked@^4.3.0:
version "4.3.0"
resolved "https://registry.npmmirror.com/marked/-/marked-4.3.0.tgz"
Expand Down

0 comments on commit f27fe06

Please sign in to comment.