SocialNetworks.yml 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  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: ""
  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. google-plus:
  25. name: "Google+"
  26. baseURL: "https://plus.google.com/"
  27. icon: "fa-google-plus"
  28. email:
  29. name: "Email me"
  30. baseURL: "mailto:"
  31. icon: "fa-envelope"
  32. linkedin:
  33. name: "LinkedIn"
  34. baseURL: "https://linkedin.com/in/"
  35. icon: "fa-linkedin"
  36. xing:
  37. name: "Xing"
  38. baseURL: "https://www.xing.com/profile/"
  39. icon: "fa-xing"
  40. stackoverflow:
  41. name: "StackOverflow"
  42. baseURL: "https://stackoverflow.com/users/"
  43. icon: "fa-stack-overflow"
  44. snapchat:
  45. name: "Snapchat"
  46. baseURL: "https://www.snapchat.com/add/"
  47. icon: "fa-snapchat-ghost"
  48. instagram:
  49. name: "Instagram"
  50. baseURL: "https://www.instagram.com/"
  51. icon: "fa-instagram"
  52. youtube:
  53. name: "YouTube"
  54. baseURL: "https://www.youtube.com/"
  55. icon: "fa-youtube"
  56. spotify:
  57. name: "Spotify"
  58. baseURL: "https://open.spotify.com/user/"
  59. icon: "fa-spotify"
  60. telephone:
  61. name: "Phone"
  62. baseURL: "tel:"
  63. icon: "fa-phone"
  64. rss:
  65. name: "RSS"
  66. baseURL: "{{ '/feed.xml' | prepend: site.baseurl }}"
  67. icon: "fa-rss"
  68. steam:
  69. name: "Steam"
  70. baseURL: "https://steamcommunity.com/id/"
  71. icon: "fa-steam"
  72. twitch:
  73. name: "Twitch"
  74. baseURL: "https://www.twitch.tv/"
  75. icon: "fa-twitch"
  76. yelp:
  77. name: "Yelp"
  78. baseURL: "https://{{ site.author.yelp }}.yelp.com"
  79. icon: "fa-yelp"