Skip to content

latex cv built with latex workshop. Not updated and shared as a resource for others to build their own resume. visit website for latest ones :)

License

Notifications You must be signed in to change notification settings

abhi-glitchhg/cv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CV template

Original author: Trey Hunner

😄

Built with LaTex Workshop Vscode extension. Github repo

Uploading cv to drive.

Each time you update your cv/resume and upload it on drive, new file id is created for each file. You can avoid this and keep using same file id (that is same url) for your updated cv/resumes. Further you embed the drive file in personal websites.

You will need to upload the cv for first time, and then note down the file id for the cv. We will use it later. if the link for the file is https://drive.google.com/file/d/1fI1IJBeQgKoasgluF17P9Ys2zU6eC2WX ; the file id wil be: 1fI1IJBeQgKoasgluF17P9Ys2zU6eC2WX Make sure you have latex packages installed, you can install texmaker

  1. Make sure you have python and anaconda installed. If not, visit this and this
  2. Open command prompt and navigate to the parent directory for cv directory. In my case this is
~/cv >  
  1. Install the dependancies by running
conda create --name cv_env python
pip install -r requirements.txt
  1. Go to the drive api console and create a new project. Read more about it here

  2. In the left side bar of the console, you will find library button, click on it and add google drive api library to the project.

  3. Again in the left side bar of the cosolde, you will find the credentials button, click on it and select OAth client Id, fill in the information and after finishing it, download the secret json keys (Dont share/upload this file in public forums.) We will assume that you have saved the json file as secret.json. If you have saved with some other name, please updat the 54th line of update_drive.py script accordingly.

  4. Remember the file id for the file uploaded on the drive? Replace the 65th line in the drive_update.py with appropriate file id. Also make sure that you have added name of your secret files in .gitignore.

  5. Make appropriate changes in tex file, saving this tex file will generate log files and also compile cv.pdf.

9)When you are satisfied with the changes, just run

bash ./post_processing.sh "add commit message here"

This will cleanup the log files, add and push files to git. It will also try to update the file in drive. After finishing the authentication, file will be updated.

About

latex cv built with latex workshop. Not updated and shared as a resource for others to build their own resume. visit website for latest ones :)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published