All Projects → elipapa → Markdown Cv

elipapa / Markdown Cv

Licence: mit
a simple template to write your CV in a readable markdown file and use CSS to publish/print it.

Projects that are alternatives of or similar to Markdown Cv

Cv Template
An easy way to create HTML and PDF versions of your resume, and automatically host them on GitHub Pages.
Stars: ✭ 41 (-94.31%)
Mutual labels:  resume, cv, resume-template, github-page, pdf
Cv
A resume template written in Markdown,Yaml JSON auto generates github-pages website & PDF by Jekyll. 在线简历生成模板(超高兼容可导PDF)
Stars: ✭ 61 (-91.54%)
Mutual labels:  jekyll, resume, cv, resume-template, github-page
Modern Resume Theme
A modern static resume template and theme. Powered by Jekyll and GitHub pages.
Stars: ✭ 868 (+20.39%)
Mutual labels:  jekyll, resume, cv, resume-template, github-page
myprofile
Generate your resume easily from Github actions ✅ using discussion section 📃 🚀
Stars: ✭ 19 (-97.36%)
Mutual labels:  resume-template, resume, curriculum, cv
Jalpc
🍎Jalpc -- A flexible Jekyll theme, 3 steps to build your website.
Stars: ✭ 859 (+19.14%)
Mutual labels:  jekyll, resume, cv, resume-template
online-resume
A Jekyll theme for resume / cv based on Markdown. Demo: https://tarrex.github.io/online-resume
Stars: ✭ 27 (-96.26%)
Mutual labels:  jekyll, resume-template, resume, cv
Cv
🎓 Best in Class modern CV, Resume and Portfolio website template. All-in-One-Page site with simply customizable builder.
Stars: ✭ 232 (-67.82%)
Mutual labels:  resume, cv, resume-template
Live Resume
Stand out of the crowd by showing a professional website/resume. Building fast and easy the best Personal Web Application resume!
Stars: ✭ 158 (-78.09%)
Mutual labels:  resume, resume-template, curriculum
Jekyll Timeline
Timeline / Résumé Theme with Jekyll
Stars: ✭ 46 (-93.62%)
Mutual labels:  jekyll, resume, resume-template
Resume Builder
Modern real-time design and 100% free resume builder.
Stars: ✭ 153 (-78.78%)
Mutual labels:  resume, cv, resume-template
Resume Template
📄💼🎩 A simple Jekyll + GitHub Pages powered resume template.
Stars: ✭ 1,214 (+68.38%)
Mutual labels:  jekyll, resume, resume-template
Jekyll Theme Minimal Resume
Simple Jekyll theme for a minimal resume website: https://jekyll-theme-minimal-resume.netlify.com/
Stars: ✭ 269 (-62.69%)
Mutual labels:  jekyll, resume, cv
Best Resume Ever
👔 💼 Build fast 🚀 and easy multiple beautiful resumes and create your best CV ever! Made with Vue and LESS.
Stars: ✭ 15,124 (+1997.64%)
Mutual labels:  resume, cv, pdf
Awesome Cv
📄 Awesome CV is LaTeX template for your outstanding job application
Stars: ✭ 14,957 (+1974.48%)
Mutual labels:  resume, cv, pdf
classic-cv
🎓 FREE Classic CV / Resume HTML Template
Stars: ✭ 52 (-92.79%)
Mutual labels:  resume-template, resume, cv
Frontend-Learning-Journey
Tutorials, definitions, frameworks and some of the projects i made when starting to learn frontend web developement
Stars: ✭ 28 (-96.12%)
Mutual labels:  resume-template, resume, cv
Resume
👾 My resume / 我的简历
Stars: ✭ 482 (-33.15%)
Mutual labels:  resume, cv, pdf
Cv
Geoff Boeing's academic CV in LaTeX
Stars: ✭ 101 (-85.99%)
Mutual labels:  resume, cv, resume-template
Cv resume
A latex cv/resume template.
Stars: ✭ 117 (-83.77%)
Mutual labels:  resume, cv, resume-template
about.me
Single Page Resume Template
Stars: ✭ 20 (-97.23%)
Mutual labels:  resume-template, resume, cv

markdown-cv

A curriculum vitae maintained in plain text and rendered to HTML and PDF using CSS.

For more details, see the project page, or the blog post on why I switched to markdown for my CV.


Customization

Simply fork the markdown-cv repo

and edit the index.md file directly in Github

adding your skills, jobs and education.

Distribution

To transform your plain text CV into a beautiful and shareable HTML page, you have two options:

I. Use Github Pages to publish it online

  1. Delete the existing gh-pages branch from your fork. It will only contain this webpage. You can either use git or the Github web interface.
  2. Create a new branch called gh-pages.
  3. Head to yourusername.github.io/markdown-cv to see your CV live.

Any change you want to make to your CV from then on would have to be done on the gh-pages branch and will be immediately rendered by Github Pages.

II. Build it locally and print a PDF

  1. To install jekyll, run gem install bundler jekyll from the command line.
  2. Clone your fork of markdown-cv to your local machine.
  3. Type jekyll serve to render your CV at http://localhost:4000.
  4. You can edit the index.md file and see the changes live in your browser.
  5. To print a PDF, press + p. Print and web CSS media queries should take care of the styling.

Styling

The included CSS will render your CV in two styles: s

  1. kjhealy the original default, inspired by kjhealy's vita template.
  2. davewhipp is a tweaked version of kjhealy, with bigger fonts and dates right aligned.

To change the default style, simply change the variable in the _config.yml file.

Any other styling is possible. More CSS style contributions and forks are welcome!

Author

Eliseo Papa (Twitter/Github/Website).

Eliseo Papa

License

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