Skip to content

subhendu17620/resume

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

  1. Install Visual Studio Code if you haven't already.
  2. Install the LaTeX Workshop extension by James Yu.
  3. Clone the repository:
    git clone https://github.com/subhendu17620/resume.git
    cd resume
  4. Open the repository in Visual Studio Code.
  5. 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.