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

@ -102,7 +102,9 @@ const siteConfig = {
theme: "solarized-dark"
},
scripts: ["https://buttons.github.io/buttons.js"],
gaTrackingId: "UA-44373548-31"
gaTrackingId: "UA-44373548-31",
facebookAppId: "1615782811974223",
twitter: "true",
};
module.exports = siteConfig;