Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eftakhairul/resume
Eftakhairul Islam's Resume
https://github.com/eftakhairul/resume
Last synced: about 1 month ago
JSON representation
Eftakhairul Islam's Resume
- Host: GitHub
- URL: https://github.com/eftakhairul/resume
- Owner: eftakhairul
- Created: 2023-02-20T03:33:26.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-09T21:18:37.000Z (2 months ago)
- Last Synced: 2024-11-09T21:30:52.397Z (2 months ago)
- Language: TeX
- Homepage: https://resume.eftakhairul.com
- Size: 219 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Resume
This is my resume. I updated the resume.tex file; it automatically converts the text file into pdf. I use this resume for my job application or whatever. I open-source it so that others can use it as well.## Release
This build automatically upon creating a tag.Example:
```bash
git tag -a v2.2.2 -m "v2.2.2"
git push --tags
```## Local Build
```bash
dockerlatex.sh pdflatex resume.tex
```