diff --git a/content/resume/_index.md b/content/resume/_index.md new file mode 100644 index 0000000..13f5057 --- /dev/null +++ b/content/resume/_index.md @@ -0,0 +1,13 @@ +--- +title: "My Resume" +url: "/resume/" +--- + +Here’s my resume—scroll or download directly: + + diff --git a/getResume.sh b/getResume.sh index aaf28b3..9f9694c 100644 --- a/getResume.sh +++ b/getResume.sh @@ -1,4 +1,4 @@ #!/bin/bash -cp "/home/sharwin/Resume/main.pdf" "/home/sharwin/sharwin24.github.io/SharwinPatilResume.pdf" +cp "/home/sharwin/Resume/main.pdf" "/home/sharwin/sharwin24.github.io/static/files/SharwinPatilResume.pdf" echo -e "Resume updated from \e[3m/home/sharwin/Resume\e[0m as \e[3mSharwinPatilResume.pdf\e[0m" \ No newline at end of file diff --git a/SharwinPatilResume.pdf b/static/files/SharwinPatilResume.pdf similarity index 100% rename from SharwinPatilResume.pdf rename to static/files/SharwinPatilResume.pdf