Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hoochanlon/jsonresume-theme-mix
一份简致的个人简历主题展示
https://github.com/hoochanlon/jsonresume-theme-mix
jsonresume resume
Last synced: 6 days ago
JSON representation
一份简致的个人简历主题展示
- Host: GitHub
- URL: https://github.com/hoochanlon/jsonresume-theme-mix
- Owner: hoochanlon
- License: mit
- Created: 2019-09-08T07:53:10.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-09-27T02:23:22.000Z (about 1 year ago)
- Last Synced: 2024-04-26T10:20:41.449Z (6 months ago)
- Topics: jsonresume, resume
- Language: JavaScript
- Homepage: https://hoochanlon.github.io/jsonresume-theme-mix
- Size: 56.6 KB
- Stars: 19
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 个人简历展示
此项目开发初衷是为了做一份简致而色彩又不失单调的个人简历主题模板。同时,我发现很多求职简历模板对学历都有一个专项来介绍,这对多数专科生并不大友好,反而让自己劣势过于显眼了...
因此,在改写及校调简历主题时,将原有的学历专项置为null,在只在侧边联系栏中写入毕业院校及专业;但也在配置文件中保留了此专项,说不定会有高知使用哦?😂
主题预览:https://hoochanlon.github.io/jsonresume-theme-mix
## 安装与初始化及部署
**环境:[git](https://git-scm.com/)、[nodejs](https://nodejs.org/zh-cn/)**
1. 安装jsonResume `npm install -g resume-cli`
2. 新建文件夹作为你的简历项目,`resume init`在简历目录进行初始化,填入`name`、`email` 值
3. `npm install`(不安装node module依赖主题效果将会失效)
4. 使用 `resume serve` 看到此消息jsonResume已经搭建成功了,访问 http://localhost:4000 就行```
Preview: http://localhost:4000
Press ctrl-c to stop
```## 个性化定制
* `npm i jsonresume-theme-mix`下载该主题
* 在 node_modules模块中,找到`jsonresume-theme-mix`并进入
* 最后在主题目录中使用`resume serve`进行部署即可可在resume.json字段中填入符合自身的简历介绍文字,也可根据需要对style.css、resume.hbs等进行样式定制。
注:若主题脱离node_modules环境,则需要`npm install`重新安装依赖模块呈现效果
[npm/jsonresume-theme-mix/readme](https://www.npmjs.com/package/jsonresume-theme-mix)
## 希望对初涉社会求职的朋友们能有所帮助
* [胡成龙 - 就业形势分析及预防欺诈对策](https://nbviewer.org/github/hoochanlon/scripts/blob/main/d-ipynb/就业形势分析及预防欺诈对策.ipynb)
* [同济大学-博士-王荣昌 给初涉社会年轻人的忠告](http://blog.sciencenet.cn/blog-348492-375365.html)
* [reverse-interview-zh 反向面试](https://github.com/yifeikong/reverse-interview-zh)
* [如何写一份优秀的前端简历](https://github.com/nzbin/resume-boilerplate)
* [知乎-有什么是你面试很多次都失败后才知道的?](https://www.zhihu.com/question/290543744/answer/620486019?utm_source=qq&utm_medium=social&utm_oi=1155092701455159296)jsonresume-theme-mix 移植版简历项目,见:https://github.com/hoochanlon/resume
# License
[![MIT Licence](https://img.shields.io/badge/mit-license-red.svg)](https://opensource.org/licenses/mit-license.php)