convert website from hugo to gatsby (#1369)

This commit is contained in:
Zeb Pykosz
2018-07-25 07:47:26 -04:00
committed by Shawn Erquhart
parent d6c03707d8
commit 04c44518b2
113 changed files with 7441 additions and 2771 deletions

5
website/.eslintrc Normal file
View File

@ -0,0 +1,5 @@
{
"globals": {
"graphql": true
}
}