Created new content folder and added resume to static folder
This commit is contained in:
parent
faec25703c
commit
b168b11902
3 changed files with 14 additions and 1 deletions
13
content/resume/_index.md
Normal file
13
content/resume/_index.md
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
---
|
||||||
|
title: "My Resume"
|
||||||
|
url: "/resume/"
|
||||||
|
---
|
||||||
|
|
||||||
|
Here’s my resume—scroll or download directly:
|
||||||
|
|
||||||
|
<iframe
|
||||||
|
src="{{ "files/SharwinPatilResume.pdf" | relURL }}"
|
||||||
|
width="100%"
|
||||||
|
height="800"
|
||||||
|
style="border: none;"
|
||||||
|
></iframe>
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/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"
|
echo -e "Resume updated from \e[3m/home/sharwin/Resume\e[0m as \e[3mSharwinPatilResume.pdf\e[0m"
|
Loading…
Add table
Add a link
Reference in a new issue