38 lines
1,006 B
YAML
38 lines
1,006 B
YAML
# The contact options.
|
|
# icons powered by <https://fontawesome.com/>
|
|
#
|
|
- type: github
|
|
icon: "fab fa-github"
|
|
|
|
# - type: email
|
|
# icon: "fas fa-envelope"
|
|
# noblank: true # open link in current tab
|
|
|
|
- type: mastodon
|
|
icon: 'fab fa-mastodon'
|
|
# Fill with your Mastodon account page, rel="me" will be applied for verification
|
|
url: 'https://mstdn.md/@radu'
|
|
|
|
# - type: linkedin
|
|
# icon: 'fab fa-linkedin' # icons powered by <https://fontawesome.com/>
|
|
# url: 'www.linkedin.com/in/radu-c-martin'
|
|
|
|
- type: matrix
|
|
icon: 'fa-solid fa-message'
|
|
url: 'https://matrix.to/#/@radu:martin.md'
|
|
#
|
|
# - type: bluesky
|
|
# icon: 'fa-brands fa-bluesky'
|
|
# url: '' # Fill with your Bluesky profile link
|
|
#
|
|
# - type: reddit
|
|
# icon: 'fa-brands fa-reddit'
|
|
# url: '' # Fill with your Reddit profile link
|
|
#
|
|
# - type: threads
|
|
# icon: 'fa-brands fa-threads'
|
|
# url: '' # Fill with your Threads profile link
|
|
|
|
- type: rss
|
|
icon: "fas fa-rss"
|
|
noblank: true
|