diff --git a/README.md b/README.md index 3fb768c..5994e73 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. diff --git a/_config.yml b/_config.yml index c5d81eb..f744fd7 100644 --- a/_config.yml +++ b/_config.yml @@ -32,16 +32,17 @@ projects: # 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 topics: - name: CSS diff --git a/_data/social_media.yml b/_data/social_media.yml index 904e1bd..8a97f5d 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/ @@ -52,11 +58,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 +72,8 @@ vk: website: name: Website icon_svg: '' + +youtube: + name: YouTube + profile_url_prefix: https://www.youtube.com/ + icon_svg: ''