This commit is contained in:
Ken
2019-08-16 06:47:09 -07:00
commit ae34d3aa28
12 changed files with 13390 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
module.exports = {
plugins: [
{
resolve: `gatsby-theme-blog`,
options: {},
},
],
// Customize your site metadata:
siteMetadata: {
title: `My Blog Title`,
author: `My Name`,
description: `My site description...`,
social: [
{
name: `twitter`,
url: `https://twitter.com/gatsbyjs`,
},
{
name: `github`,
url: `https://github.com/gatsbyjs`,
},
],
},
}