File tree 2 files changed +19
-8
lines changed
2 files changed +19
-8
lines changed Original file line number Diff line number Diff line change 11
11
description : The internet home for all of my personal projects and thoughts.
12
12
baseurl : " " # the subpath of your site, e.g. /blog
13
13
url : " https://www.bengodfrey.net" # interwebz
14
- twitter_username : BenJetson
15
- github_username : BenJetson
16
14
repository : BenJetson/benjetson.github.io
17
15
profileIMG : https://avatars1.githubusercontent.com/u/10427974?s=460&v=4
18
16
brand_color : " #01579b"
19
17
18
+ # Social Links
19
+ # If these are updates, you might want to check _data/stack.yml for entries that
20
+ # need updating.
21
+ social_urls :
22
+ twitter : https://twitter.com/BenJetson
23
+ instagram : https://instagram.com/bfgodfr
24
+ github : https://github.com/BenJetson
25
+ linkedin : https://linkedin.com/in/bfgodfrey
26
+
20
27
# Build settings
21
28
tier : prod
22
29
recaptcha_site_id : 6LfaaLQZAAAAAFqauKWQA3LRGVvHvnl-JJ99tEJI
Original file line number Diff line number Diff line change @@ -8,18 +8,22 @@ <h4>{{site.title}}</h4>
8
8
< div class ="col-sm-12 col-md-3 d-print-none ">
9
9
< h5 > Follow me!</ h5 >
10
10
< div class ="social-grid ">
11
- < a class ="social-icon " href ="https://github.com/benjetson ">
12
- < i class ="bi bi-github "> </ i >
13
- < span class ="visually-hidden "> GitHub</ span >
14
- </ a >
15
- < a class ="social-icon " href ="https://twitter.com/benjetson ">
11
+ < a class ="social-icon " href ="{{site.social_urls.twitter}} ">
16
12
< i class ="bi bi-twitter "> </ i >
17
13
< span class ="visually-hidden "> Twitter</ span >
18
14
</ a >
19
- < a class ="social-icon " href ="https://www.linkedin.com/in/bfgodfrey ">
15
+ < a class ="social-icon " href ="{{site.social_urls.instagram}} ">
16
+ < i class ="bi bi-instagram "> </ i >
17
+ < span class ="visually-hidden "> Instagram</ span >
18
+ </ a >
19
+ < a class ="social-icon " href ="{{site.social_urls.linkedin}} ">
20
20
< i class ="bi bi-linkedin "> </ i >
21
21
< span class ="visually-hidden "> LinkedIn</ span >
22
22
</ a >
23
+ < a class ="social-icon " href ="{{site.social_urls.github}} ">
24
+ < i class ="bi bi-github "> </ i >
25
+ < span class ="visually-hidden "> GitHub</ span >
26
+ </ a >
23
27
</ div >
24
28
</ div >
25
29
< div class ="col-sm-12 col-md-3 d-print-none ">
You can’t perform that action at this time.
0 commit comments