Skip to content

Commit dcdc8b2

Browse files
authored
Merge pull request #2 from alstark1/config
changed icons on sidebar bottom, fixed .gitignore
2 parents 5839341 + 3fd1e83 commit dcdc8b2

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ package-lock.json
2424

2525
# Misc
2626
_sass/vendors
27-
assets/js/dist
27+
#assets/js/dist

_data/contact.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,12 @@
33
- type: github
44
icon: "fab fa-github"
55

6-
- type: twitter
7-
icon: "fa-brands fa-x-twitter"
6+
- type: linkedin
7+
icon: 'fab fa-linkedin' # icons powered by <https://fontawesome.com/>
8+
url: 'https://www.linkedin.com/in/alexander-stark-1u' # Fill with your Linkedin homepage
9+
10+
#- type: twitter
11+
# icon: "fa-brands fa-x-twitter"
812

913
- type: email
1014
icon: "fas fa-envelope"
@@ -19,10 +23,6 @@
1923
# icon: 'fab fa-mastodon' # icons powered by <https://fontawesome.com/>
2024
# url: '' # Fill with your Mastodon account page, rel="me" will be applied for verification
2125
#
22-
# - type: linkedin
23-
# icon: 'fab fa-linkedin' # icons powered by <https://fontawesome.com/>
24-
# url: '' # Fill with your Linkedin homepage
25-
#
2626
# - type: stack-overflow
2727
# icon: 'fab fa-stack-overflow'
2828
# url: '' # Fill with your stackoverflow homepage

assets/img/headshot.jpg

12.6 MB
Loading

0 commit comments

Comments
 (0)