This commit is contained in:
Connor Johnstone
2020-02-10 10:21:15 -07:00
parent 2d65a10504
commit 61dec42d7d
7 changed files with 246 additions and 890 deletions

View File

@@ -1,8 +1,14 @@
This is just my personal resume, written in LaTeX, based very heavily on LimeCV
by Olivier Pieters.
# Resume
## Next Steps
- Choose a best color scheme
- Get the profile picture correct/make a logo
- Make a version that is more full
- Make other versions for other types of jobs
This is my resume, now written almost entirely by myself, not using a template.
This is written in what I think is a pretty interesting style, using a yaml file to generate all of the actual details and settings. This approach makes things very easily customizable, since the latex file doesn't even need to be modified, simply change the yaml.
## Build Instructions
Also, this document includes a makefile so building is very easy. Simply run:
```bash
make
```
With pandoc and LaTeX installed to generate a file `output.pdf`.