Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/visiky/resume
🚀 在线简历生成器
https://github.com/visiky/resume
gatsby resume resume-builder resume-generator
Last synced: about 1 month ago
JSON representation
🚀 在线简历生成器
- Host: GitHub
- URL: https://github.com/visiky/resume
- Owner: visiky
- License: mit
- Created: 2017-03-19T15:30:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-08-30T08:27:38.000Z (about 1 year ago)
- Last Synced: 2024-09-29T13:15:29.861Z (about 2 months ago)
- Topics: gatsby, resume, resume-builder, resume-generator
- Language: TypeScript
- Homepage: https://visiky.github.io/resume/?template=template2&user=visiky
- Size: 32.6 MB
- Stars: 2,564
- Watchers: 16
- Forks: 612
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 🧾 Resume Generator
在线简历生成器。无须 fork 仓库,即可在线预览、编辑和下载 PDF 简历。✨ [在线编辑](https://visiky.github.io/resume)
内置 3 套模板,支持**自定义主题颜色**、**自定义模块标题**、**国际化(中/英)** 等.
|默认模板| 简易模板| 简易模板2(适用于多页)|
| -------------------------------- | --------------------------------------------------|----------------------- |
| || |
|[Live Demo](https://visiky.github.io/resume?user=visiky) |[Live Demo](https://visiky.github.io/resume?user=visiky&template=template2)|[Live Demo](https://visiky.github.io/resume?user=visiky&template=template3) |## 如何使用(How to use)
**方式 1:**
在线编辑 -> 导出配置 -> 存储“简历信息”在个人 github special 仓库下(例如: [visiky/visiky](https://github.com/visiky/visiky/blob/master/resume.json))
**方式 2:**
直接创建一个 `resume.json` 文件在自己的 special 仓库下 (内容参考: [visiky/visiky](https://github.com/visiky/visiky/blob/master/resume.json)).
**最后**
访问 https://visiky.github.io/resume?user={user}&branch={branch}
参数说明:
| 参数 | 描述 | 默认值 |
| ------ | ------------- | ------------ |
| user | github 用户名 | 必选 |
| template | 模板 | 默认: template1 |
| branch | 分支名 | 默认: master |
| mode | 模式 | 备注: 默认为‘只读’模式,设置为: `mode=edit` 即可进入编辑模式 |
| lang | 语言 | 默认: zh-CN |## 本地开发(Local develop)
```bash
# pnpm required, to see: https://pnpm.io/installation
# Install dependencies
pnpm install
# Then, start
npm start
```## ✨ Recommendation
- [resumemaker](https://www.resumemaker.online/es.php)
- [Geek Resume - Pure Markdown, an online resume editor for developer.](https://www.jijian.press/)