Skip to content

Commit

Permalink
Merge pull request #6 from stbensonimoh:change-site-metadata
Browse files Browse the repository at this point in the history
feat: Change the website metadata and information
  • Loading branch information
stbensonimoh committed May 20, 2021
2 parents 7b8e2db + 02caf71 commit 131e96c
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions gatsby-config.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
module.exports = {
siteMetadata: {
title: `Gatsby Starter Blog`,
title: `Benson Imoh,ST`,
author: {
name: `Kyle Mathews`,
summary: `who lives and works in San Francisco building useful things.`,
name: `Benson Imoh,ST`,
summary: `Experience Designer(xD) & Software Engineer. Passionate about blending engineering and design, to creatively and efficiently solve problems.`,
},
description: `A starter blog demonstrating what Gatsby can do.`,
siteUrl: `https://gatsby-starter-blog-demo.netlify.app/`,
description: `Experience Designer(xD) & Software Engineer.`,
siteUrl: `https://stbensonimoh.com/`,
social: {
twitter: `kylemathews`,
twitter: `stbensonimoh`,
linkedin: `https://linkedin.com/in/stbensonimoh`,
github: `stbensonimoh`,
instagram: `stbensonimoh`,
facebook: `stbensonimoh`,
},
},
plugins: [
Expand Down

0 comments on commit 131e96c

Please sign in to comment.