Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 1.79 KB

README.md

File metadata and controls

34 lines (28 loc) · 1.79 KB

Check Latex Compilation Deploy static content to Pages

Personal academic curriculum vitae (CV) latex templates

Click use this template and replace the content to your information.

Enabling github actions and Github pages will make your CV available online at https://{your_github_username}.github.io/{repo_name}/main_cv.pdf.

High-lighted Features

  • Provided CV template for your fast adpotion
  • Bold the name of specific author in all bib entries
  • Automatic build pdf and publish to github pages when merge to main branch

Steps of publishing CV

  • Enable GitHub Actions
    • Go to Actions
    • Click Enable GitHub Actions
  • Setup GitHub Pages
    • Go to Settings
    • Open Pages
    • Choose GitHub Actions in Build and deployment section
  • Check your live pdf and gh-pages after all actions done
    • PDF url: https://{your_github_username}.github.io/{repo_name}/main_cv.pdf
    • GH-Pages: https://{your_github_username}.github.io/{repo_name}

Demo

My username is zhiruiluo and repo name is my_cv. Then, the PDF url and GH-Pages are:

My Personal Website

Visit my personal website at zhiruiluo.github.io

Credits

Geoff Boeing's LaTeX academic CV: https://github.com/gboeing/cv