Skip to content

Commit f500ad8

Browse files
committed
chore: change repo name
1 parent 028ebbc commit f500ad8

2 files changed

Lines changed: 12 additions & 8 deletions

File tree

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# LeetCode and Codewars
2+
23
放自己 Leetcode 和 Codewars 刷題的紀錄,包含解題思路與心得,並使用 Docusaurus 實現簡單部署。
3-
> [網站連結](https://junelin2001.github.io/solve-problems)
4+
5+
> [網站連結](https://junelin2001.github.io//poblem-solving)
46
57
## Built With
68

@@ -9,13 +11,15 @@
911
![Github Pages](https://img.shields.io/badge/github%20pages-121013?style=for-the-badge&logo=github&logoColor=white)
1012

1113
## [LeetCode Stats Card](https://github.com/JacobLinCool/LeetCode-Stats-Card)
14+
1215
[![LeetCode Stats](https://leetcard.jacoblin.cool/JuneLin2001?theme=dark&font=Trispace&ext=activity)](https://leetcode.com/u/JuneLin2001/)
1316

14-
## [Codewars readme stats](https://github.com/DiniFarb/codewars_readme_stats)
15-
[![Codewars](https://github.r2v.ch/codewars?user=JuneLin2001&theme=gradient&top_languages=true)](https://www.codewars.com/users/JuneLin2001)
17+
## [Codewars readme stats](https://github.com/DiniFarb/codewars_readme_stats)
1618

19+
[![Codewars](https://github.r2v.ch/codewars?user=JuneLin2001&theme=gradient&top_languages=true)](https://www.codewars.com/users/JuneLin2001)
1720

1821
## Roadmap
22+
1923
- [ ] 加搜尋功能
2024
- [ ] 樣式弄好看一點
21-
- [ ] 加關鍵字Label的功能
25+
- [ ] 加關鍵字 Label 的功能

docusaurus.config.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ const config: Config = {
99
tagline: "記錄自己 Leetcode 和 Codewars 刷題的紀錄",
1010
favicon: "img/favicon.ico",
1111
url: "https://junelin2001.github.io",
12-
baseUrl: "/solve-problems",
13-
projectName: "solve-problems",
12+
baseUrl: "//poblem-solving",
13+
projectName: "/poblem-solving",
1414
organizationName: "JuneLin2001",
1515
deploymentBranch: "gh-pages",
1616
onBrokenLinks: "throw",
@@ -64,7 +64,7 @@ const config: Config = {
6464
},
6565
{ to: "/about", label: "About", position: "left" },
6666
{
67-
href: "https://github.com/JuneLin2001/solve-problems",
67+
href: "https://github.com/JuneLin2001//poblem-solving",
6868
label: "GitHub",
6969
position: "right",
7070
},
@@ -85,7 +85,7 @@ const config: Config = {
8585
// Public API key: it is safe to commit it
8686
apiKey: "bb55a32cb847fa5d50e6bc588cb55699",
8787

88-
indexName: "solve-problems",
88+
indexName: "/poblem-solving",
8989

9090
//... other Algolia params
9191
},

0 commit comments

Comments
 (0)