SocialNetworks.yml 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. # You can define your custom social network links here.
  2. # Use the same key you added in _config.yml -> social-network-links.
  3. # In addition to that you need to specify the following properties:
  4. # name: Specify a user-friendly name that will be used as a link title
  5. # baseURL: Define a base URL which will be combined with the value of
  6. # site.social-network-links.<key>
  7. # icon: Specify a valid fontawesome icon class
  8. facebook:
  9. name: "Facebook"
  10. baseURL: "https://www.facebook.com/"
  11. icon: "fa-facebook"
  12. github:
  13. name: "GitHub"
  14. baseURL: "https://github.com/"
  15. icon: "fa-github"
  16. twitter:
  17. name: "Twitter"
  18. baseURL: "https://twitter.com/"
  19. icon: "fa-twitter"
  20. reddit:
  21. name: "Reddit"
  22. baseURL: "https://reddit.com/u/"
  23. icon: "fa-reddit"
  24. email:
  25. name: "Email me"
  26. baseURL: "mailto:"
  27. icon: "fa-envelope"
  28. linkedin:
  29. name: "LinkedIn"
  30. baseURL: "https://linkedin.com/in/"
  31. icon: "fa-linkedin"
  32. xing:
  33. name: "Xing"
  34. baseURL: "https://www.xing.com/profile/"
  35. icon: "fa-xing"
  36. stackoverflow:
  37. name: "StackOverflow"
  38. baseURL: "https://stackoverflow.com/users/"
  39. icon: "fa-stack-overflow"
  40. snapchat:
  41. name: "Snapchat"
  42. baseURL: "https://www.snapchat.com/add/"
  43. icon: "fa-snapchat-ghost"
  44. instagram:
  45. name: "Instagram"
  46. baseURL: "https://www.instagram.com/"
  47. icon: "fa-instagram"
  48. youtube:
  49. name: "YouTube"
  50. baseURL: "https://www.youtube.com/"
  51. icon: "fa-youtube"
  52. spotify:
  53. name: "Spotify"
  54. baseURL: "https://open.spotify.com/user/"
  55. icon: "fa-spotify"
  56. telephone:
  57. name: "Phone"
  58. baseURL: "tel:"
  59. icon: "fa-phone"
  60. rss:
  61. name: "RSS"
  62. baseURL: "{{ '/feed.xml' | relative_url }}"
  63. icon: "fa-rss"
  64. steam:
  65. name: "Steam"
  66. baseURL: "https://steamcommunity.com/id/"
  67. icon: "fa-steam"
  68. twitch:
  69. name: "Twitch"
  70. baseURL: "https://www.twitch.tv/"
  71. icon: "fa-twitch"
  72. yelp:
  73. name: "Yelp"
  74. baseURL: "https://{{ site.author.yelp }}.yelp.com"
  75. icon: "fa-yelp"