netlify cms
This commit is contained in:
+15
-5
@@ -4,20 +4,30 @@ module.exports = {
|
||||
resolve: `gatsby-theme-blog`,
|
||||
options: {},
|
||||
},
|
||||
{
|
||||
resolve: `gatsby-plugin-netlify-cms`,
|
||||
options: {
|
||||
/**
|
||||
* One convention is to place your Netlify CMS customization code in a
|
||||
* `src/cms` directory.
|
||||
*/
|
||||
modulePath: `${__dirname}/src/cms/cms.js`,
|
||||
},
|
||||
},
|
||||
],
|
||||
// Customize your site metadata:
|
||||
siteMetadata: {
|
||||
title: `My Blog Title`,
|
||||
author: `My Name`,
|
||||
description: `My site description...`,
|
||||
title: `Crash Test Dev`,
|
||||
author: `Ken Chau`,
|
||||
description: `Why do I need a description. For a site. The site IS a description.`,
|
||||
social: [
|
||||
{
|
||||
name: `twitter`,
|
||||
url: `https://twitter.com/gatsbyjs`,
|
||||
url: `https://twitter.com/kenneth_chau`,
|
||||
},
|
||||
{
|
||||
name: `github`,
|
||||
url: `https://github.com/gatsbyjs`,
|
||||
url: `https://github.com/kenotron`,
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user