https://github.com/janpreet/effective-dollop
Containerized LaTeX resume builder with automated PDF/RTF generation. Version-controlled, easily updatable, and privacy-focused for modern job seekers.
https://github.com/janpreet/effective-dollop
github-actions latex pdf resume rtf
Last synced: about 2 months ago
JSON representation
Containerized LaTeX resume builder with automated PDF/RTF generation. Version-controlled, easily updatable, and privacy-focused for modern job seekers.
- Host: GitHub
- URL: https://github.com/janpreet/effective-dollop
- Owner: janpreet
- License: mit
- Created: 2020-12-15T23:43:15.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-08-08T02:40:22.000Z (almost 2 years ago)
- Last Synced: 2025-01-13T16:50:37.217Z (over 1 year ago)
- Topics: github-actions, latex, pdf, resume, rtf
- Language: TeX
- Homepage:
- Size: 556 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Effective-Dollop

This repository contains a containerized LaTeX resume builder, allowing for version-controlled, easily updatable, and consistently formatted resumes.
## Features
- LaTeX-based resume template
- Makefile for easy PDF and RTF generation
- Git-ignored personal information for privacy
## Prerequisites
- Docker
- Make
- Git
## Usage
1. Clone the repository:
```bash
git clone https://github.com/janpreet/effective-dollop.git
cd codified-resume
```
2. Edit the `janpreet-singh-resume.tex` file with your information.
3. Generate the PDF resume:
```bash
make run-pdf
```
4. Generate the RTF version:
```bash
make run-rtf
```
5. Generate both PDF and RTF versions:
```bash
make run
```
6. Clean up auxiliary files:
```bash
make clean
```
## Customization
Feel free to modify the LaTeX template, or Makefile to suit your needs. The main files are:
- `janpreet-singh-resume.tex`: The LaTeX resume template
- `Makefile`: Contains commands for running the container
## Privacy
The repository is set up to ignore personal information. Make sure to update the `.gitignore` file if you add any files containing sensitive data.
## Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
## License
This project is open source and available under the [MIT License](LICENSE).