diff --git a/_config.yml b/_config.yml --- a/_config.yml +++ b/_config.yml @@ -72,34 +72,19 @@ author: name: Bitcoin ABC -# Select your active Social Network Links. -# Uncomment the links you want to show in the footer and add your information to each link. -# You can reorder the items to define the link order. -# If you want to add a new link that isn't here, you'll need to also edit the file _data/SocialNetworks.yml -social-network-links: +# If you want to add a new link that isn't here, also edit the file _data/SocialNetworks.yml +social-network-links: email: "info@bitcoinabc.org" facebook: bitcoinabcorg github: bitcoin-abc twitter: bitcoin_abc -# reddit: yourname -# google-plus: +DeanAttali -# linkedin: daattali -# xing: yourname -# stackoverflow: "3943160/daattali" -# snapchat: deanat78 -# instagram: deanat78 -# youtube: user/deanat78 -# spotify: yourname -# telephone: +14159998888 -# steam: deanat78 -# twitch: yourname -# yelp: yourname + linkedin: company/11232712 + youtube: channel/UCLuOzYfDXjD6t5PcUrq9o-A # Select which share links to show in posts share-links-active: twitter: true facebook: true - google: false linkedin: true # How to display the link to the website in the footer diff --git a/_data/SocialNetworks.yml b/_data/SocialNetworks.yml --- a/_data/SocialNetworks.yml +++ b/_data/SocialNetworks.yml @@ -21,16 +21,6 @@ baseURL: "https://twitter.com/" icon: "fa-twitter" -reddit: - name: "Reddit" - baseURL: "https://reddit.com/u/" - icon: fa-reddit - -google-plus: - name: "Google+" - baseURL: "https://plus.google.com/" - icon: "fa-google-plus" - email: name: "Email me" baseURL: "mailto:" @@ -38,60 +28,10 @@ linkedin: name: "LinkedIn" - baseURL: "https://linkedin.com/in/" + baseURL: "https://linkedin.com/" icon: "fa-linkedin" -xing: - name: "Xing" - baseURL: "https://www.xing.com/profile/" - icon: "fa-xing" - -stackoverflow: - name: "StackOverflow" - baseURL: "https://stackoverflow.com/users/" - icon: "fa-stack-overflow" - -snapchat: - name: "Snapchat" - baseURL: "https://www.snapchat.com/add/" - icon: "fa-snapchat-ghost" - -instagram: - name: "Instagram" - baseURL: "https://www.instagram.com/" - icon: "fa-instagram" - youtube: name: "YouTube" baseURL: "https://www.youtube.com/" icon: "fa-youtube" - -spotify: - name: "Spotify" - baseURL: "https://open.spotify.com/user/" - icon: "fa-spotify" - -telephone: - name: "Phone" - baseURL: "tel:" - icon: "fa-phone" - -rss: - name: "RSS" - baseURL: "{{ '/feed.xml' | prepend: site.baseurl }}" - icon: "fa-rss" - -steam: - name: "Steam" - baseURL: "https://steamcommunity.com/id/" - icon: "fa-steam" - -twitch: - name: "Twitch" - baseURL: "https://www.twitch.tv/" - icon: "fa-twitch" - -yelp: - name: "Yelp" - baseURL: "https://{{ site.author.yelp }}.yelp.com" - icon: "fa-yelp"