https://github.com/muhammadmuzzammil1998/resume
My resume
https://github.com/muhammadmuzzammil1998/resume
font-awesome golang luatex tex
Last synced: 3 months ago
JSON representation
My resume
- Host: GitHub
- URL: https://github.com/muhammadmuzzammil1998/resume
- Owner: muhammadmuzzammil1998
- License: mit
- Created: 2019-04-21T19:32:34.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-12-31T12:52:06.000Z (over 4 years ago)
- Last Synced: 2025-01-22T12:47:42.979Z (4 months ago)
- Topics: font-awesome, golang, luatex, tex
- Language: TeX
- Homepage: https://muzzammil.xyz/Resume.pdf
- Size: 1.49 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Resume
My resume
Generated by Go, built using LuaLatex.
Steps:
1. Getting repository
```bash
$ git clone https://github.com/muhammadmuzzammil1998/Resume.git; cd Resume
```2. Composing Resume
```bash
$ ./compose.sh $public
```OR
```bash
$ git pull # Pull repository
$ cp fonts/* styles/* ./ # Load fonts and styles into main directory
$ go run ./resume.go > resume.tex # Generate LaTeX file
$ lualatex resume.tex # Run lualatex
$ mv resume.pdf $public/Resume.pdf # Move fresh resume to public directory
$ git checkout resume.tex # Revert resume.tex to previous state
$ rm *.otf *.sty # Cleaning up
```