|
| 1 | +import { BsGithub } from 'react-icons/bs'; |
| 2 | +import { SiBilibili, SiNextdotjs, SiVite } from 'react-icons/si'; |
| 3 | +import { atom } from 'recoil'; |
| 4 | + |
| 5 | +export const projectsAtom = atom({ |
| 6 | + key: 'PROJECTS_ATOM', |
| 7 | + default: [ |
| 8 | + { |
| 9 | + category: 'Next Ecosystem', |
| 10 | + child: [ |
| 11 | + { |
| 12 | + title: 'nextjs-tailwind-blog', |
| 13 | + description: |
| 14 | + 'The most beautiful blog in modern times, using Next.js, TypeScript, Tailwind CSS, Welcome to visit', |
| 15 | + link: 'https://github.com/Chocolate1999/nextjs-tailwind-blog', |
| 16 | + icon: <BsGithub />, |
| 17 | + }, |
| 18 | + { |
| 19 | + title: 'nextjs-tailwind-blog', |
| 20 | + description: |
| 21 | + 'The most beautiful blog in modern times, using Next.js, TypeScript, Tailwind CSS, Welcome to visit', |
| 22 | + link: 'https://github.com/Chocolate1999/nextjs-tailwind-blog', |
| 23 | + icon: <SiBilibili />, |
| 24 | + }, |
| 25 | + { |
| 26 | + title: 'nextjs-tailwind-blog', |
| 27 | + description: |
| 28 | + 'The most beautiful blog in modern times, using Next.js, TypeScript, Tailwind CSS, Welcome to visit', |
| 29 | + link: 'https://github.com/Chocolate1999/nextjs-tailwind-blog', |
| 30 | + icon: <SiVite />, |
| 31 | + }, |
| 32 | + { |
| 33 | + title: 'nextjs-tailwind-blog', |
| 34 | + description: |
| 35 | + 'The most beautiful blog in modern times, using Next.js, TypeScript, Tailwind CSS, Welcome to visit', |
| 36 | + link: 'https://github.com/Chocolate1999/nextjs-tailwind-blog', |
| 37 | + icon: <SiNextdotjs />, |
| 38 | + }, |
| 39 | + { |
| 40 | + title: 'nextjs-tailwind-blog', |
| 41 | + description: |
| 42 | + 'The most beautiful blog in modern times, using Next.js, TypeScript, Tailwind CSS, Welcome to visit', |
| 43 | + link: 'https://github.com/Chocolate1999/nextjs-tailwind-blog', |
| 44 | + icon: <SiNextdotjs />, |
| 45 | + }, |
| 46 | + { |
| 47 | + title: 'nextjs-tailwind-blog', |
| 48 | + description: |
| 49 | + 'The most beautiful blog in modern times, using Next.js, TypeScript, Tailwind CSS, Welcome to visit', |
| 50 | + link: 'https://github.com/Chocolate1999/nextjs-tailwind-blog', |
| 51 | + icon: <SiNextdotjs />, |
| 52 | + }, |
| 53 | + ], |
| 54 | + }, |
| 55 | + ], |
| 56 | +}); |
0 commit comments