Add social buttons at the bottom of blog posts.

Also, update the siteConfig api docs
This commit is contained in:
Joel Marcey 2017-12-13 20:05:43 -08:00
parent f8af0e3f58
commit 317fa99572
3 changed files with 15 additions and 4 deletions

View file

@ -72,4 +72,8 @@ Or this.
Docusaurus provides a simple RSS feed for your blog posts. Both RSS and Atom feed formats are supported. This data is automatically to your website page's HTML <HEAD> tag.
A summary of the post's text is provided in the RSS feed up to the `<!--truncate-->`. If no `<!--truncate-->` tag is found, then all text up 250 chacters are used.
A summary of the post's text is provided in the RSS feed up to the `<!--truncate-->`. If no `<!--truncate-->` tag is found, then all text up 250 chacters are used.
## Social Buttons
If you want Facebook and/or Twitter social buttons at the bottom of your blog posts, set the `facebookAppId` and/or `twitter` [site configuration](api-site-config.md) options in `siteConfig.js`.