{"id":30746844,"url":"https://github.com/wei/simple-resume-site","last_synced_at":"2025-10-06T00:41:20.051Z","repository":{"id":312813344,"uuid":"1048829253","full_name":"wei/simple-resume-site","owner":"wei","description":"A fast, responsive, SEO-friendly single‑page resume website template powered by React, TypeScript, Tailwind CSS, Vite, and Static Site Generation.","archived":false,"fork":false,"pushed_at":"2025-09-02T06:30:54.000Z","size":68,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-02T07:19:32.027Z","etag":null,"topics":["resume","resume-site","resume-website","website-template"],"latest_commit_sha":null,"homepage":"https://wei.github.io/simple-resume-site/","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/wei.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":"2025-09-02T05:04:19.000Z","updated_at":"2025-09-02T06:32:26.000Z","dependencies_parsed_at":"2025-09-02T07:19:35.933Z","dependency_job_id":"2f2c69e0-719b-4d63-87d5-2721876ff4c9","html_url":"https://github.com/wei/simple-resume-site","commit_stats":null,"previous_names":["wei/simple-resume"],"tags_count":null,"template":true,"template_full_name":null,"purl":"pkg:github/wei/simple-resume-site","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wei%2Fsimple-resume-site","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wei%2Fsimple-resume-site/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wei%2Fsimple-resume-site/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wei%2Fsimple-resume-site/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wei","download_url":"https://codeload.github.com/wei/simple-resume-site/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wei%2Fsimple-resume-site/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278542673,"owners_count":26004060,"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","status":"online","status_checked_at":"2025-10-05T02:00:06.059Z","response_time":54,"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":["resume","resume-site","resume-website","website-template"],"created_at":"2025-09-04T04:29:56.407Z","updated_at":"2025-10-06T00:41:20.044Z","avatar_url":"https://github.com/wei.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# simple-resume-site\n\n[![CI](https://img.shields.io/github/actions/workflow/status/wei/simple-resume/ci.yml?branch=main\u0026label=CI)](https://github.com/wei/simple-resume/actions/workflows/ci.yml)\n[![Deploy](https://img.shields.io/github/actions/workflow/status/wei/simple-resume/deploy.yml?branch=main\u0026label=Deploy)](https://github.com/wei/simple-resume/actions/workflows/deploy.yml)\n[![Code Style: Biome](https://img.shields.io/badge/code%20style-biome-70a3f3)](https://biomejs.dev)\n[![Node 24](https://img.shields.io/badge/node-24.x-339933?logo=node.js\u0026logoColor=white)](.nvmrc)\n[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://wei.mit-license.org/)\n\nA fast, responsive, SEO-friendly single‑page resume website template powered by React, TypeScript, Tailwind CSS, Vite, and Static Site Generation.\n\n## Demo\n\n- Live demo: https://wei.github.io/simple-resume-site\n- Screenshot: ![screenshot](https://github.com/user-attachments/assets/4bcf0596-3e41-4552-967f-c43c0bbc0a79)\n\n## Features\n\n- React + TypeScript responsive single‑page web app\n- Content is driven by a single JSON file for easy customization\n- Static Site Generation (SSG) for fast first paint and SEO\n- GitHub Actions for CI and GitHub Pages deployment\n- Formatter \u0026 linter with pre‑commit hooks\n\n## Getting Started\n\n1. Make a new repo from [this template](https://github.com/new?template_name=simple-resume\u0026template_owner=wei)\n3. Content: edit `site-data.json`\n4. Profile image: replace `public/profile.jpeg` with your own profile image (200×200 recommended)\n\n### Generate `site-data.json` from LinkedIn using AI\n\n1. LinkedIn Profile → More → Save as PDF\n2. Download [site-data.json](./site-data.json)\n3. Upload both files to your favorite AI and ask it to generate a `site-data.json` file tailored to you!\n\n## Deployment\n\n### GitHub Pages\n1) Ensure the repository has Pages enabled under Settings → Pages, with source “GitHub Actions”.\n2) The included workflow `.github/workflows/deploy.yml` builds and deploys on pushes to `main`.\n3) Push to `main`. The site will publish to the Pages URL shown in the workflow output.\n4) Optionally, set up a custom domain under Settings → Pages.\n\n### Other static site hosting\n- Vercel, Netlify, Cloudflare Pages: configure a project that runs `npm run build` and serves the `dist/` directory.\n\n## Project Structure\n\n- `index.html`: main html file\n- `src/`: react components and app entry\n- `public/`: static assets like profile image\n- `site-data.json`: all content for the site\n- `dist/`: generated site output (not committed)\n\n## Scripts\n\n- `npm run dev`: start local dev server\n- `npm run build`: build static site with SSG\n- `npm run preview`: preview built output\n- `npm run lint`: check formatting/lint with Biome\n- `npm run lint:fix`: auto‑format and fix with Biome\n\n## Contribution\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md)\n\n## License\n\n[MIT](https://wei.mit-license.org/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwei%2Fsimple-resume-site","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwei%2Fsimple-resume-site","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwei%2Fsimple-resume-site/lists"}