{"id":22997738,"url":"https://github.com/willayy/personal-webpage-2","last_synced_at":"2026-05-01T09:31:50.385Z","repository":{"id":258389978,"uuid":"860825759","full_name":"willayy/Personal-Webpage-2","owner":"willayy","description":"Small personal webpage","archived":false,"fork":false,"pushed_at":"2026-02-18T15:10:15.000Z","size":1644,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-18T15:12:09.137Z","etag":null,"topics":["nextjs","personal-website"],"latest_commit_sha":null,"homepage":"","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/willayy.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-09-21T09:13:16.000Z","updated_at":"2026-02-18T14:51:42.000Z","dependencies_parsed_at":"2025-01-31T12:35:01.315Z","dependency_job_id":null,"html_url":"https://github.com/willayy/Personal-Webpage-2","commit_stats":null,"previous_names":["willayy/personal-webpage-2"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/willayy/Personal-Webpage-2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willayy%2FPersonal-Webpage-2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willayy%2FPersonal-Webpage-2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willayy%2FPersonal-Webpage-2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willayy%2FPersonal-Webpage-2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/willayy","download_url":"https://codeload.github.com/willayy/Personal-Webpage-2/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willayy%2FPersonal-Webpage-2/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32492129,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"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":["nextjs","personal-website"],"created_at":"2024-12-15T06:08:42.731Z","updated_at":"2026-05-01T09:31:50.379Z","avatar_url":"https://github.com/willayy.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Personal-Webpage-2\nSmall personal webpage built using the Next.js framework, configured to use app-router and TypeScript.\nThis web app is configure to be deployed as static pages on github pages.\n\n**Note:** This website is semi vibe-coded using GitHub Copilot.\n\n### Usage\nTo run in development mode use\n```shell\nnpm run dev\n```\nFor deployment just push to the main branch and the github action will take care of the rest.\n\n### Enviroment variables\nTo run the web app you need to supply an\n`.env.*` file with the variables. Optionally you can\nsupply one for `production`and another one for `development`.\n\n```\nNEXT_PUBLIC_GITHUB_IMAGE_URL\nNEXT_PUBLIC_LINKEDIN_IMAGE_URL\nGITHUB_USER_LINK\nGITHUB_USERNAME\nPUBLIC_SITE_URL\nHOME_PAGE\n```\n\n### Deployment\nThe web app is deployed using GitHub Pages. The deployment is using GitHub Actions to build the web app and push the build to pages. \n\nThe site automatically rebuilds and redeploys:\n- When changes are pushed to the `main` branch\n- Daily at 3 AM UTC (to pick up new projects from GitHub automatically)\n- Manually via the Actions tab (workflow_dispatch)\n\n# Next.js boilerplate documentation\n\nThis is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://nextjs.org/docs/app/api-reference/cli/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# or\nbun 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/app/building-your-application/optimizing/fonts) to automatically optimize and load [Geist](https://vercel.com/font), a new font family for Vercel.\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\nCheck out our [Next.js deployment documentation](https://nextjs.org/docs/app/building-your-application/deploying) for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillayy%2Fpersonal-webpage-2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwillayy%2Fpersonal-webpage-2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillayy%2Fpersonal-webpage-2/lists"}