{"id":16326440,"url":"https://github.com/nirgn975/portfolio","last_synced_at":"2026-01-23T22:09:10.671Z","repository":{"id":55000393,"uuid":"60845258","full_name":"nirgn975/portfolio","owner":"nirgn975","description":"📖  My Website - https://nir.galons.io","archived":false,"fork":false,"pushed_at":"2025-03-14T13:35:46.000Z","size":37795,"stargazers_count":8,"open_issues_count":6,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-14T14:32:18.568Z","etag":null,"topics":["blog","computer-science","contribution","development","infosec","pentesting"],"latest_commit_sha":null,"homepage":"https://nir.galons.io/","language":"Vue","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/nirgn975.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},"funding":{"github":["nirgn975"]}},"created_at":"2016-06-10T12:13:01.000Z","updated_at":"2025-03-14T13:35:49.000Z","dependencies_parsed_at":"2024-02-11T10:28:44.372Z","dependency_job_id":"e08db8d3-5f53-42a6-9d97-76cd0d2ba52d","html_url":"https://github.com/nirgn975/portfolio","commit_stats":{"total_commits":165,"total_committers":5,"mean_commits":33.0,"dds":"0.18181818181818177","last_synced_commit":"f68b6ed22ba9a935e0290218406c0b7b5049a8e7"},"previous_names":[],"tags_count":26,"template":false,"template_full_name":null,"purl":"pkg:github/nirgn975/portfolio","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nirgn975%2Fportfolio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nirgn975%2Fportfolio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nirgn975%2Fportfolio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nirgn975%2Fportfolio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nirgn975","download_url":"https://codeload.github.com/nirgn975/portfolio/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nirgn975%2Fportfolio/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28701019,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T17:25:48.045Z","status":"ssl_error","status_checked_at":"2026-01-23T17:25:47.153Z","response_time":59,"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":["blog","computer-science","contribution","development","infosec","pentesting"],"created_at":"2024-10-10T23:08:23.940Z","updated_at":"2026-01-23T22:09:10.665Z","avatar_url":"https://github.com/nirgn975.png","language":"Vue","funding_links":["https://github.com/sponsors/nirgn975"],"categories":[],"sub_categories":[],"readme":"# Website portfolio\n\n[![Nuxt UI Pro](https://img.shields.io/badge/Made%20with-Nuxt%20UI%20Pro-00DC82?logo=nuxt.js\u0026labelColor=020420)](https://ui.nuxt.com/pro)\n\n- [Live demo](https://saas-template.nuxt.dev/)\n- [Play on Stackblitz](https://stackblitz.com/github/nuxt-ui-pro/saas)\n- [Documentation](https://ui.nuxt.com/pro/getting-started)\n\n[![Deploy to NuxtHub](https://hub.nuxt.com/button.svg)](https://hub.nuxt.com/new?repo=nuxt-ui-pro/saas)\n\n## Quick Start\n\n```bash [Terminal]\nnpx nuxi init -t github:nuxt-ui-pro/saas\n```\n\n## Setup\n\nMake sure to install the dependencies:\n\n```bash\n# npm\nnpm install\n\n# pnpm\npnpm install\n\n# yarn\nyarn install\n\n# bun\nbun install\n```\n\n## Development Server\n\nStart the development server on `http://localhost:3000`:\n\n```bash\n# npm\nnpm run dev\n\n# pnpm\npnpm run dev\n\n# yarn\nyarn dev\n\n# bun\nbun run dev\n```\n\n## Production\n\nBuild the application for production:\n\n```bash\n# npm\nnpm run build\n\n# pnpm\npnpm run build\n\n# yarn\nyarn build\n\n# bun\nbun run build\n```\n\nLocally preview production build:\n\n```bash\n# npm\nnpm run preview\n\n# pnpm\npnpm run preview\n\n# yarn\nyarn preview\n\n# bun\nbun run preview\n```\n\nCheck out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.\n\n## Nuxt Studio integration\n\nAdd `@nuxthq/studio` dependency to your package.json:\n\n```bash\n# npm\nnpm install --save-dev @nuxthq/studio\n\n# pnpm\npnpm add -D @nuxthq/studio\n\n# yarn\nyarn add -D @nuxthq/studio\n\n# bun\nbun add -d @nuxthq/studio\n```\n\nAdd this module to your `nuxt.config.ts`:\n\n```ts\nexport default defineNuxtConfig({\n  ...\n  modules: [\n    ...\n    '@nuxthq/studio'\n  ]\n})\n```\n\nRead more on [Nuxt Studio docs](https://nuxt.studio/docs/get-started/setup).\n\n## Renovate integration\n\nInstall [Renovate GitHub app](https://github.com/apps/renovate/installations/select_target) on your repository and you are good to go.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnirgn975%2Fportfolio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnirgn975%2Fportfolio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnirgn975%2Fportfolio/lists"}