15 lines
541 B
Markdown
15 lines
541 B
Markdown
# Resume
|
|
|
|
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`.
|