mirror of
https://github.com/DefectingCat/DefectingCat.github.io
synced 2025-07-15 16:51:37 +00:00
28 lines
790 B
Plaintext
28 lines
790 B
Plaintext
import AboutMDXLayout from 'layouts/MDXLayout';
|
||
import { FiGithub } from 'react-icons/fi';
|
||
import RUALink from 'components/RUA/RUALink';
|
||
|
||
<AboutMDXLayout title="RUA - About">
|
||
|
||
## Hi, there 👋
|
||
|
||
这里是某条咸鱼利用业余时间构建的 Blog。🐟 它称不上完美,但也还算凑合,起码能显示文字。
|
||
|
||
## 关于我
|
||
|
||
无死角的咸鱼,爱玩游戏。
|
||
|
||
目前从事前端,站在巨人的肩膀上为自己获取微薄的收入。
|
||
|
||
## 找到我
|
||
|
||
<a href="https://github.com/DefectingCat" target="_blank">
|
||
<FiGithub className="w-8 h-8 inline" />
|
||
</a>
|
||
|
||
## 还有什么吗?
|
||
|
||
对了,它是使用我最爱的 React Framework:<RUALink href="https://nextjs.org/" isExternal>Next.js</RUALink>构建的。未来,这里会添加更多内容的。
|
||
|
||
</AboutMDXLayout>
|