modify author of the blog

This commit is contained in:
Rances Acosta 2022-05-14 16:53:56 -04:00
parent 52f7c127bf
commit 0b59c7e23a

View file

@ -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: [