Skip to content

Commit

Permalink
Mention social links in README
Browse files Browse the repository at this point in the history
  • Loading branch information
ashawley committed Jan 14, 2018
1 parent e2fb235 commit 93771ba
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ Refers to snippets of code within the `_includes` directory that can be inserted
- `google-analytics.html` — Inserts Google Analytics module (active only in production environment).
- `head.html` &mdash; Code-block that defines the `<head></head>` in *default* layout.
- `header.html` &mdash; Defines the site's main header section. By default, pages with a defined `title` attribute will have links displayed here.
- `icon-* files` &mdash; Inserts github and twitter ids with respective icons.

### Sass

Expand Down Expand Up @@ -144,6 +143,27 @@ If you don't want to display comments for a particular post you can disable them

--

### Social networks

You can add links to the accounts you have on other sites, with respective icon, by adding one or more of the following options in your config:

```yaml
twitter_username: jekyllrb
github_username: jekyll
dribbble_username: jekyll
facebook_username: jekyll
flickr_username: jekyll
instagram_username: jekyll
linkedin_username: jekyll
pinterest_username: jekyll
stackoverflow_username: 11111/jekyll
youtube_username: jekyll
googleplus_username: +jekyll
rss: rss
```
--
### Enabling Google Analytics
To enable Google Anaytics, add the following lines to your Jekyll site:
Expand Down
10 changes: 10 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@ description: > # this means to ignore newlines until "baseurl:"
twitter_username: jekyllrb
github_username: jekyll
rss: rss
#dribbble_username: jekyll
#facebook_username: jekyll
#flickr_username: jekyll
#instagram_username: jekyll
#linkedin_username: jekyll
#pinterest_username: jekyll
#stackoverflow_username: 11111/jekyll
#youtube_username: jekyll
#googleplus_username: +jekyll

# Minima date format
# refer to http://shopify.github.io/liquid/filters/date/ if you want to customize this
Expand Down

0 comments on commit 93771ba

Please sign in to comment.