API提交需要安装额外插件hexo-baidu-url-submit

1
npm install hexo-baidu-url-submit --save

在原有部署到github的站点配置的基础上,添加新站点配置

1
2
3
4
5
6
7
8
9
10
11
12
13
14
deploy:
- type: git
repo: https://github.com/ ##仓库地址
branch: main
- type: baidu_url_submitter
baidu_url_submit:
count: 10 ## 提交最新的一个链接
host: macin.top ## 在百度站长平台中注册的域名
token: ## 请注意这是您的秘钥, 所以请不要把博客源代码发布在公众仓库里!
path: baidu_urls.txt ## 文本文档的地址, 新链接会保存在此文本文档里
server:
port: 5000
compress: true
header: true

之后每次hexo d部署后会自动进行API提交