Add social media instructions to README
This commit is contained in:
parent
991221edda
commit
8bf6ec2632
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
@ -80,6 +80,16 @@ Your website comes pre-configured with three topics (e.g. "Web design" and "Sass
|
||||||
- `web_url`: The web address you'd like to your topic to link to (e.g. `https://github.com/topics/sass`).
|
- `web_url`: The web address you'd like to your topic to link to (e.g. `https://github.com/topics/sass`).
|
||||||
- `image_url`: The web address of an (ideally square) image that you'd like to appear with your topic.
|
- `image_url`: The web address of an (ideally square) image that you'd like to appear with your topic.
|
||||||
|
|
||||||
|
#### Social Media
|
||||||
|
|
||||||
|
Your website supports linking to your Twitter, YouTube, Facebook, and LinkedIn accounts. To add your accounts, you can your usernames to your repository's `_config.yml` file under a `social_media` line like so:
|
||||||
|
```
|
||||||
|
social_media:
|
||||||
|
twitter: github
|
||||||
|
youtube: github
|
||||||
|
```
|
||||||
|
The links will appear underneath your basic information in the sidebar.
|
||||||
|
|
||||||
## Adding pages
|
## Adding pages
|
||||||
|
|
||||||
To **add a page** to your website (e.g. detailed resume):
|
To **add a page** to your website (e.g. detailed resume):
|
||||||
|
|
Loading…
Reference in a new issue