update readme
Anirudh Oppiliappan x@icyphox.sh
Fri, 07 May 2021 08:35:00 +0530
2 files changed,
25 insertions(+),
14 deletions(-)
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