Skip to content

Commit a04f6c3

Browse files
Site updated: 2025-01-01 04:44:56
1 parent 80caf79 commit a04f6c3

File tree

195 files changed

+95239
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

195 files changed

+95239
-0
lines changed

.github/workflows/HexoSeoAutoPush.yml

+36
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
2+
name: Hexo SEO Auto Push
3+
4+
on:
5+
schedule:
6+
- cron: 0 4 * * *
7+
watch:
8+
types: [started]
9+
jobs:
10+
build:
11+
runs-on: ubuntu-latest
12+
if: github.event.repository.owner.id == github.event.sender.id || github.event_name == 'schedule'
13+
steps:
14+
15+
- name: 1. 检查url文件
16+
uses: actions/checkout@v3
17+
18+
- name: 2. 安装 Node
19+
uses: actions/setup-node@v3
20+
with:
21+
node-version: 16
22+
23+
- name: 3. 安装插件
24+
run: |
25+
npm init -y
26+
npm install hexo-seo-autopush
27+
28+
- name: 4. google 提交
29+
run: npx hexoautopush ${{secrets.google_client_email}} ${{secrets.google_private_key}}
30+
31+
- name: 5. bing 提交
32+
run: curl -X POST "https://ssl.bing.com/webmaster/api.svc/json/SubmitUrlBatch?apikey=${{secrets.bing_apikey}}" -H "Content-Type:application/json" -H "charset:utf-8" -d @bing.json
33+
34+
35+
36+

404.html

+933
Large diffs are not rendered by default.

BingSiteAuth.xml

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?xml version="1.0"?>
2+
<users>
3+
<user>7CC6B68853F5B1DCE781903F47941AEF</user>
4+
</users>

about/index.html

+1,086
Large diffs are not rendered by default.

archives/2023/02/index.html

+934
Large diffs are not rendered by default.

archives/2023/04/index.html

+934
Large diffs are not rendered by default.

archives/2023/05/index.html

+934
Large diffs are not rendered by default.

archives/2023/08/index.html

+934
Large diffs are not rendered by default.

archives/2023/09/index.html

+934
Large diffs are not rendered by default.

archives/2023/index.html

+934
Large diffs are not rendered by default.

archives/2024/01/index.html

+934
Large diffs are not rendered by default.

archives/2024/02/index.html

+934
Large diffs are not rendered by default.

archives/2024/11/index.html

+934
Large diffs are not rendered by default.

archives/2024/12/index.html

+934
Large diffs are not rendered by default.

archives/2024/index.html

+934
Large diffs are not rendered by default.

archives/index.html

+934
Large diffs are not rendered by default.

archives/page/2/index.html

+934
Large diffs are not rendered by default.

assets/css/APlayer.min.css

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/js/APlayer.min.js

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/js/Meting.min.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)