Files
DefectingCat.github.io/pages/about.mdx
2022-01-17 22:22:54 +08:00

28 lines
790 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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>