一个用于求职展示的静态个人网站,内容包括简历 PDF、GitHub 项目、AI Agent/RAG 项目经历、技能栈、实习经历和联系方式。
npm install
npm run dev默认访问地址:
http://localhost:5173/
npm run build构建产物会生成到 dist/。
- 把当前目录推送到 GitHub 仓库。
- 在 GitHub 仓库进入
Settings -> Pages。 - Source 选择
GitHub Actions。 - 推送到
main分支后,.github/workflows/deploy.yml会自动构建并发布。
如果仓库是项目页,例如 AAA-413/resume,Vite 会在 GitHub Actions 中自动使用 /resume/ 作为部署路径。
如果仓库是用户主页,例如 AAA-413.github.io,会自动使用 /。
- 页面主要内容:
src/data.ts - 页面结构:
src/App.tsx - 视觉样式:
src/styles.css - 简历 PDF:
public/resume-xinqingyu-ai.pdf - 首屏视觉图:
public/hero-ai-agent.png