未验证 提交 b5d8d5d2 编写于 作者: J Jlcao 提交者: GitHub

Merge pull request #2 from markson1113/patch-1

Update README.md
# online-resume
# Online-Resume
### [中文文档](README_zh.md)
项目部署流程先从初始化Git库开始,编辑简历文件,将文件部署在Github Pages上,最后可以将其保存为pdf格式并打印出来。
Project deployment process first start initialization Git repository, edit your resume file, the file deployed in Github Pages, finally can save it as `PDF` format and print it out.
## **1、背景**
## **Background**
每年的金三银四都是人员流动最大,找工作最好的时间段之一。而找工作就不得不需要更新简历,想到自己也会有这么一天,那么就来一起好好写一份简历吧。期间在网上找了不少写简历的资源,比如[轻单-在线简历制作](https://qdan.me/list/VUR-PAX01x8Skk0F)收录了一些在线生成简历的网站,有需要的童鞋可以直接拿走,不用再看这节课啦。
Yue four each year are mobility, the biggest one of the best time to look for a job.And looking for a job have to need to update your resume, think of oneself also can have such a day, then come together to write a resume.On the Internet to find a lot of writing a resume during the period of resources, for example [qdan](https://qdan.me/list/VUR-PAX01x8Skk0F) Includes some generated resumes online website, children's shoes in need can be directly take, don't have to see this article.
怎么可能!我对自己写的简历模板有信心,放这个出来就是要比比看。比比性价比,我们这个模版的价格是 0,分母是 0 就意味着性价比无穷大!写这个模版的初衷是希望同一份简历既能做页面展示,也能直接打印出来给我到处投。(请认真对待每一份简历,不要学习笔者)。写这份模版也是站在巨人的肩膀上,参考了前人经验的。感谢以下先辈:
How is it possible!I have confidence in writing your own resume template, put this out is to shop keepers.Bibi cost performance, we the price of this template is 0, the denominator is 0 means that the ratio of infinity!Write the template can do is to hope that the same resume page display, also can print it out to me directly for everywhere.(please seriously treat each a resume, don't study the author).This template is standing on the shoulders of giants, reference of the predecessors' experience.Thank you for the following predecessors:
* [一看 star 数就知道一定是最牛的简历](https://github.com/DIYgod/Resume)
* [freepik 上的好看简历](https://www.freepik.com/free-psd/editable-cv-format-download_716578.htm)
* [A look at the `star`, knew that must be the best resume](https://github.com/DIYgod/Resume)
* [Freepik good-looking resume](https://www.freepik.com/free-psd/editable-cv-format-download_716578.htm)
我们可以利用 Github 的静态页面托管服务 Github Pages 来帮助我们做页面展示。
We can take advantage of making Github page hosting service Github Pages display Pages to help us to do.
![背景图](https://raw.githubusercontent.com/caojiele/resume/master/img-folder/bd-show0.png)
![background](https://raw.githubusercontent.com/caojiele/resume/master/img-folder/bd-show0.png)
**什么是 Github Pages?**
**What is Github Pages?**
Github Pages 是 Github 的静态页面托管服务。它设计的初衷是为了用户能够直接通过 Github 仓库来托管用户个人、组织或是项目的专属页面。参考:https://help.github.com/articles/what-is-github-pages/
可以说相当于一个可直接用 git 管理内容的静态服务器,有许多人会用它来托管自己的个人博客(利用 Jekyll、Pelican 这一类静态页面生成工具)或是在这上面发布自己的 HTML5 小游戏。当然这么好的东西也是有限制的。
`Github Pages` is `Github` a static page hosting service.It is designed for users can directly managed by making the warehouse individual, organization or project page.reference:https://help.github.com/articles/what-is-github-pages/
Can say is equivalent to a static content can be directly use git management server, there are many people who will use it to host your own personal blog (use `Jekyll`, `Pelican`, this kind of static page generation tool) or HTML5 small game in this post.Such a good thing, of course, is also limited.
**Github Pages 的限制:**
* 仓库存储的所有文件不能超过 1 GB。
* 页面的带宽限制是低于每月 100 GB 或是每月 100,000 次请求。
* 每小时最多只能部署 10 个静态网站。
**Github Pages limited:**
* All documents must not exceed 1 GB of storage in the warehouse.
* The bandwidth of the page limit is lower than 100 GB per month or per month 100000 requests.
* An hour can only deploy up to 10 static web sites.
对于发布自己的简历或是部署自己的博客的这一类需求我想是不用担心这些限制的,如果真的不小心超了,Github 那边不会采取什么强制措施,而是会发一份邮件提醒你应该找一个更适合你的托管对象的服务。
For Posting your resume or deploy your blog this kind of demand don't have to worry about that I think is limited, if really ultra not carefully, `Github` will not take compulsory measures, but will send a mail to remind you should find a more suitable for your managed object of service.
## **2、预备知识**
## **Knowledge**
本项目需要的预备知识:git 的基本使用
如果对 git 完全陌生,推荐学习[《Git 实战教程》](https://www.shiyanlou.com/courses/4),仅需了解最基本的操作即可。
This project needs to prepare knowledge: the basic use of git.
If it is a perfect stranger in the `git`, recommend learning[《Git combat tutorial》](https://www.shiyanlou.com/courses/4),only need to know the basic operation.
## **3、项目知识点**
## **Skill**
本项目完成过程中,我们将学习:在 Github Pages 上部署自己的简历
In the process of the completion of this project, we will learn: deploy your resume on making Pages.
## **4、适合人群**
## **Crowd limited**
适合对于简历有要求的童鞋,本项目可以完美的让你对简历进行管理
Request to resume with a suitable for developers, this project can be perfect for you to manage your resume.
## **5、最终效果**
## **Demo**
简历页面展示
Resume pages
![简历页面展示](https://raw.githubusercontent.com/caojiele/resume/master/img-folder/bd_show3.png)
![Resume pages](https://raw.githubusercontent.com/caojiele/resume/master/img-folder/bd_show3.png)
保存后的 pdf 版本
Save the PDF version
![保存后的 pdf 版本](https://raw.githubusercontent.com/caojiele/resume/master/img-folder/bd_show4.png)
![Save the PDF version](https://raw.githubusercontent.com/caojiele/resume/master/img-folder/bd_show4.png)
Mark简历生成器操作图
Mark-Online-Resume
![Mark简历生成器操作图](https://raw.githubusercontent.com/caojiele/resume/master/img-folder/Dynamic_figure2.gif)
![Mark-Online-Resume](https://raw.githubusercontent.com/caojiele/resume/master/img-folder/Dynamic_figure2.gif)
网页链接:[Mark简历模板主页](https://www.caojiele.com/resume/)
Web link:[Mark-Online-Resume](https://www.caojiele.com/resume/)
## **6、总结**
## **Conclusion**
本项目主要是给没有接触过 Github Pages 的童鞋演示一遍它的基本使用,关于其它主题如自定义域名,自定义 404 页面等可在 [Customizing GitHub Pages](https://help.github.com/categories/customizing-github-pages/)中找到参考。这里还需要再三提醒一句,千万不要在发布的简历中加上个人身份敏感信息呀!最后再给看到这里的同学一个福利吧:https://www.canva.com/templates/resumes/
This project is mainly to have no contact with dead simple Pages for a demonstration again its basic use, on other topics, such as custom domain name, such as a custom 404 page can be in [Customizing GitHub Pages](https://help.github.com/categories/customizing-github-pages/) to find the reference. Here also need to repeatedly remind, don't released in your resume, and personal identity sensitive information!Finally, to see the students here a welfare:https://www.canva.com/templates/resumes/
## **7、关于我**
## **About**
Java 攻城狮,Apache Dubbo Committer、Alibaba、Apache等开源组织贡献者之一,常年出没于 Github、Gitee、知乎、简书 等地带。目前主要负责集团APP后端开发以及维护、微服务技术实施、基础设施构建等工作,有幸参与过阿里健康、平安万家医疗等公司大型项目开发;17年有了自己的第一个工作室,解决各种公司的「疑难杂症」,实现「天马行空」的需求。一直在需求和开发之间徘徊挣扎,任处于一线开发之中,绝招尚在开发。
Hey, I'm Jack Cao, Java engineer, as a member in Apache Dubbo Committer, such as the Apache & Alibaba open source contributor, found in all the year round lot, Github, Gitee, zhihu, jianshu. At present is mainly responsible for group APP back-end development and maintenance, micro services infrastructure, infrastructure construction, Had the opportunity with Alibaba Health & PICC participate in large-scale project development; and my first [studio](https://caojiele.com/cooperation/) was founded in 2017, solve all kinds of company 「incurable diseases」, to achieve the demand of 「imagination」.Have been torn between the demand and development of struggle, as in a line of powerhouse, is still in development.
个人主页:https://caojiele.com
home:https://caojiele.com
简书:https://www.jianshu.com/u/faa01fa59ea3
jinshu:https://www.jianshu.com/u/faa01fa59ea3
慕课网手记:https://www.imooc.com/u/4024769/articles
zhihu:https://www.zhihu.com/people/wang-le-6-62/activities
imooc:https://www.imooc.com/u/4024769/articles
segmentfault:https://segmentfault.com/u/xiaomage_5c10d17d26987
微信公众号:
Wechat:
![微信公众号](https://raw.githubusercontent.com/caojiele/resume/master/img-folder/qrcode.jpg)
![Wechat](https://raw.githubusercontent.com/caojiele/resume/master/img-folder/qrcode.jpg)
## **8、参考资料**
## **Resources**
* [GitHub Pages Basics](https://help.github.com/categories/github-pages-basics/)
* [Customizing GitHub Pages](https://help.github.com/categories/customizing-github-pages/)
* [HTML5 Editable Table](https://codepen.io/ashblue/pen/mCtuA)
* [一看 star 数就知道一定是最牛的简历](https://github.com/DIYgod/Resume)
* [freepik 上的好看简历](https://www.freepik.com/free-psd/editable-cv-format-download_716578.htm)
* [如何在Github Pages上生成部署简历](https://www.jianshu.com/p/d95443bfdf75)
* [写简历注意事项](https://note.youdao.com/share/?id=a097d9dedfc367e44e8a5840bc250a96&type=note#/)
* [A look at the `star`, knew that must be the best resume](https://github.com/DIYgod/Resume)
* [Freepik good-looking resume](https://www.freepik.com/free-psd/editable-cv-format-download_716578.htm)
* [How to generate the deployment resume on making Pages](https://www.jianshu.com/p/d95443bfdf75)
* [Resume matters needing attention](https://note.youdao.com/share/?id=a097d9dedfc367e44e8a5840bc250a96&type=note#/)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册