diff options
| author | Bertrand Yuan <bert.yuan@outlook.com> | 2025-12-16 00:12:49 +0800 |
|---|---|---|
| committer | Bertrand Yuan <bert.yuan@outlook.com> | 2025-12-16 00:12:49 +0800 |
| commit | 02ae938c238c9d18448d17a8ec92c0edd8c17463 (patch) | |
| tree | dcd6a30505adb52522b20af2c0ac27f713403f10 /src/app/(home)/(mdx)/about/page.mdx | |
| parent | 48b07bc308a35734a6a7a305c8fdccbfa47de7d8 (diff) | |
feat(back-end): introduce payload
Payload is the next.js Headless CMS and App Framework,
I would like to pick it up and modify it as it is MIT licensed.
Many features in Payload is not applicable for our project.
So, I modify it so that it is light and clear.
Diffstat (limited to 'src/app/(home)/(mdx)/about/page.mdx')
| -rw-r--r-- | src/app/(home)/(mdx)/about/page.mdx | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/src/app/(home)/(mdx)/about/page.mdx b/src/app/(home)/(mdx)/about/page.mdx deleted file mode 100644 index 675f3a8..0000000 --- a/src/app/(home)/(mdx)/about/page.mdx +++ /dev/null @@ -1,24 +0,0 @@ -import MdxLayout from '@/components/mdx-layout'; - -<MdxLayout title="About" toc={toc} comments={true} slug={"about"}> -Hey, I'm a **Senior Software Engineer** at Company. I focus on building fast, accessible, and visually polished front-end experiences using tools like **Next.js**, **TypeScript**, and whatever cool thing just dropped on GitHub. - -This portfolio is built with **Next.js** and powered by [Fumadocs](https://fumadocs.vercel.app/), which makes writing pages in Markdown feel like second nature. It lets me focus on content without wrestling with layout. - -### Journey - -I didn't grow up writing code. In fact, I didn't even know what a `<div>` was until much later. My curiosity started with tweaking themes on forums, editing little bits of CSS without knowing what CSS even meant. - -Eventually, that curiosity turned into late nights spent debugging JavaScript errors and falling in love with how code could bring ideas to life. - -I started building side projects, contributing to open source, and slowly leveling up. My first "real" job involved wrangling legacy jQuery code. It wasn't glamorous, but it taught me the fundamentals — and just how far modern frameworks have come. - -Since then, I've worked across startups and mid-sized teams, shipped production code to thousands of users, and mentored new developers along the way. - -### Socials - -- Twitter [@yourname](https://twitter.com/yourname) -- GitHub [@yourname](https://github.com/yourname) -- Instagram [@yourname](https://instagram.com/yourname) -- Email your@name.com -</MdxLayout>
\ No newline at end of file |
