All Projects → sneas → Cv Template

sneas / Cv Template

An easy way to create HTML and PDF versions of your resume, and automatically host them on GitHub Pages.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Cv Template

Cv
A resume template written in Markdown,Yaml JSON auto generates github-pages website & PDF by Jekyll. 在线简历生成模板(超高兼容可导PDF)
Stars: ✭ 61 (+48.78%)
Mutual labels:  resume, cv, resume-template, gh-pages, github-page
Markdown Cv
a simple template to write your CV in a readable markdown file and use CSS to publish/print it.
Stars: ✭ 721 (+1658.54%)
Mutual labels:  resume, cv, resume-template, github-page, pdf
Jalpc
🍎Jalpc -- A flexible Jekyll theme, 3 steps to build your website.
Stars: ✭ 859 (+1995.12%)
Mutual labels:  resume, cv, resume-template, gh-pages
Modern Resume Theme
A modern static resume template and theme. Powered by Jekyll and GitHub pages.
Stars: ✭ 868 (+2017.07%)
Mutual labels:  resume, cv, resume-template, github-page
Best Resume Ever
👔 💼 Build fast 🚀 and easy multiple beautiful resumes and create your best CV ever! Made with Vue and LESS.
Stars: ✭ 15,124 (+36787.8%)
Mutual labels:  resume, cv, pdf
Awesome Cv
📄 Awesome CV is LaTeX template for your outstanding job application
Stars: ✭ 14,957 (+36380.49%)
Mutual labels:  resume, cv, pdf
Resume
👾 My resume / 我的简历
Stars: ✭ 482 (+1075.61%)
Mutual labels:  resume, cv, pdf
myprofile
Generate your resume easily from Github actions ✅ using discussion section 📃 🚀
Stars: ✭ 19 (-53.66%)
Mutual labels:  resume-template, resume, cv
Universal Resume
Minimal and formal résumé (CV) website template for print, mobile, and desktop. https://bit.ly/ur_demo
Stars: ✭ 1,349 (+3190.24%)
Mutual labels:  resume, cv, pdf
Cv
🎓 Best in Class modern CV, Resume and Portfolio website template. All-in-One-Page site with simply customizable builder.
Stars: ✭ 232 (+465.85%)
Mutual labels:  resume, cv, resume-template
about.me
Single Page Resume Template
Stars: ✭ 20 (-51.22%)
Mutual labels:  resume-template, resume, cv
Resume Builder
Modern real-time design and 100% free resume builder.
Stars: ✭ 153 (+273.17%)
Mutual labels:  resume, cv, resume-template
Cv resume
A latex cv/resume template.
Stars: ✭ 117 (+185.37%)
Mutual labels:  resume, cv, resume-template
Yaac Another Awesome Cv
YAAC: Another Awesome CV is a template using Font Awesome and Adobe Source Font.
Stars: ✭ 516 (+1158.54%)
Mutual labels:  resume, cv, resume-template
Cv
Geoff Boeing's academic CV in LaTeX
Stars: ✭ 101 (+146.34%)
Mutual labels:  resume, cv, resume-template
resume
Meet me on paper, if not personally (OLD AND DEPRECATED!)
Stars: ✭ 31 (-24.39%)
Mutual labels:  resume-template, resume, cv
classic-cv
🎓 FREE Classic CV / Resume HTML Template
Stars: ✭ 52 (+26.83%)
Mutual labels:  resume-template, resume, cv
online-resume
A Jekyll theme for resume / cv based on Markdown. Demo: https://tarrex.github.io/online-resume
Stars: ✭ 27 (-34.15%)
Mutual labels:  resume-template, resume, cv
Deerlet
[Deprecated] A markdown online-editable-resume with pdf generator
Stars: ✭ 79 (+92.68%)
Mutual labels:  resume, resume-template, pdf
Frontend-Learning-Journey
Tutorials, definitions, frameworks and some of the projects i made when starting to learn frontend web developement
Stars: ✭ 28 (-31.71%)
Mutual labels:  resume-template, resume, cv

The Curriculum Vitae Template

You are an amazing developer. Keep your CV on GitHub. Host it on GitHub Pages. Have both HTML and PDF versions automatically generated and consistent. This is what good developers do.

What does this project do?

  • Helps you to manage your CV as a web app (HTML + CSS + JS).
  • Automatically generates and publishes HTML and PDF version on every push to master.

Demo: http://sneas.github.io/cv-template.

Real world example: http://sneas.github.io/cv.

Motivation

GitHub Pages is probably the best place developer could store it's CV. Giving a potential employer a link to your CV stored on GitHub shows your strong desire for automation and definitely stands you out.

The idea behind The Curriculum Vitae Template is to provide anyone a quick solution for creating and managing CV (both HTML and PDF versions) with the help of GitHub.

Installation

  1. Create a new repo out of this template by clicking this link.
  2. Clone the newly created repo.
  3. Install project dependencies with npm install.
  4. Run npm run deploy to initialize gh-pages. This is a one time action. Further deployments will be initiated by GitHub Actions on every push to master.

Usage

  1. Start local development server with npm start.
  2. Update contents of src folder to fit your needs. This item is explained below.
  3. Commit and push your changes.
  4. GitHub Actions will automatically build the latest version and deploy it to GitHub Pages.
  5. Open http://your-username.github.io/your-cv-repo.

Update contents

The project uses HandlebarsJS as a template engine.

The main HTML template could be found in src/templates/index.html. Metadata for the template could be found in src/metadata/metadata.js.

Don't forget to update src/assets/favicon.ico. You can generate a new favicon out of your photo with icoconvert.com.

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