update site meta
This commit is contained in:
parent
f092f62a90
commit
d39c88f21b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user