# 个人简历
**Repository Path**: chen-jiaming/resume.io
## Basic Information
- **Project Name**: 个人简历
- **Description**: 个人简历
- **Primary Language**: HTML
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 1
- **Forks**: 564
- **Created**: 2020-09-13
- **Last Updated**: 2020-12-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# 个人简历
## 使用方法
1. 修改`_config.yml`文件中的内容
```
# 个人名称或昵称
name: 陈嘉名
# 页面个人头像信息中地址展示信息
location: 吴川
# 页面个人头像信息中公司展示信息
school: 广东金融学院
# 页面个人头像信息中职位展示信息
position: Java开发工程师
# 页面个人头像信息中GITHUB展示信息
github: https://github.com/XXXX
# 页面个人头像信息中Facebook展示信息
facebook: https://www.facebook.com/XXXX
# 页面个人头像信息中电话展示信息
phone: 1577506XXXX
# 页面个人头像信息中EMAIL展示信息
email: xxxx@xxx.com
#本项目的baseurl
baseurl: "/resume.io"
```
2. 修改个人头像信息
修改 `_config.yml` 文件中内容
3. 修改基本信息
修改 `_includes/resumer_01-basic.html` 文件中内容
4. 修改职业技能
修改 `_includes/resumer_02-profetional.html` 文件中内容
5. 修改教育经历
修改 `_includes/resumer_03-education.html` 文件中内容
6. 修改工作经历
修改 `_includes/resumer_04-experience.html` 文件中内容
7. 修改获得奖状
修改 `_includes/resumer_05-certification.html` 文件中内容
8. 修改个人作品
修改 `_includes/resumer_06-personal_project.html` 文件中内容
## 本地搭建
在本地安装[Jekyll](https://jekyllrb.com/).
然后在项目目录执行`jekyll s`命令,如下
```bash
jekyll new testblog
cd testblog
jekyll server
在浏览器输入http://127.0.0.1:4000/即可浏览刚刚创建的blog
```
然后可以访问[http://127.0.0.1:4000/resume.io/](http://127.0.0.1:4000/resume.io/)来访问本地的服务了。
## 在线预览
[个人简历](http://chen-jiaming.gitee.io/resume.io)
## 截图预览




## 参考
本简历模板基于[XiaoXiao](https://xiaodan_yu.gitee.io/resume.io/)修改而来。保留了所有的样式,基于Jekyll重构了页面框架,并去掉了一些没有必要的内容,整合一页简历。
## 开源协议
[MIT](https://gitee.com/xiaodan_yu/resume.io/blob/master/LICENSE)