From 3868ed87fac987b4b40023e9990cfb5c7574c62a Mon Sep 17 00:00:00 2001 From: Dayan Ruben Gonzalez Date: Fri, 29 Mar 2019 09:48:32 -0300 Subject: [PATCH 1/3] Fixes order to be alphabetical in social media. --- _config.yml | 4 ++-- _data/social_media.yml | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/_config.yml b/_config.yml index 648df4d3b7..5200983105 100644 --- a/_config.yml +++ b/_config.yml @@ -32,16 +32,16 @@ projects: # dribbble: your_username # facebook: your_username # hackerrank: your_username + # instagram: your_username # linkedin: your_username # medium: @your_username # stackoverflow: your_user_id # telegram: your_username # twitter: your_username - # youtube: your_username - # instagram: your_username # unsplash: your_username # vk: your_username # website: http://your_website_url + # youtube: your_username topics: - name: CSS diff --git a/_data/social_media.yml b/_data/social_media.yml index 4dd5fa984b..c3350151ba 100644 --- a/_data/social_media.yml +++ b/_data/social_media.yml @@ -52,11 +52,6 @@ twitter: share_url_prefix: https://twitter.com/share?url= icon_svg: '' -youtube: - name: YouTube - profile_url_prefix: https://www.youtube.com/ - icon_svg: '' - unsplash: name: Unsplash profile_url_prefix: https://www.unsplash.com/ @@ -71,3 +66,8 @@ vk: website: name: Website icon_svg: '' + +youtube: + name: YouTube + profile_url_prefix: https://www.youtube.com/ + icon_svg: '' From a27ea4c7c867c783808142666d2159f032740e1a Mon Sep 17 00:00:00 2001 From: Dayan Ruben Gonzalez Date: Fri, 29 Mar 2019 09:52:18 -0300 Subject: [PATCH 2/3] Adds Keybase to social media --- _config.yml | 1 + _data/social_media.yml | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/_config.yml b/_config.yml index 5200983105..72033f755e 100644 --- a/_config.yml +++ b/_config.yml @@ -33,6 +33,7 @@ projects: # facebook: your_username # hackerrank: your_username # instagram: your_username + # keybase: your_username # linkedin: your_username # medium: @your_username # stackoverflow: your_user_id diff --git a/_data/social_media.yml b/_data/social_media.yml index c3350151ba..3940f15aca 100644 --- a/_data/social_media.yml +++ b/_data/social_media.yml @@ -24,6 +24,12 @@ instagram: profile_url_prefix: https://www.instagram.com/ icon_svg: '' +keybase: + name: Keybase + profile_url_prefix: https://keybase.io/ + share_url_prefix: https://keybase.io/ + icon_svg: '' + linkedin: name: LinkedIn profile_url_prefix: https://www.linkedin.com/in/ From 013df9d7001ec32e447007e58ab3304a9f588826 Mon Sep 17 00:00:00 2001 From: Dayan Ruben Gonzalez Date: Fri, 29 Mar 2019 09:54:23 -0300 Subject: [PATCH 3/3] Updated REAMDE with correct social media ordering. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8a0bc92de8..c3d67fb1c0 100644 --- a/README.md +++ b/README.md @@ -123,15 +123,17 @@ social_media: dribbble: your_username facebook: your_username hackerrank: your_username + instagram: your_username + keybase: your_username linkedin: your_username medium: @your_username stackoverflow: your_user_id telegram: your_username twitter: your_username - youtube: your_username - instagram: your_username unsplash: your_username vk: your_username + website: http://your_website_url + youtube: your_username ``` Links to your profile for each of the services you define will appear in the `
` of your website, appended to your bio. And if those services support sharing, any blog posts that you publish will include links to share that post using each social media service.