All Projects → phoinixi → Jsonresume Theme Stackoverflow

phoinixi / Jsonresume Theme Stackoverflow

Stack Overflow theme for JSON Resume

Projects that are alternatives of or similar to Jsonresume Theme Stackoverflow

Latexcv
👔 A collection of cv and resume templates written in LaTeX. Leave an issue if your language is not supported!
Stars: ✭ 1,027 (+1108.24%)
Mutual labels:  resume, resume-template
Cv
A resume template written in Markdown,Yaml JSON auto generates github-pages website & PDF by Jekyll. 在线简历生成模板(超高兼容可导PDF)
Stars: ✭ 61 (-28.24%)
Mutual labels:  resume, resume-template
Developer Portfolio
Single page developer portfolio template.
Stars: ✭ 23 (-72.94%)
Mutual labels:  resume, resume-template
Markdown Cv
a simple template to write your CV in a readable markdown file and use CSS to publish/print it.
Stars: ✭ 721 (+748.24%)
Mutual labels:  resume, resume-template
Deerlet
[Deprecated] A markdown online-editable-resume with pdf generator
Stars: ✭ 79 (-7.06%)
Mutual labels:  resume, resume-template
Resume
A minimal pelican theme to host your resume
Stars: ✭ 74 (-12.94%)
Mutual labels:  resume, resume-template
Cv Template
An easy way to create HTML and PDF versions of your resume, and automatically host them on GitHub Pages.
Stars: ✭ 41 (-51.76%)
Mutual labels:  resume, resume-template
Twentysecondscurriculumvitae Latex
Write Beautiful Curriculum Vitae in LaTex, that ensures twenty seconds reading.
Stars: ✭ 409 (+381.18%)
Mutual labels:  resume, resume-template
Php Interview
This is the information I prepared for the PHP interview.The notes include PHP, MySql, Linux, etc.
Stars: ✭ 1,110 (+1205.88%)
Mutual labels:  resume, resume-template
Phperinterviewguide
相对于 PHPer 新手而言比较有指导意义的 PHPer 面试指南
Stars: ✭ 886 (+942.35%)
Mutual labels:  resume, resume-template
Resume
个人中文简历 Latex 源码 https://hijiangtao.github.io/
Stars: ✭ 545 (+541.18%)
Mutual labels:  resume, resume-template
Resume Nextjs
Next.js 로 누구나 쉽게 만드는 Static HTML 이력서
Stars: ✭ 84 (-1.18%)
Mutual labels:  resume, resume-template
Yaac Another Awesome Cv
YAAC: Another Awesome CV is a template using Font Awesome and Adobe Source Font.
Stars: ✭ 516 (+507.06%)
Mutual labels:  resume, resume-template
Jekyll Timeline
Timeline / Résumé Theme with Jekyll
Stars: ✭ 46 (-45.88%)
Mutual labels:  resume, resume-template
Resume
🎉 An resume template for Android developers.
Stars: ✭ 447 (+425.88%)
Mutual labels:  resume, resume-template
Jalpc
🍎Jalpc -- A flexible Jekyll theme, 3 steps to build your website.
Stars: ✭ 859 (+910.59%)
Mutual labels:  resume, resume-template
Code Resume
Build your own Resume 📖 in seconds
Stars: ✭ 271 (+218.82%)
Mutual labels:  resume, resume-template
Awesome Resume
Resume,Resume Templates,程序员简历例句,简历模版,
Stars: ✭ 4,300 (+4958.82%)
Mutual labels:  resume-template, resume
Modern Resume Theme
A modern static resume template and theme. Powered by Jekyll and GitHub pages.
Stars: ✭ 868 (+921.18%)
Mutual labels:  resume, resume-template
Freemo
A free resume,portfolio and CV HTML template
Stars: ✭ 30 (-64.71%)
Mutual labels:  resume, resume-template

Stack Overflow theme for jsonresume npm version

Printable version with custom CSS

DEMO

Getting started

Install the command line

Create your resume in json on jsonresume

The official resume-cli to run the development server.

Go ahead and install it:

npm install -g resume-cli

Install and serve theme

Clone the repository

git clone https://github.com/francescoes/jsonresume-theme-stackoverflow.git

And simply run:

resume serve

You should now see this message:

Preview: http://localhost:4000
Press ctrl-c to stop

To build your own resume, create a 'resume.json' file in the current folder and follow the json resume schema

Social Profiles Icons

Profiles supported with brand colors:

github, stack overflow, linkedin, dribbble, twitter, facebook, pinterest, instagram, soundcloud, wordpress, youtube, flickr, google plus, tumblr, foursquare.

To have a social icon close the social link profile (or username) it is enough to set a network the name of the Social Network (es: 'Stack Overflow').

Support to extra fields

With stackoverflow theme it is possible to add:

  • keywords to each 'work', 'publication' and 'volunteer' item
  • summary to each 'interests' and 'education' item
  • location to each 'work', 'education' and 'volunteer' item
  • birth to 'basics'

example of the extra location object:

"location": {
  "city": "Zürich",
  "countryCode": "CH",
  "region": "Switzerland"
} 

example of the extra birth object:

"birth": {
  "place": "New York",
  "state": "USA",
  "date": "1988"
}

Contribution

Fork the project, add your feature (or fix your bug) and open a pull request OR

Open an issue if you find find or if you would like to have extra fields or changes

License

Available under the MIT license.

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].