这是一个用于 GitHub Pages 项目页部署的静态单页站点。正文来源保留在 Markdown 文件中,根目录 index.html 是生成后的发布页面。
npm test
npm run build
python3 -m http.server 8000打开 http://localhost:8000/ 查看页面。
编辑源文档:
docs/27届本科AI应用开发暑期实习面经 + 八股.md
然后重新生成:
npm run build- 将仓库推送到 GitHub。
- 进入仓库
Settings->Pages。 Build and deployment选择Deploy from a branch。Branch选择main,目录选择/ (root)。- 保存后等待 Pages 发布完成。
项目页地址通常是:
https://<你的 GitHub 用户名>.github.io/<仓库名>/