File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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
66Made 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.
Original file line number Diff line number Diff line change 2020#
2121baseurl : " /me" # the subpath of your site, e.g. /blog
2222url : " 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
2424host : 127.0.0.1
2525port : 4010
2626name : Drew Yang
27272828phone : 214-727-9608
2929location : Houston, TX
3030linkedin : 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
3333google_analytics : G-G8FDXGZ48K
3434
3535# Build settings
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 ( ) ;
You can’t perform that action at this time.
0 commit comments