modify author of the blog
This commit is contained in:
parent
52f7c127bf
commit
0b59c7e23a
1 changed files with 4 additions and 4 deletions
|
@ -2,13 +2,13 @@ module.exports = {
|
||||||
siteMetadata: {
|
siteMetadata: {
|
||||||
title: `Gatsby Starter Blog`,
|
title: `Gatsby Starter Blog`,
|
||||||
author: {
|
author: {
|
||||||
name: `Ryan Overton`,
|
name: `Rances Acosta`,
|
||||||
summary: `who loves helping develoeprs improve their knowledge and skills.`,
|
summary: `This is a little practice of CI/CD using gitflow.`,
|
||||||
},
|
},
|
||||||
description: `A starter blog demonstrating what Gatsby can do.`,
|
description: `A starter blog demonstrating what Gatsby can do.`,
|
||||||
siteUrl: `https://gatsbystarterblogsource.gatsbyjs.io/`,
|
siteUrl: `https://gatsbystarterblogsource.gatsbyjs.io/`,
|
||||||
social: {
|
social: {
|
||||||
twitter: `kylemathews`,
|
twitter: `rances_acosta`,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
plugins: [
|
plugins: [
|
||||||
|
|
Loading…
Reference in a new issue