{"id":19705047,"url":"https://github.com/onurhan1337/my-website","last_synced_at":"2025-04-13T06:41:17.032Z","repository":{"id":40375533,"uuid":"507480790","full_name":"onurhan1337/my-website","owner":"onurhan1337","description":"✨ My personal website built with Next.js, Tailwind, TypeScript, Upstash and Vercel.","archived":false,"fork":false,"pushed_at":"2025-01-02T08:15:09.000Z","size":2716,"stargazers_count":65,"open_issues_count":0,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-24T11:43:37.706Z","etag":null,"topics":["contentlayer","next-mdx","nextjs","personal-website","portfolio","shadcn-ui","tailwindcss","upstash","vercel"],"latest_commit_sha":null,"homepage":"https://onurhan.dev","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/onurhan1337.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}},"created_at":"2022-06-26T04:55:33.000Z","updated_at":"2025-03-17T08:18:41.000Z","dependencies_parsed_at":"2023-01-21T05:45:19.535Z","dependency_job_id":"5a362e9b-d63d-4bd0-bba3-3eddcfdd15c2","html_url":"https://github.com/onurhan1337/my-website","commit_stats":{"total_commits":256,"total_committers":2,"mean_commits":128.0,"dds":0.08203125,"last_synced_commit":"4f37db749f70e8ae0319cad5993a87dac06387bf"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onurhan1337%2Fmy-website","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onurhan1337%2Fmy-website/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onurhan1337%2Fmy-website/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onurhan1337%2Fmy-website/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/onurhan1337","download_url":"https://codeload.github.com/onurhan1337/my-website/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248675434,"owners_count":21143763,"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","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":["contentlayer","next-mdx","nextjs","personal-website","portfolio","shadcn-ui","tailwindcss","upstash","vercel"],"created_at":"2024-11-11T21:25:49.827Z","updated_at":"2025-04-13T06:41:17.005Z","avatar_url":"https://github.com/onurhan1337.png","language":"TypeScript","funding_links":["https://www.buymeacoffee.com/onurhan","https://img.buymeacoffee.com/button-api/?text=Buy"],"categories":["Boilerplates \u0026 Starters"],"sub_categories":[],"readme":"# onurhan.dev\n\n\u003ca href=\"https://www.buymeacoffee.com/onurhan\"\u003e\u003cimg src=\"https://img.buymeacoffee.com/button-api/?text=Buy me a coffee\u0026emoji=\u0026slug=onurhan\u0026button_colour=FFDD00\u0026font_colour=000000\u0026font_family=Inter\u0026outline_colour=000000\u0026coffee_colour=ffffff\" /\u003e\u003c/a\u003e\n\n- **Icons**: [Lucide React](https://lucide.dev/icons/)\n- **Like**: [Upstash Claps](https://github.com/upstash/claps)\n- **Framework**: [Next.js](https://nextjs.org/)\n- **Deployment**: [Vercel](https://vercel.com)\n- **Syntax Highlight**: [Sugar High](https://github.com/huozhi/sugar-high)\n- **Blog**: [Next MDX Remote](https://github.com/hashicorp/next-mdx-remote)\n- **Styling**: [Tailwind CSS](https://tailwindcss.com/) \u0026 [shadcn/ui](https://ui.shadcn.com/)\n\n## Overview\n\n- `pages/api/*` - [API Routes](https://nextjs.org/docs/api-routes/introduction), claps.\n- `app/blog/*` - Static pre-rendered blog pages using Contentlayer.\n- `app/*` - All other pages.\n- `components/` - All components.\n- `public/*` - Static assets including images for blogs and other all images.\n- `content/` - Contains all posts and snippets.\n- `lib/`- Contains metadata and util functions.\n- `types/`- Contains all types and interfaces.\n- `styles/*` - Contains all global styles.\n\n## Demo\n\n```bash\nhttps://onurhan.dev\n```\n\n## Running Locally\n\nThis application requires Node.js v16.13+.\n\n```bash\ngit clone https://github.com/onurhan1337/my-website.git\ncd my-website\nnpm install\nnpm run dev\n```\n\nCreate a `.env` file similar to [`.env.example`](https://github.com/onurhan1337/my-website/blob/master/.env.example). You don't need to fill them out for the site to work. However, it is required to be able to use the [Upstash/Claps](https://github.com/upstash/claps) package.\n\n## Cloning / Forking\n\nPlease review the [license](https://github.com/onurhan1337/my-website/blob/master/LICENSE.txt) and remove all of my personal information (resume, blog posts, images, etc.).\nThis is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).\n\n## Getting Started\n\nFirst, run the development server:\n\n```bash\nnpm run dev\n# or\nyarn dev\n# or\npnpm dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) with your browser to see the result.\n\nYou can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.\n\nThis project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.\n\n## Learn More\n\nTo learn more about Next.js, take a look at the following resources:\n\n- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.\n- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.\n\nYou can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!\n\n## Deploy on Vercel\n\nThe easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template\u0026filter=next.js\u0026utm_source=create-next-app\u0026utm_campaign=create-next-app-readme) from the creators of Next.js.\n\n# Inspiration\n\n- [@rauchg](https://twitter.com/emilkowalski_)\n- [@ademilter](https://twitter.com/ademilter)\n- [@leerob](https://twitter.com/leeerob)\n- [@shadcn](https://twitter.com/shadcn)\n\nCheck out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonurhan1337%2Fmy-website","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fonurhan1337%2Fmy-website","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonurhan1337%2Fmy-website/lists"}