|
|
|
@ -115,11 +115,13 @@ theme: butterfly |
|
|
|
|
# Deployment |
|
|
|
|
## Docs: https://hexo.io/docs/one-command-deployment |
|
|
|
|
deploy: |
|
|
|
|
type: ali-oss |
|
|
|
|
region: oss-cn-beijing |
|
|
|
|
accessKeyId: LTAI4Fswd2FDvYJybC6MbpJH |
|
|
|
|
accessKeySecret: XcX2iMXRhKBIgc5Ev7jMKOPWvf9VcE |
|
|
|
|
bucket: template-blog |
|
|
|
|
- type: baidu_url_submitter |
|
|
|
|
- type: indexnow_url_submitter |
|
|
|
|
- type: ali-oss |
|
|
|
|
region: oss-cn-beijing |
|
|
|
|
accessKeyId: LTAI4Fswd2FDvYJybC6MbpJH |
|
|
|
|
accessKeySecret: XcX2iMXRhKBIgc5Ev7jMKOPWvf9VcE |
|
|
|
|
bucket: template-blog |
|
|
|
|
# 站点地图 |
|
|
|
|
sitemap: |
|
|
|
|
path: sitemap.xml |
|
|
|
@ -132,10 +134,17 @@ feed: |
|
|
|
|
path: atom.xml |
|
|
|
|
limit: 20 |
|
|
|
|
baidu_url_submit: |
|
|
|
|
count: 3 ## 比如3,代表提交最新的三个链接 |
|
|
|
|
count: 50 ## 比如3,代表提交最新的三个链接 |
|
|
|
|
host: www.dreamlyn.cn ## 在百度站长平台中注册的域名 |
|
|
|
|
token: 8qrbejM1ER8SkGIH ## 请注意这是您的秘钥, 请不要发布在公众仓库里! |
|
|
|
|
path: baidu_urls.txt ## 文本文档的地址, 新链接会保存在此文本文档里 |
|
|
|
|
|
|
|
|
|
hexo_indexnow: |
|
|
|
|
count: 50 # 数字或者 "latest"(=1) |
|
|
|
|
txt_name: indexnow.txt # 链接文件名 |
|
|
|
|
apikey: 50bbb7641c3741edb0001a20a8f3b06b # 你的 apikey |
|
|
|
|
server: bing # indexnow 服务器,可选值有:bing、yandex、indexnow |
|
|
|
|
|
|
|
|
|
#重定向 |
|
|
|
|
alias: |
|
|
|
|
bsrt/: html/bsrt.html |
|
|
|
|