Skip to content

Commit 25bcc39

Browse files
committed
feat: batch replace "Chiichen" with "chiichen"
1 parent fab881a commit 25bcc39

File tree

175 files changed

+182
-182
lines changed

Some content is hidden

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

175 files changed

+182
-182
lines changed

src/.vuepress/config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,12 +113,12 @@ export default defineUserConfig({
113113
locales: {
114114
"/": {
115115
lang: "zh-CN",
116-
title: "Chiichen's Blog",
116+
title: "chiichen's Blog",
117117
description: "博客杂谈",
118118
},
119119
"/en/": {
120120
lang: "en-US",
121-
title: "Chiichen's Blog",
121+
title: "chiichen's Blog",
122122
description: "A blog of mine",
123123

124124
},

src/.vuepress/theme.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ export default hopeTheme({
66
hostname: "https://chiichen.github.io/",
77

88
author: {
9-
name: "Chiichen",
9+
name: "chiichen",
1010
},
1111

1212
iconAssets: "fontawesome",
1313
favicon: "/KissingCat.jpg",
1414
logo: "/KissingCat.jpg",
1515

16-
repo: "Chiichen/Chiichen.github.io",
16+
repo: "chiichen/chiichen.github.io",
1717
docsBranch: "master",
1818
docsDir: "src",
1919

@@ -23,7 +23,7 @@ export default hopeTheme({
2323
// Discord: "https://example.com",
2424
Email: "mailto:[email protected]",
2525
// Facebook: "https://example.com",
26-
GitHub: "https://github.com/Chiichen",
26+
GitHub: "https://github.com/chiichen",
2727
Gmail: "mailto:[email protected]",
2828
// Instagram: "https://example.com",
2929
// Lines: "https://example.com",
@@ -103,7 +103,7 @@ export default hopeTheme({
103103
comment: {
104104

105105
provider: "Giscus",
106-
repo: "Chiichen/Chiichen.github.io",
106+
repo: "chiichen/chiichen.github.io",
107107
repoId: "R_kgDOKevcoA",
108108
category: "Announcements",
109109
categoryId: "DIC_kwDOKevcoM4CaDrF",

src/en/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ layout: BlogHome
44
icon: home
55
title: Blog Home
66
heroImage: /KissingCat.jpg
7-
heroText: Chiichen's Blog
7+
heroText: chiichen's Blog
88
tagline: A true master is an eternal student
99
heroFullScreen: true
1010
projects:

src/en/posts/template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: template
55
icon: page
66
# This control sidebar order
77
order: 1
8-
author: Chiichen
8+
author: chiichen
99
date: template
1010
category:
1111
-

src/notes/College-Physics/Electromagnetic-Formula.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: 电磁学公式
44
icon: page
55
# This control sidebar order
66
order: 1
7-
author: Chiichen
7+
author: chiichen
88
date: 2023-10-30
99
category:
1010
- 课程笔记

src/notes/College-Physics/Formula-Derivation/Electrostatic-energy-of-a-solid-charged-sphere.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: 实心带电球体静电能的推导
44
icon: page
55
# This control sidebar order
66
order: 1
7-
author: Chiichen
7+
author: chiichen
88
date: 2023-03-01
99
category:
1010
- 课程笔记
@@ -29,8 +29,8 @@ copyright: 转载请注明出处
2929
根据高斯定律,球体内外的电场分别为:
3030

3131
$
32-
\mathbf{E} =
33-
\begin{cases}
32+
\mathbf{E} =
33+
\begin{cases}
3434
\frac{Q \mathbf{r}}{4 \pi \epsilon_0 a^3} = \frac{\rho \mathbf{r}}{3 \epsilon_0}, & (r < a) \\
3535
\frac{Q \mathbf{r}}{4 \pi \epsilon_0 r^3}, & (r \geq a)
3636
\end{cases}

src/notes/Compile-Principles/Chapter0-Introduce.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Chapter0 前言
44

55
icon: page
66
order: 1
7-
author: Chiichen
7+
author: chiichen
88
date: 2023-10-11
99
category:
1010
- 课程笔记

src/notes/Compile-Principles/Chapter1-Compiler-composition .md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Chapter1 编译器组成
44

55
icon: page
66
order: 1
7-
author: Chiichen
7+
author: chiichen
88
date: 2023-10-11
99
category:
1010
- 课程笔记

src/notes/Compile-Principles/Chapter2-Lexical-Analysis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Chapter2 词法分析
44

55
icon: page
66
order: 1
7-
author: Chiichen
7+
author: chiichen
88
date: 2023-10-11
99
category:
1010
- 课程笔记

src/notes/Compile-Principles/Chapter3-Gramma-Analysis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Chapter3 语法分析
44

55
icon: page
66
order: 1
7-
author: Chiichen
7+
author: chiichen
88
date: 2023-10-11
99
category:
1010
- 课程笔记

0 commit comments

Comments
 (0)