wonder
|
a8c884d23b
|
feat: 添加央国企版简历 /soe 路由及独立样式
Deploy Resume / deploy (push) Successful in 20s
- 新增 soe/index.html、soe/resume.css(复制主简历及其样式,样式独立维护)
- nginx.conf 注册 /soe/ 路由
- Dockerfile 增加 COPY soe/
Co-Authored-By: Claude Code <noreply@anthropic.com>
|
2026-09-23 20:01:05 +08:00 |
|
wonder
|
a6af277ac7
|
feat: 添加纯文本简历及 /txt 路由
Deploy Resume / deploy (push) Successful in 3s
- 基于主简历重新构建 resume.txt,分模块便于复制粘贴到招聘系统
- 同步主简历最新内容(七牛云认证网关、PG HA、Ansible MySQL 等)
- 补齐荣誉奖项(七牛云 XEngineer、飞书黑客松)
- nginx 新增 location = /txt 路由,返回纯文本
- Dockerfile 新增 COPY resume.txt 到镜像
|
2026-08-28 13:24:48 +08:00 |
|
wonder
|
1124485f6a
|
fix: 修复根路径重定向丢失端口问题
Deploy Resume / deploy (push) Successful in 4s
- 添加 absolute_redirect off 配置,使 nginx 使用相对路径重定向
- 避免容器内端口 80 与外部端口 8080 不一致导致重定向失败
|
2026-08-27 18:57:51 +08:00 |
|
wonder
|
ac1753d643
|
fix: 添加 css 和 img 的 nginx location 配置
Deploy Resume / deploy (push) Successful in 6s
- 原先 location / 的 301 重定向拦截了所有请求,导致 /css/ 和 /img/ 无法访问
- 添加独立的 /css/ 和 /img/ location 块,确保静态资源正常加载
|
2026-08-27 18:48:41 +08:00 |
|
wonder
|
dc99e2349e
|
feat: 搭建多岗位简历 CI/CD 自动化部署
Deploy Resume / deploy (push) Successful in 5s
- 重构目录结构:css/、resume/、other/ 分离公共资源与简历页面
- 主简历迁移至 resume/index.html,路径指向 /resume
- 新增导航页 /other,基础架构工程师和网络安全工程师两份简历
- 全局样式 css/resume.css 由所有简历共享
- 新增 Dockerfile 和 nginx.conf,基于 nginx:alpine 容器化部署
- 新增 .gitea/workflows/deploy.yml,推送到 main 自动构建部署
- 更新 README.md 记录项目结构和添加新简历流程
- 删除无用脚本 convert.js、convert.py、download_font.js
|
2026-08-27 18:41:10 +08:00 |
|