blog.trnck.dev
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #80 from aadibajpai/patch-1

Update README with changes from PR #77

authored by

Brandon Rosage and committed by
GitHub
46460697 fc715614

+3 -2
+3 -2
README.md
··· 94 94 95 95 #### Social media 96 96 97 - Your website supports linking and sharing to social media services you're using, including Behance, Facebook, Dribbble, LinkedIn, Stack Overflow, Twitter, and YouTube. To identify the services you use: 97 + Your website supports linking and sharing to social media services you're using, including Behance, Dribbble, Facebook, LinkedIn, Medium, Stack Overflow, Twitter, and YouTube. To identify the services you use: 98 98 99 99 1. Edit your repository's `_config.yml` file. 100 100 2. Edit the `social_media` dictionary line, and represent the services you like in a simple `key: value` form: ··· 102 102 ``` 103 103 social_media: 104 104 behance: your_username 105 + dribbble: your_username 105 106 facebook: your_username 106 - dribbble: your_username 107 107 linkedin: your_username 108 + medium: @your_username 108 109 stackoverflow: your_user_id 109 110 twitter: your_username 110 111 youtube: your_username