hexo-baidu-url-submit

submit new posts urls to baidu search engine

Usage no npm install needed!

<script type="module">
  import hexoBaiduUrlSubmit from 'https://cdn.skypack.dev/hexo-baidu-url-submit';
</script>

README

Hexo Baidu URL Submit

百度主动提交

开发动机和使用文档

熊掌号支持

baidu_url_submit 配置

baidu_url_submit:
  count: 1000 ## 提交最新的一个链接
  host: alili.tech ## 在百度站长平台中注册的域名
  token: xxxxx ## 请注意这是您的秘钥, 所以请不要把博客源代码发布在公众仓库里!
  path: baidu_urls.txt ## 文本文档的地址, 新链接会保存在此文本文档里
  xz_appid: 'xxxxxx' ## 你的熊掌号 appid
  xz_token: 'xxxxxx' ## 你的熊掌号 token
  xz_count: 10 ## 从所有的提交的数据当中选取最新的10条,该数量跟你的熊掌号而定

deploy 配置

deploy:
- type: baidu_url_submitter # 百度
- type: baidu_xz_url_submitter # 百度熊掌号