Created new content folder and added resume to static folder

This commit is contained in:
Sharwin24 2025-06-29 19:17:58 -05:00
parent faec25703c
commit b168b11902
3 changed files with 14 additions and 1 deletions

13
content/resume/_index.md Normal file
View file

@ -0,0 +1,13 @@
---
title: "My Resume"
url: "/resume/"
---
Heres my resume—scroll or download directly:
<iframe
src="{{ "files/SharwinPatilResume.pdf" | relURL }}"
width="100%"
height="800"
style="border: none;"
></iframe>

View file

@ -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"