Skip to content

This repository contains my resume in LaTeX. Every time a push is made, the PDF is built and committed to the repository by GitHub Actions, and to my personal website.

License

Notifications You must be signed in to change notification settings

onurravli/resume

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Resume

This repository contains my resume in LaTeX. Every time a push is made, the PDF is built and committed to the repository by GitHub Actions, and to my personal website.

Local requirements

  • LaTeX
  • Cursor (recommended) or your favorite text editor

How to use?

  1. Clone the repository.
git clone https://github.com/onurravli/resume.git
cd resume
  1. Change the content of the resume.tex file with your own content.

  2. To build the PDF locally, you can use the following command:

pdflatex resume.tex
  1. To build the PDF with GitHub Actions, you can push the changes to the repository.
git add resume.tex
git commit -m "docs: update resume.tex"
git push
  1. To push resume to your other repositories, you need to set PAT_TOKEN in your resume repository's action secrets section.

Output

The generated PDF will be available as Onur_Ravli_Resume.pdf in the repository root. You can find the latest version here. (You can change to your name from action file)

License

This project is licensed under the MIT License. See the LICENSE.md file for details.

About

This repository contains my resume in LaTeX. Every time a push is made, the PDF is built and committed to the repository by GitHub Actions, and to my personal website.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages