[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-71293":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":16,"stars7d":17,"stars30d":15,"stars90d":16,"forks30d":16,"starsTrendScore":16,"compositeScore":18,"rankGlobal":10,"rankLanguage":10,"license":19,"archived":20,"fork":20,"defaultBranch":21,"hasWiki":22,"hasPages":20,"topics":23,"createdAt":10,"pushedAt":10,"updatedAt":28,"readmeContent":29,"aiSummary":30,"trendingCount":16,"starSnapshotCount":16,"syncStatus":31,"lastSyncTime":32,"discoverSource":33},71293,"cv","BartoszJarocki\u002Fcv","BartoszJarocki","Print-friendly, minimalist CV page","https:\u002F\u002Fcv.jarocki.me",null,"TypeScript",9658,1069,21,15,0,1,67.09,"MIT License",false,"main",true,[24,25,26,27],"nextjs","react","shadcn-ui","tailwindcss","2026-06-12 04:01:00","![cv](https:\u002F\u002Fgithub.com\u002FBartoszJarocki\u002Fcv\u002Fassets\u002F1017620\u002F79bdb9fc-0b20-4d2c-aafe-0526ad4a71d2)\n\n\u003Ch1>minimalist cv \u003Ca href=\"https:\u002F\u002Fvercel.com\u002Fnew\u002Fclone?repository-url=https%3A%2F%2Fgithub.com%2FBartoszJarocki%2Fcv\">\u003Cimg src=\"https:\u002F\u002Fvercel.com\u002Fbutton\" alt=\"Deploy with Vercel\" height=\"24\" align=\"right\">\u003C\u002Fa>\u003C\u002Fh1>\n\n[![Next.js](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FNext.js-16-black?logo=next.js)](https:\u002F\u002Fnextjs.org\u002F)\n[![TypeScript](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FTypeScript-5.0-blue?logo=typescript)](https:\u002F\u002Fwww.typescriptlang.org\u002F)\n[![Tailwind CSS](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FTailwind%20CSS-3.4-38B2AC?logo=tailwind-css)](https:\u002F\u002Ftailwindcss.com\u002F)\n\nsimple web app that renders a minimalist CV with print-friendly layout.\n\n## getting started\n\n```bash\ngit clone https:\u002F\u002Fgithub.com\u002FBartoszJarocki\u002Fcv.git\ncd cv\npnpm install\npnpm dev\n# open http:\u002F\u002Flocalhost:3000\n# edit src\u002Fdata\u002Fresume-data.ts to customize\n```\n\n## scripts\n\n```bash\npnpm dev          # start development server\npnpm build        # build for production\npnpm start        # start production server\npnpm lint         # run biome linting checks\npnpm lint:fix     # run biome linting with auto-fix\npnpm format       # check code formatting with biome\npnpm format:fix   # format code with biome\npnpm check        # run both linting and formatting checks\npnpm check:fix    # run both linting and formatting with auto-fix\n```\n\n## project structure\n\n```\nsrc\u002F\n├── app\u002F                # next.js app router\n│   ├── components\u002F     # page-level components\n│   │   ├── education.tsx\n│   │   ├── header.tsx\n│   │   ├── projects.tsx\n│   │   ├── skills.tsx\n│   │   ├── summary.tsx\n│   │   └── work-experience.tsx\n│   ├── layout.tsx      # root layout with metadata\n│   └── page.tsx        # main resume page\n├── components\u002F         # shared components\n│   ├── icons\u002F          # social icon components\n│   └── ui\u002F             # shadcn\u002Fui components\n├── data\u002F               # resume data configuration\n│   └── resume-data.ts\n└── lib\u002F                # utilities and types\n    ├── structured-data.ts\n    ├── types.ts\n    └── utils.ts\n```\n\n## customization\n\nall resume content lives in a single file:\n\n```typescript\n\u002F\u002F src\u002Fdata\u002Fresume-data.ts\nexport const RESUME_DATA = {\n  name: \"Your Name\",\n  initials: \"YN\",\n  location: \"Your City, Country\",\n  about: \"Brief description\",\n  summary: \"Professional summary\",\n  \u002F\u002F ... more fields\n}\n```\n\nstyling uses tailwind css — customize colors in `tailwind.config.js` and global styles in `src\u002Fapp\u002Fglobals.css`.\n\n## docker\n\n```bash\ndocker compose build     # build the container\ndocker compose up -d     # run the container\ndocker compose down      # stop the container\n```\n\n## license\n\nMIT\n","该项目是一个简洁且适合打印的个人简历网页。它利用了Next.js、React和Tailwind CSS等现代前端技术栈，提供了一个易于定制和部署的解决方案。项目的核心功能包括通过简单的数据配置文件即可自定义简历内容，支持响应式布局以适应不同设备，并且优化了打印样式以便于线下分享。非常适合需要创建在线简历或希望拥有个性化数字名片的专业人士使用。此外，项目遵循MIT许可证开放源代码，鼓励社区贡献与改进。",2,"2026-06-11 03:37:02","high_star"]