Skip to content

Commit

Permalink
feat: add socials
Browse files Browse the repository at this point in the history
  • Loading branch information
Bentebent committed Dec 3, 2024
1 parent 691d3e1 commit aecb895
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ analytics:

# Page views settings
pageviews:
provider: # now only supports 'goatcounter'
provider: goatcounter # now only supports 'goatcounter'

# Prefer color scheme setting.
#
Expand Down Expand Up @@ -150,7 +150,7 @@ pwa:
paginate: 10

# The base URL of your site
baseurl: ""
baseurl: "https://bentebent.github.io"

# ------------ The following options are not recommended to be modified ------------------

Expand Down
16 changes: 8 additions & 8 deletions _data/contact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
- type: github
icon: "fab fa-github"

- type: twitter
icon: "fa-brands fa-x-twitter"
# - type: twitter
# icon: "fa-brands fa-x-twitter"

- type: email
icon: "fas fa-envelope"
Expand All @@ -19,17 +19,17 @@
# icon: 'fab fa-mastodon' # icons powered by <https://fontawesome.com/>
# url: '' # Fill with your Mastodon account page, rel="me" will be applied for verification
#
# - type: linkedin
# icon: 'fab fa-linkedin' # icons powered by <https://fontawesome.com/>
# url: '' # Fill with your Linkedin homepage
- type: linkedin
icon: 'fab fa-linkedin' # icons powered by <https://fontawesome.com/>
url: 'https://www.linkedin.com/in/tim-henriksson-3482ba25/' # Fill with your Linkedin homepage
#
# - type: stack-overflow
# icon: 'fab fa-stack-overflow'
# url: '' # Fill with your stackoverflow homepage
#
# - type: bluesky
# icon: 'fa-brands fa-bluesky'
# url: '' # Fill with your Bluesky profile link
- type: bluesky
icon: 'fa-brands fa-bluesky'
url: 'https://bsky.app/profile/b3ntebent.bsky.social' # Fill with your Bluesky profile link
#
# - type: reddit
# icon: 'fa-brands fa-reddit'
Expand Down

0 comments on commit aecb895

Please sign in to comment.