diff --git a/README.md b/README.md index 596369d093..ed99fc5f1c 100644 --- a/README.md +++ b/README.md @@ -148,17 +148,16 @@ If you don't want to display comments for a particular post you can disable them 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 -social_sites: - twitter: jekyllrb - github_: jekyll - dribbble: jekyll - facebook: jekyll - flickr: jekyll - instagram: jekyll - linkedin: jekyll - pinterest: jekyll - youtube: jekyll - googleplus: +jekyll +twitter_username: jekyllrb +github_username: jekyll +dribbble_username: jekyll +facebook_username: jekyll +flickr_username: jekyll +instagram_username: jekyll +linkedin_username: jekyll +pinterest_username: jekyll +youtube_username: jekyll +googleplus_username: +jekyll rss: rss ``` diff --git a/_config.yml b/_config.yml index 7e64fe9017..90255808b7 100644 --- a/_config.yml +++ b/_config.yml @@ -6,19 +6,17 @@ description: > # this means to ignore newlines until "baseurl:" line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description. -social_sites: - twitter: jekyllrb - github: jekyll - #dribbble: jekyll - #facebook: jekyll - #flickr: jekyll - #instagram: jekyll - #linkedin: jekyll - #pinterest: jekyll - #youtube: jekyll - #googleplus: +jekyll - +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 +#youtube_username: jekyll +#googleplus_username: +jekyll # Minima date format # refer to http://shopify.github.io/liquid/filters/date/ if you want to customize this diff --git a/_includes/social.html b/_includes/social.html index e2403677f9..b3f8e473cb 100644 --- a/_includes/social.html +++ b/_includes/social.html @@ -1,13 +1,13 @@