Skip to content
This repository was archived by the owner on Sep 21, 2025. It is now read-only.

Commit 595eeee

Browse files
committed
Update
1 parent 552f467 commit 595eeee

File tree

4 files changed

+11
-17
lines changed

4 files changed

+11
-17
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
4444
- name: Update Submodule
4545
run: |
46+
git submodule sync
4647
git config --global diff.submodule log
4748
git submodule update --init --recursive
4849
git submodule update --remote

.gitmodules

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[submodule "material"]
22
path = material
3-
url = https://github.com/RainPPR/material
3+
url = https://github.com/raineblog/material
44
[submodule "docs/intro"]
55
path = docs/intro
6-
url = https://github.com/RainPPR/intro
6+
url = https://github.com/raineblog/intro

README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,10 @@
11
# blog
22

3-
RainPPR's blog
4-
5-
<https://github.com/RainPPR/blog-giscus>
6-
73
```html
84
<details>
95
<summary>点击查看代码</summary>
106

117
</details>
12-
```
138

149
???+ warning
1510
请记得在文本前面添加 4 个空格。其他的语法还是与 Markdown 语法一致。
@@ -23,12 +18,10 @@ RainPPR's blog
2318
阿斯蒂芬
2419

2520
??? note "点击查看代码"
26-
```cpp
27-
#include <bits/stdc++.h>
28-
```
2921

3022
## 外部链接[^note1]
3123

3224
## 参考资料与注释
3325

3426
[^note1]: (冒号)表示总结上文。
27+
```

mkdocs.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# Project Information
2-
site_name: RainPPR's Blog
3-
site_description: by RainPPR
4-
site_author: RainPPR
2+
site_name: raine's Blog
3+
site_description: by raine
4+
site_author: raine
55
strict: false
66

7-
site_url: https://rainppr.github.io/blog/
7+
site_url: https://raineblog.github.io/blog/
88

9-
repo_name: RainPPR/blog
10-
repo_url: https://github.com/RainPPR/blog
9+
repo_name: raineblog/blog
10+
repo_url: https://github.com/raineblog/blog
1111
edit_uri: edit/main/docs/
12-
copyright: by RainPPR
12+
copyright: by raineblog
1313

1414
# Contents
1515
nav:

0 commit comments

Comments
 (0)