Resume
Welcome to my resume repository! This repository contains my professional resume in LaTeX format. The resume is automatically compiled to a PDF using GitHub Actions on each update.
How it Works
- Source File: The resume is written in LaTeX (
main.tex
).
- Automated Build: GitHub Actions compiles the LaTeX file into a PDF whenever changes are pushed to the repository.
- Compiled PDF: The PDF version of the resume is available as an artifact and hosted in the
output
folder.
- GitHub Pages: The latest version of the resume is hosted on GitHub Pages and is accessible here.
Compiling Locally
If you’d like to compile the resume locally, follow these steps:
- Install Visual Studio Code if you haven’t already.
- Install the LaTeX Workshop extension by James Yu.
- Clone the repository:
git clone https://github.com/subhendu17620/resume.git
cd resume
- Open the repository in Visual Studio Code.
- Open
main.tex
and click the “Build LaTeX project” button in the top-right corner of the editor.
License
This repository is licensed under the MIT License. See the LICENSE file for more information.