{"id":28334920,"url":"https://github.com/kissy24/kissy24.github.io","last_synced_at":"2026-05-08T01:37:28.224Z","repository":{"id":41050418,"uuid":"500841207","full_name":"kissy24/kissy24.github.io","owner":"kissy24","description":"My profile page.","archived":false,"fork":false,"pushed_at":"2024-08-13T10:30:16.000Z","size":16726,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-26T21:52:40.483Z","etag":null,"topics":["bun","github-pages","react","typescript"],"latest_commit_sha":null,"homepage":"https://kissy24.github.io/","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/kissy24.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":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-06-07T12:58:15.000Z","updated_at":"2024-08-14T22:40:37.000Z","dependencies_parsed_at":"2023-11-13T13:25:45.135Z","dependency_job_id":"695b88c1-6bd4-4c75-9948-dc7ed7ea90f5","html_url":"https://github.com/kissy24/kissy24.github.io","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/kissy24/kissy24.github.io","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kissy24%2Fkissy24.github.io","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kissy24%2Fkissy24.github.io/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kissy24%2Fkissy24.github.io/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kissy24%2Fkissy24.github.io/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kissy24","download_url":"https://codeload.github.com/kissy24/kissy24.github.io/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kissy24%2Fkissy24.github.io/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260474252,"owners_count":23014685,"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":["bun","github-pages","react","typescript"],"created_at":"2025-05-26T21:52:40.288Z","updated_at":"2026-05-08T01:37:28.219Z","avatar_url":"https://github.com/kissy24.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# kissy24.github.io\n\n![GitHub package.json prod dependency version](https://img.shields.io/github/package-json/dependency-version/kissy24/kissy24.github.io/react)\n![GitHub package.json prod dependency version](https://img.shields.io/github/package-json/dependency-version/kissy24/kissy24.github.io/tailwindcss)\n![](https://img.shields.io/github/license/kissy24/kissy24.github.io)\n\nMy profile page.\n\n## Usage\n\n```txt\nsrc/\n├── components/\n│ ├── SocialLinks.tsx\n│ ├── ArticleLinks.tsx\n│ └── ProfileContents.tsx\n├── data/\n│ ├── links.ts\n│ ├── articleLinks.ts\n│ └── profileContents.ts\n└── App.tsx\n```\n\n- **components/**: Defines various components.\n  - `SocialLinks.tsx`: Component to display a list of social links.\n  - `ArticleLinks.tsx`: Component to display a list of article links.\n  - `ProfileContents.tsx`: Component to display profile text.\n- **data/**: Contains data files.\n  - `links.ts`: Data for social links.\n  - `articleLinks.ts`: Data for article links.\n  - `profileContents.ts`: Data for profile text.\n\n1. **Adding Link Data**: Add new links in `src/data/links.ts` or `src/data/articleLinks.ts`.\n\n    ```typescript\n    export const links = [\n      {\n        href: \"https://example.com\",\n        imageSrc: exampleImage,\n        imageAlt: \"Example\",\n        label: \"Example\"\n      },\n      // Other links...\n    ];\n    ```\n\n2. **Editing Profile Contents**: Edit the profile text in `src/data/profileContents.ts`.\n\n    ```typescript\n    export const profile = {\n      title: \"New Profile Text\"\n    };\n    ```\n\n3. **Using Components**: Import and use the necessary components in `App.tsx` or other components.\n\n## Libraries Used\n\nThis project utilizes the following libraries and tools:\n\n### 1. React\n- **Libraries**: `react`, `react-dom`\n- **Version**: `^18.3.1`\n\n### 2. Tailwind CSS\n- **Library**: `tailwindcss`\n- **Version**: `^3.4.4`\n\n### 3. TypeScript\n- **Library**: `typescript`\n- **Version**: `^5.2.2`\n\n### 4. Vite\n- **Library**: `vite`\n- **Version**: `^5.3.1`\n\n### 5. ESLint\n- **Libraries**: `eslint`, `@typescript-eslint/eslint-plugin`, `@typescript-eslint/parser`, `eslint-plugin-react-hooks`, `eslint-plugin-react-refresh`\n- **Versions**: Various\n\n### 6. SWC (Speedy Web Compiler)\n- **Library**: `@vitejs/plugin-react-swc`\n- **Version**: `^3.5.0`\n\n## Author\n\nkissy24","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkissy24%2Fkissy24.github.io","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkissy24%2Fkissy24.github.io","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkissy24%2Fkissy24.github.io/lists"}