Add introductory blog post (#279)

* Add introductory blog post

For launch!

\o/

* Update post to launch date

* Add ogImage and fix how we get og:Description

Plus a few updates to the post

* Remove some code block info
This commit is contained in:
Joel Marcey 2017-12-14 09:32:49 -08:00 committed by GitHub
parent bee98053c8
commit d6fb14cfa4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 171 additions and 1 deletions

View file

@ -105,6 +105,7 @@ const siteConfig = {
gaTrackingId: "UA-44373548-31",
facebookAppId: "1615782811974223",
twitter: "true",
ogImage: "img/docusaurus.svg",
};
module.exports = siteConfig;