Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hoochanlon/jsonresume-theme-mix

一份简致的个人简历主题展示
https://github.com/hoochanlon/jsonresume-theme-mix

jsonresume resume

Last synced: 6 days ago
JSON representation

一份简致的个人简历主题展示

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)