{"id":30741016,"url":"https://github.com/eason-dev/eason-ch-next","last_synced_at":"2025-09-04T00:18:59.401Z","repository":{"id":302522960,"uuid":"1012374996","full_name":"eason-dev/eason-ch-next","owner":"eason-dev","description":"Personal social links website. https://eason.ch","archived":false,"fork":false,"pushed_at":"2025-07-02T20:27:40.000Z","size":80,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-02T21:31:21.718Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eason-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-02T08:34:46.000Z","updated_at":"2025-07-02T20:27:44.000Z","dependencies_parsed_at":"2025-07-02T21:42:13.758Z","dependency_job_id":null,"html_url":"https://github.com/eason-dev/eason-ch-next","commit_stats":null,"previous_names":["eason-dev/eason-ch-next"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/eason-dev/eason-ch-next","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eason-dev%2Feason-ch-next","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eason-dev%2Feason-ch-next/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eason-dev%2Feason-ch-next/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eason-dev%2Feason-ch-next/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eason-dev","download_url":"https://codeload.github.com/eason-dev/eason-ch-next/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eason-dev%2Feason-ch-next/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273530868,"owners_count":25122079,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-03T02:00:09.631Z","response_time":76,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-09-04T00:18:54.681Z","updated_at":"2025-09-04T00:18:59.391Z","avatar_url":"https://github.com/eason-dev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Eason Chang - Personal Homepage\n\nA modern, animated personal homepage built with Next.js 15, featuring a beautiful Bento box layout inspired by Apple's design language.\n\n## ✨ Features\n\n- **🎨 Modern Bento Grid Layout** - Apple-inspired card-based design\n- **🌙 Dark/Light Mode** - Seamless theme switching with next-themes\n- **🎭 Smooth Animations** - Micro-interactions powered by Framer Motion\n- **📱 Fully Responsive** - Optimized for all devices\n- **🚀 Performance Optimized** - Built with Next.js 15 and TailwindCSS v4\n- **🔍 SEO Friendly** - Comprehensive meta tags, sitemap, and structured data\n- **⚡ Fast Loading** - Optimized for Core Web Vitals\n\n## 🛠 Tech Stack\n\n- **Framework**: Next.js 15 with App Router\n- **Styling**: TailwindCSS v4\n- **Animations**: Framer Motion\n- **Theme**: next-themes\n- **Icons**: Lucide React\n- **SEO**: next-seo + next-sitemap\n- **Language**: TypeScript\n- **Package Manager**: pnpm\n\n## 🚀 Getting Started\n\n1. **Install dependencies**\n   ```bash\n   pnpm install\n   ```\n\n2. **Run the development server**\n   ```bash\n   pnpm dev\n   ```\n\n3. **Open your browser**\n   Navigate to [http://localhost:3000](http://localhost:3000)\n\n## 📁 Project Structure\n\n```\nsrc/\n├── app/\n│   ├── layout.tsx          # Root layout with SEO and theme provider\n│   ├── page.tsx            # Homepage\n│   └── globals.css         # Global styles and animations\n├── components/\n│   ├── cards/              # Individual Bento cards\n│   │   ├── profile-card.tsx\n│   │   ├── github-card.tsx\n│   │   └── ...\n│   ├── ui/                 # Reusable UI components\n│   │   ├── bento-card.tsx  # Base card component\n│   │   └── theme-toggle.tsx\n│   ├── bento-grid.tsx      # Main grid layout\n│   ├── theme-provider.tsx  # Theme configuration\n│   └── structured-data.tsx # SEO structured data\n```\n\n## 🎨 Customization\n\n### Adding New Cards\n\n1. Create a new card component in `src/components/cards/`\n2. Follow the existing pattern using the `BentoCard` wrapper\n3. Add your card to the `BentoGrid` component\n\n### Updating Personal Information\n\nUpdate the following files with your information:\n- `src/components/cards/profile-card.tsx` - Name and title\n- `src/components/cards/*.tsx` - Social media links\n- `src/app/layout.tsx` - SEO metadata\n- `src/components/structured-data.tsx` - Structured data\n\n## 🚀 Deployment\n\n### Vercel (Recommended)\n\n1. Push your code to GitHub\n2. Connect your repository to Vercel\n3. Deploy automatically with optimized settings\n\n### Build for Production\n\n```bash\npnpm build\n```\n\n## 📊 Performance\n\n- **Lighthouse Score**: Optimized for 100/100 across all metrics\n- **Core Web Vitals**: Optimized\n- **Bundle Size**: Minimal with code splitting\n- **SEO**: Comprehensive optimization\n\n## 🔗 Social Links\n\nThe homepage includes cards for:\n- GitHub\n- Twitter/X\n- LinkedIn\n- Email\n- Personal Website\n- Resume\n- Buy Me a Coffee\n- Facebook\n\n---\n\nBuilt with ❤️ by [Eason Chang](https://easonchang.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feason-dev%2Feason-ch-next","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feason-dev%2Feason-ch-next","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feason-dev%2Feason-ch-next/lists"}