README.md

March 14, 2023 · View on GitHub

🧾 Resume Generator

在线简历生成器。无须 fork 仓库,即可在线预览、编辑和下载 PDF 简历。✨ 在线编辑

内置 3 套模板,支持自定义主题颜色自定义模块标题国际化(中/英) 等.

默认模板简易模板简易模板2(适用于多页)
Live DemoLive DemoLive Demo

如何使用(How to use)

方式 1:

在线编辑 -> 导出配置 -> 存储“简历信息”在个人 github special 仓库下(例如: visiky/visiky

方式 2:

直接创建一个 resume.json 文件在自己的 special 仓库下 (内容参考: visiky/visiky).

最后

访问 https://visiky.github.io/resume?user={user}&branch={branch}

参数说明:

参数描述默认值
usergithub 用户名必选
template模板默认: template1
branch分支名默认: master
mode模式备注: 默认为‘只读’模式,设置为: mode=edit 即可进入编辑模式
lang语言默认: zh-CN

本地开发(Local develop)

# pnpm required, to see: https://pnpm.io/installation
# Install dependencies
pnpm install
# Then, start
npm start

✨ Recommendation