Skip to content

Commit 7a1fded

Browse files
committed
fix: 🐛 update links
1 parent 739552b commit 7a1fded

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Drew Yang's Github Page
22

3-
![Release Resume](https://github.com/yambottle/me/actions/workflows/publish-pdf.yml/badge.svg)
3+
![Release Resume](https://github.com/drewyangdev/me/actions/workflows/publish-pdf.yml/badge.svg)
44

55
## Intro
66
Made a Github Page repo in order to use one single data.yaml file to generate a printer-friendly resume in PDF as well as a personal website at the same time.

_config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@
2020
#
2121
baseurl: "/me" # the subpath of your site, e.g. /blog
2222
url: "https://127.0.0.1" # the base hostname & protocol for your site, e.g. http://example.com
23-
# url: "https://yambottle.github.io" # the base hostname & protocol for your site, e.g. http://example.com
23+
# url: "https://drewyangdev.github.io/me/" # the base hostname & protocol for your site, e.g. http://example.com
2424
host: 127.0.0.1
2525
port: 4010
2626
name: Drew Yang
2727
email: drew.yang.dev@gmail.com
2828
phone: 214-727-9608
2929
location: Houston, TX
3030
linkedin: https://www.linkedin.com/in/drewyang/
31-
github: https://github.com/yambottle
32-
website: https://yambottle.github.io/me/more.html
31+
github: https://github.com/drewyangdev
32+
website: https://drewyangdev.github.io/me/more.html
3333
google_analytics: G-G8FDXGZ48K
3434

3535
# Build settings

more.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
<img class="headshot" src="./assets/images/headshot.jpeg" alt="Profile Picture">
107107
<h2>Drew Yang</h2>
108108
<div>DevOps Engineer</div>
109-
<div><a href="https://yambottle.github.io/me/resume/drewyang_resume.pdf">Resume</a> | <a href="https://www.linkedin.com/in/drewyang/">LinkedIn</a> | <a href="https://github.com/yambottle">Github</a></div>
109+
<div><a href="https://drewyangdev.github.io/me/resume/drewyang_resume.pdf">Resume</a> | <a href="https://www.linkedin.com/in/drewyang/">LinkedIn</a> | <a href="https://github.com/drewyangdev">Github</a></div>
110110
</div>
111111
<br>
112112

resume/drewyang_resume.pdf

-3 Bytes
Binary file not shown.

staytune.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ <h1>Stay tuned</h1>
3333
console.log(`Waiting 1 seconds...`);
3434
await sleep(1000);
3535
}
36-
location.replace('https://github.com/yambottle');
36+
location.replace('https://github.com/drewyangdev');
3737
}
3838

3939
redirect();

0 commit comments

Comments
 (0)