diff --git a/gatsby-config.js b/gatsby-config.js index 43c6a68..e4481c5 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -9,15 +9,11 @@ */ module.exports = { siteMetadata: { - title: `Gatsby Starter Blog`, - author: { - name: `Kyle Mathews`, - summary: `who lives and works in San Francisco building useful things.`, - }, - description: `A starter blog demonstrating what Gatsby can do.`, - siteUrl: `https://gatsbystarterblogsource.gatsbyjs.io/`, + title: `Autonomic Co-operative`, + description: `Autonomic is a tech co-operative that builds and runs infrastructure to help people make a positive impact on the world.`, + siteUrl: `https://autonomic.zone/`, social: { - twitter: `kylemathews`, + twitter: `autonomiccoop`, }, }, plugins: [ @@ -102,7 +98,7 @@ module.exports = { } }`, output: "/rss.xml", - title: "Gatsby Starter Blog RSS Feed", + title: "Autonomic Blog RSS Feed", }, ], }, @@ -110,8 +106,8 @@ module.exports = { { resolve: `gatsby-plugin-manifest`, options: { - name: `Gatsby Starter Blog`, - short_name: `Gatsby`, + name: `Autonomic Co-operative`, + short_name: `Autonomic`, start_url: `/`, background_color: `#ffffff`, // This will impact how browsers show your PWA/website