From b168b11902409378e7b0ce995858df7fce81df96 Mon Sep 17 00:00:00 2001 From: Sharwin24 Date: Sun, 29 Jun 2025 19:17:58 -0500 Subject: [PATCH] Created new content folder and added resume to static folder --- content/resume/_index.md | 13 +++++++++++++ getResume.sh | 2 +- .../files/SharwinPatilResume.pdf | Bin 3 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 content/resume/_index.md rename SharwinPatilResume.pdf => static/files/SharwinPatilResume.pdf (100%) 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