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 1
1
# Drew Yang's Github Page
2
2
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 )
4
4
5
5
## Intro
6
6
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.
Original file line number Diff line number Diff line change 20
20
#
21
21
baseurl : " /me" # the subpath of your site, e.g. /blog
22
22
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
24
24
host : 127.0.0.1
25
25
port : 4010
26
26
name : Drew Yang
27
27
email : drew.yang.dev@gmail.com
28
28
phone : 214-727-9608
29
29
location : Houston, TX
30
30
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
33
33
google_analytics : G-G8FDXGZ48K
34
34
35
35
# Build settings
Original file line number Diff line number Diff line change 106
106
< img class ="headshot " src ="./assets/images/headshot.jpeg " alt ="Profile Picture ">
107
107
< h2 > Drew Yang</ h2 >
108
108
< 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 >
110
110
</ div >
111
111
< br >
112
112
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ <h1>Stay tuned</h1>
33
33
console . log ( `Waiting 1 seconds...` ) ;
34
34
await sleep ( 1000 ) ;
35
35
}
36
- location . replace ( 'https://github.com/yambottle ' ) ;
36
+ location . replace ( 'https://github.com/drewyangdev ' ) ;
37
37
}
38
38
39
39
redirect ( ) ;
You can’t perform that action at this time.
0 commit comments