Skip to content

Commit 5fbeeb3

Browse files
committed
feat: first blog
1 parent c176c47 commit 5fbeeb3

File tree

7 files changed

+42
-551
lines changed

7 files changed

+42
-551
lines changed

config/friends.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,25 @@ export const friendsList: FriendModel[] = [
33
name: 'YYGod',
44
url: 'https://www.yygod0120.com/zh-CN/about',
55
avatar: 'https://avatars.githubusercontent.com/u/116366929?v=4',
6-
desc: '美团架构师',
6+
desc: '',
77
},
88
{
99
name: 'CeazzZY',
1010
url: 'https://ceazzzy.github.io/',
1111
avatar: 'https://avatars.githubusercontent.com/u/60310690?v=4',
12-
desc: '字节臂展腾旭架构师.',
12+
desc: '字节架构师',
1313
},
1414
{
1515
name: 'sunsunmonkey',
1616
url: 'https://sunsunmonkey.github.io/',
1717
avatar: 'https://avatars.githubusercontent.com/u/116412388?v=4',
18-
desc: '司马架构师',
18+
desc: '',
1919
},
2020
{
2121
name: 'seasaon',
2222
url: 'https://seasonhl.github.io/',
2323
avatar: 'https://avatars.githubusercontent.com/u/93079830?v=4',
24-
desc: '快手转正犬',
24+
desc: '',
2525
},
2626
];
2727

markdown/first.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
记录一下建站的第一天,也许开心到爆炸.
2+
![建站图片](https://upload-bbs.miyoushe.com/upload/2024/07/27/75276539/98580c852764d70e5a9597aa7678f131_2245446554692880272.jpg)

markdown/index.json

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,9 @@
11
[
22
{
3-
"authors": ["yy"],
4-
"path": "yyblog.md",
5-
"title": "yyblog",
6-
"tag": "技术/react",
7-
"coverImage": "https://p6-xtjj-sign.byteimg.com/tos-cn-i-73owjymdk6/0b76076eab124179816d68b846280cdc~tplv-73owjymdk6-jj-mark-v1:0:0:0:0:5o6Y6YeR5oqA5pyv56S-5Yy6IEAgTWVnYXRyb25LaW5n:q75.awebp?rk3s=f64ab15b&x-expires=1731736114&x-signature=3ggdE9od5WvMZaVJ7VFlQtt48rA%3D"
8-
},
9-
{
10-
"authors": ["yy"],
11-
"path": "react19.md",
12-
"title": "react19",
13-
"tag": "随笔/生活",
14-
"summary": "这篇文章记录了react19相关的一些内容",
15-
"coverImage": "https://p6-xtjj-sign.byteimg.com/tos-cn-i-73owjymdk6/0b76076eab124179816d68b846280cdc~tplv-73owjymdk6-jj-mark-v1:0:0:0:0:5o6Y6YeR5oqA5pyv56S-5Yy6IEAgTWVnYXRyb25LaW5n:q75.awebp?rk3s=f64ab15b&x-expires=1731736114&x-signature=3ggdE9od5WvMZaVJ7VFlQtt48rA%3D"
3+
"authors": ["zhw"],
4+
"path": "first.md",
5+
"title": "建站",
6+
"tag": "生活",
7+
"coverImage": "https://upload-bbs.miyoushe.com/upload/2024/07/27/75276539/98580c852764d70e5a9597aa7678f131_2245446554692880272.jpg"
168
}
179
]

markdown/output.json

Lines changed: 30 additions & 56 deletions
Large diffs are not rendered by default.

markdown/react19.md

Lines changed: 0 additions & 248 deletions
This file was deleted.

0 commit comments

Comments
 (0)