Skip to content

Commit 589cc62

Browse files
committed
chore: remove all for generate template
1 parent bedcb93 commit 589cc62

21 files changed

+18
-1578
lines changed

pages/fixed/about.mdx

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,10 @@
11
import { Layout } from 'lib/components'
22

33
export const meta = {
4-
title: '关于我',
5-
date: '2019-01-09T10:20:10.027Z',
6-
description: 'description',
4+
title: 'About me',
5+
date: '',
76
}
87

9-
👋 你好,我是维特,实在地自由主义者。可能是 <del>全栈?</del> 工程师,对边缘化设施 (Edge) 与开发者体验很感兴趣。
10-
最近两年开始学习区块链技术,正在关注 Near 生态发展。
11-
12-
主要贡献是创造一些应用和类库来帮助提高开发者体验。
13-
我很少写博客,_Hello World_ 文章实在讨人厌,不想成为智障。但水平不够写不出好东西,所以不写。如果你发现博文更新,那就是工作又开始不饱和了。
14-
15-
可以通过 [邮件](mailto:[email protected]) 与我联系。不太用微信,因为不太用微信,
16-
想要即时通讯聊两句可以来 [Slack](https://github.com/geist-org/geist-ui/discussions/572) 看看。
17-
18-
现在你所见的站点来自我的开源项目 [unix/unix.bio (MIT)](https://github.com/unix/unix.bio)
19-
你可以无偿的使用它构建属于自己的博客。由于缺乏时间维护开源项目,我当前已经不再接受赞助。非常感谢 [所有的赞助者](/others/sponsors)
8+
About me.
209

2110
export default ({ children }) => <Layout meta={meta}>{children}</Layout>

pages/fixed/projects.mdx

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

pages/others/sponsors.mdx

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

pages/posts/about.mdx

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
import { Layout } from 'lib/components'
2+
import { Button } from '@geist-ui/core'
3+
4+
export const meta = {
5+
title: 'Hello World',
6+
date: '2019-06-03T11:38:04.563Z',
7+
}
8+
9+
Welcome to `unix.bio`, run `npm run post` to create your first post.
10+
11+
<Button auto scale={2 / 3} onClick={() => alert('done')}>
12+
Click to share
13+
</Button>
14+
15+
export default ({ children }) => <Layout meta={meta}>{children}</Layout>

pages/posts/best-practices-for-open-source-project-release.mdx

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

0 commit comments

Comments
 (0)