all repos — resume @ fac74b6362e3c9043330b369a79d10d34f8fed05

my résumé

readme (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
résumé
------

Run:

    xelatex -interaction=nonstopmode resume.tex

post-receive git hook:

    #!/bin/sh

    git clone ~/resume .build/resume
    cd .build/resume
    xelatex -interaction=nonstopmode resume.tex
    rsync -avz resume.pdf fern:~/www/icy/uploads/resume.pdf

    printf "Done uploading! https://x.icyphox.sh/resume.pdf\n"
    printf "Cleaning up build directory\n"
    rm -rf ~/.build/resume


LICENSE

Inherits Deedy Resume's license (Apache-2.0).


CREDITS

Inter font: https://rsms.me/inter
Deedy Resume: https://github.com/deedy/Deedy-Resume