{"id":49584070,"url":"https://github.com/xirothedev/athw-portfolio","last_synced_at":"2026-05-03T21:37:42.155Z","repository":{"id":333917194,"uuid":"1112060441","full_name":"xirothedev/athw-portfolio","owner":"xirothedev","description":"A soft \u0026 dreamy portfolio website dedicated to celebrating love and beautiful moments. Built with modern web technologies and crafted with care.","archived":false,"fork":false,"pushed_at":"2026-03-16T11:31:53.000Z","size":11801,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-03T21:37:30.952Z","etag":null,"topics":["couple","love-story","portfolio","relationship","romance"],"latest_commit_sha":null,"homepage":"https://athw-portfolio.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xirothedev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-08T05:07:45.000Z","updated_at":"2026-03-16T11:31:54.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/xirothedev/athw-portfolio","commit_stats":null,"previous_names":["xirothedev/athw-portfolio"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/xirothedev/athw-portfolio","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xirothedev%2Fathw-portfolio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xirothedev%2Fathw-portfolio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xirothedev%2Fathw-portfolio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xirothedev%2Fathw-portfolio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xirothedev","download_url":"https://codeload.github.com/xirothedev/athw-portfolio/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xirothedev%2Fathw-portfolio/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32586187,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T06:36:36.687Z","status":"ssl_error","status_checked_at":"2026-05-03T06:36:09.306Z","response_time":103,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["couple","love-story","portfolio","relationship","romance"],"created_at":"2026-05-03T21:37:41.566Z","updated_at":"2026-05-03T21:37:42.150Z","avatar_url":"https://github.com/xirothedev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# My Muse | A Love Story 💕\n\nA soft \u0026 dreamy portfolio website dedicated to celebrating love and beautiful moments. Built with modern web technologies and crafted with care.\n\n## ✨ Features\n\n- **Beautiful UI/UX**: Soft, dreamy color palette with smooth animations\n- **Responsive Design**: Fully responsive across all devices\n- **Performance Optimized**: Built with Next.js 16 and React 19\n- **SEO Friendly**: Complete SEO metadata and optimization\n- **Security Headers**: Comprehensive security configuration\n- **MDX Support**: Write content with Markdown and React components\n- **Smooth Animations**: Powered by Motion (formerly Framer Motion)\n- **Type Safe**: Full TypeScript support\n\n## 🎨 Sections\n\n- **Hero Section**: Beautiful introduction with animated elements\n- **Gallery**: Photo showcase with romantic quotes\n- **About**: Personal card with traits and information\n- **Relationship Roadmap**: Timeline of special moments\n- **Traits Showcase**: Interactive display of loved qualities\n- **Wishlist \u0026 Promises**: Shared dreams and goals\n- **License Page**: Copyright and license information\n\n## 🚀 Tech Stack\n\n- **Framework**: [Next.js 16](https://nextjs.org/) with App Router\n- **UI Library**: [React 19](https://react.dev/)\n- **Styling**: [Tailwind CSS v4](https://tailwindcss.com/)\n- **Animations**: [Motion](https://motion.dev/)\n- **Icons**: [Lucide React](https://lucide.dev/)\n- **Components**: [Radix UI](https://www.radix-ui.com/)\n- **Content**: [MDX](https://mdxjs.com/)\n- **Type Safety**: [TypeScript](https://www.typescriptlang.org/)\n\n## 📦 Installation\n\n1. Clone the repository:\n\n```bash\ngit clone https://github.com/xirothedev/athw-portfolio.git\ncd athw-portfolio\n```\n\n2. Install dependencies:\n\n```bash\npnpm install\n# or\nnpm install\n# or\nyarn install\n```\n\n3. Set up environment variables:\n\n```bash\ncp .env.example .env.local\n```\n\nEdit `.env.local` and add your base URL:\n\n```env\nNEXT_PUBLIC_BASE_URL=http://localhost:3000\n```\n\n4. Generate favicons (optional):\n\n```bash\npnpm run generate-favicons\n```\n\n5. Run the development server:\n\n```bash\npnpm dev\n# or\nnpm run dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) to see the result.\n\n## 🛠️ Available Scripts\n\n- `pnpm dev` - Start development server\n- `pnpm build` - Build for production\n- `pnpm start` - Start production server\n- `pnpm lint` - Run ESLint\n- `pnpm generate-favicons` - Generate favicon files from `public/image.png`\n\n## 📁 Project Structure\n\n```\nathw-portfolio/\n├── public/                 # Static assets\n│   ├── gallary/           # Gallery images\n│   └── image.png          # Source image for favicons\n├── src/\n│   ├── app/               # Next.js App Router\n│   │   ├── license/       # License page (MDX)\n│   │   ├── layout.tsx     # Root layout\n│   │   ├── page.tsx       # Home page\n│   │   ├── globals.css    # Global styles\n│   │   ├── robots.ts      # Robots.txt\n│   │   └── sitemap.ts     # Sitemap\n│   └── components/        # React components\n│       ├── footer.tsx\n│       ├── hero-section.tsx\n│       ├── navigation.tsx\n│       └── ...\n├── scripts/               # Utility scripts\n│   └── generate-favicons.js\n├── mdx-components.tsx     # MDX component configuration\n├── next.config.ts         # Next.js configuration\n└── package.json\n```\n\n## 🎨 Customization\n\n### Colors\n\nEdit color palette in `src/app/globals.css`:\n\n- Primary colors\n- Accent colors\n- Background and foreground\n- Chart colors\n\n### Content\n\n- **Hero Section**: Edit `src/components/hero-section.tsx`\n- **Gallery**: Update photos in `src/components/through-my-eyes.tsx`\n- **Roadmap**: Modify milestones in `src/components/relationship-roadmap.tsx`\n- **Traits**: Customize traits in `src/components/traits-showcase.tsx`\n- **Wishlist**: Update wishes in `src/components/wishlist-promises.tsx`\n\n### Fonts\n\nFonts are configured in `src/app/layout.tsx`:\n\n- **Sans**: Nunito (default)\n- **Display**: Dancing Script (for headings)\n\n## 🔒 Security\n\nThe project includes comprehensive security headers:\n\n- Content Security Policy (CSP)\n- Strict Transport Security (HSTS)\n- X-Frame-Options\n- X-Content-Type-Options\n- And more...\n\nSee `next.config.ts` for full configuration.\n\n## 📄 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## 👤 Author\n\n**xirothedev**\n\n- Website: [xirothedev.site](https://www.xirothedev.site)\n- GitHub: [@xirothedev](https://github.com/xirothedev)\n\n## 🙏 Acknowledgments\n\n- Built with love and dedication\n- Inspired by beautiful moments and memories\n- Made possible by modern web technologies\n\n---\n\nMade with ❤️ by [xirothedev](https://www.xirothedev.site)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxirothedev%2Fathw-portfolio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxirothedev%2Fathw-portfolio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxirothedev%2Fathw-portfolio/lists"}