all repos — resume @ 553f40139d6bdda8c142f06a30517603b9cd17f3

my résumé

update readme
Anirudh Oppiliappan x@icyphox.sh
Fri, 07 May 2021 08:35:00 +0530
commit

553f40139d6bdda8c142f06a30517603b9cd17f3

parent

e4c01847b5ab7980c37b1b95bf2cc8176747c76d

2 files changed, 25 insertions(+), 14 deletions(-)

jump to
D README.md

@@ -1,14 +0,0 @@

-# my résumé - -## Building -you'll need `xelatex` to build this. - -```console -$ xelatex resume.tex -``` - -## Troubleshooting -Ubuntu (and it's derivatives) tend to complain about a missing `ucharcat.sty`. Just ignore it and hit `Ctrl+C`. - - -
A readme

@@ -0,0 +1,25 @@

+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 + + +CREDITS + +Inter font: https://rsms.me/inter +Deedy Resume: https://github.com/deedy/Deedy-Resume