Initial commit from gatsby: (https://github.com/gatsbyjs/gatsby-starter-blog-theme.git)
This commit is contained in:
@@ -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`,
|
||||
},
|
||||
],
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user