All Projects → hoochanlon → jsonresume-theme-mix

hoochanlon / jsonresume-theme-mix

Licence: MIT license
一份简致的个人简历主题展示

Programming Languages

javascript
184084 projects - #8 most used programming language
Handlebars
879 projects
CSS
56736 projects

Projects that are alternatives of or similar to jsonresume-theme-mix

jsonresume-theme-caffeine
Caffeine theme for the JSON Resume project
Stars: ✭ 78 (+420%)
Mutual labels:  resume, jsonresume
jsonresume-theme-modern
Prototyping a theming system based off NPM.
Stars: ✭ 15 (+0%)
Mutual labels:  resume, jsonresume
json-resume-service
JSON resumes as a Service - generate Resumes from the resume.json schema
Stars: ✭ 41 (+173.33%)
Mutual labels:  resume, jsonresume
resume
👦 个人简历模板
Stars: ✭ 35 (+133.33%)
Mutual labels:  resume
gatsby-snyung-starter
Simple Gatsby Blog Theme for you 👈
Stars: ✭ 15 (+0%)
Mutual labels:  resume
resume-parser
A Simple NodeJs library to parse Resume / CV to JSON.
Stars: ✭ 105 (+600%)
Mutual labels:  resume
nisrulz.github.io
Everything about Nishant Srivastava/nisrulz (online alias)
Stars: ✭ 41 (+173.33%)
Mutual labels:  resume
Bootstrap4Resume
A single-page static resume website created with Bootstrap 4
Stars: ✭ 36 (+140%)
Mutual labels:  resume
Frontend-Learning-Journey
Tutorials, definitions, frameworks and some of the projects i made when starting to learn frontend web developement
Stars: ✭ 28 (+86.67%)
Mutual labels:  resume
resume
Simple and clean resume in Jekyll
Stars: ✭ 40 (+166.67%)
Mutual labels:  resume
classic-cv
🎓 FREE Classic CV / Resume HTML Template
Stars: ✭ 52 (+246.67%)
Mutual labels:  resume
BlackIQ
Who I am !?
Stars: ✭ 19 (+26.67%)
Mutual labels:  resume
awesome-korean-resume
한국어로된 멋진 이력서 목록, 그리고 짜잘한 팁
Stars: ✭ 312 (+1980%)
Mutual labels:  resume
cv
📄 My CV
Stars: ✭ 31 (+106.67%)
Mutual labels:  resume
cv
[LaTeX] My academic CV
Stars: ✭ 31 (+106.67%)
Mutual labels:  resume
mohusman360.github.io
Simple Resume Template with Tailwind CSS
Stars: ✭ 38 (+153.33%)
Mutual labels:  resume
Alphalio
A clean HTML5 Resume/CV template
Stars: ✭ 23 (+53.33%)
Mutual labels:  resume
resumos-aulas-cubos-academy
Exercícios, testes, e experimentos das aulas do curso.
Stars: ✭ 12 (-20%)
Mutual labels:  resume
PDF-Resume-Information-Extraction
天池比赛作品整理。实现从pdf中提取出姓名、出生年月、性别、电话、最高学历、籍贯、落户市县、政治面貌、毕业院校、工作单位、工作内容、职务、项目名称、项目责任、学位、毕业时间、工作时间、项目时间共18个字段。
Stars: ✭ 64 (+326.67%)
Mutual labels:  resume
resume-parser
A java Spring Boot Resume Parser using GATE library.
Stars: ✭ 20 (+33.33%)
Mutual labels:  resume

个人简历展示

此项目开发初衷是为了做一份简致而色彩又不失单调的个人简历主题模板。同时,我发现很多求职简历模板对学历都有一个专项来介绍,这对多数专科生并不大友好,反而让自己劣势过于显眼了...

因此,在改写及校调简历主题时,将原有的学历专项置为null,在只在侧边联系栏中写入毕业院校及专业;但也在配置文件中保留了此专项,说不定会有高知使用哦?😂

主题预览 hoochanlon/resume

安装与初始化及部署

环境:gitnodejs

  1. 安装jsonResume npm install -g resume-cli
  2. 新建文件夹作为你的简历项目,resume init在简历目录进行初始化,填入nameemail
  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

希望对初涉社会求职的朋友们能有所帮助

License

MIT Licence

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].