Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tylerjw/cv
My Resume
https://github.com/tylerjw/cv
Last synced: about 2 months ago
JSON representation
My Resume
- Host: GitHub
- URL: https://github.com/tylerjw/cv
- Owner: tylerjw
- Created: 2022-10-20T15:02:16.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-08T19:03:07.000Z (10 months ago)
- Last Synced: 2024-03-08T20:33:36.565Z (10 months ago)
- Language: TeX
- Size: 131 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Citation: citations.bib
Awesome Lists containing this project
README
# autoCV
A clean CV template in LaTeX along with a GitHub action that complies the `*.tex` file and publishes a new PDF version when new changes are pushed to the repo
## Template Design
The template is designed to be clean with sections for
- Tabular sections for Work Experience, Education and Projects
- Support for including a list of publications read from a `*.bib` file
- Header with Font Awesome icons## Quickstart
- Fork this repo (you can use the `Use this template` button)
- Modify the `cv.tex` file and push changes to your repo
- The complied PDF will be available under the `build` branchOptionally, while forking this repo, you can get a direct link to the generated PDF which you can use on your website, LinkedIn etc. that will always point to the latest version of your CV. For this, after editing your copy of `cv.tex` and pushing changes to your repo, under Settings -> Pages set your Github Pages source to the `build` directory
![](https://i.imgur.com/lwATw1o.png)
Now, once your site is published, your CV will be accessible at: https://username.github.io/autoCV/cv.pdf
## This template on Overleaf
Also, if you have a premium subscription to Overleaf, you can use Overleaf's GitHub integration to push changes to your GitHub repo directly from Overleaf.
## Detailed Instructions..
[.. are available here](https://github.com/jitinnair1/autoCV/wiki/How-to-use-autoCV:-Detailed-Instructions)
## Issues
Please start a new discussion or issue if you encounter problemsPS: If you liked the template, do star :star: it! Thanks!
### Also, check out:
- [gradfolio](https://github.com/jitinnair1/gradfolio) - a minimal, quick-setup template for a personal website/portfolio
- [Tail](https://github.com/jitinnair1/tail) - a minimal, quick-setup template for a blog