···8080- `web_url`: The web address you'd like to your topic to link to (e.g. `https://github.com/topics/sass`).
8181- `image_url`: The web address of an (ideally square) image that you'd like to appear with your topic.
82828383+#### Social media
8484+8585+Your website supports linking and sharing to social media services you're using, including Facebook, Dribbble, LinkedIn, Twitter, and YouTube. To identify the services you use:
8686+8787+1. Edit your repository's `_config.yml` file.
8888+2. Add a `social_media` dictionary line, and represent the services you like in a simple `key: value` form:
8989+9090+```
9191+social_media:
9292+ facebook: your_username
9393+ dribbble: your_username
9494+ linkedin: your_username
9595+ twitter: your_username
9696+ youtube: your_username
9797+```
9898+9999+Links to your profile for each of the services you define will appear in the `<header>` 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.
100100+101101+**Note**: This feature is supported by two files in your repository:
102102+103103+- `/_data/social_media.yml`: Defines each of the supported services, including variable name, display name, URL path, and SVG icon.
104104+- `/_includes/social_media_share_url.html`: Outputs the share URL required for any of the supported social media services that support sharing URLs.
105105+106106+If you're interested in adding a social media service that's not already supported in this repo, you can edit these two files to build that support.
107107+83108## Adding pages
8410985110To **add a page** to your website (e.g. detailed resume):