Skip to content

Commit

Permalink
Merge pull request #209 from varya/seo/cover-images
Browse files Browse the repository at this point in the history
feat: cover images for each section
  • Loading branch information
varya committed Aug 25, 2024
2 parents 7fd2621 + d724d4e commit 359bcbb
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions gatsby-config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ const config = {
appId: process.env.FB_APP_ID ? process.env.FB_APP_ID : "",
},
author: "Varya Stepanova",
image: "/preview.jpg",
},
plugins: [
{
Expand Down
1 change: 1 addition & 0 deletions src/pages/contact.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ const Contact = () => (
seo={{
title: "Contact - Varya Stepanova, design systems expert",
description: `Get in touch to discuss our next project`,
cover: "/preview/contact.jpg",
}}
>
<Paragraph>
Expand Down
1 change: 1 addition & 0 deletions src/pages/projects.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ const Projects = ({ data }) => {
seo={{
title: "Projects",
description: `My recent works`,
cover: "/preview/projects.jpg",
}}
>
<WidgetContainer items={{ small: 1, medium: 2, large: 2 }}>
Expand Down
1 change: 1 addition & 0 deletions src/pages/services/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ const Services = ({ location }) => {
description: `Independent consultant open for new projects.
My roles include team leading of the design systems projects, technical
leadership in frontend and building development.`,
cover: "/preview/services.jpg",
}}
location={location}
>
Expand Down
1 change: 1 addition & 0 deletions src/templates/BlogIndex.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ const Blog = ({ data, pageContext }) => {
seo={{
title: "Blog - Varya Stepanova, design systems expert",
description: `Read my articles and notes on design systems and development`,
cover: "/preview/blog.jpg",
}}
>
<WidgetContainer>
Expand Down
Binary file added static/preview/blog.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/preview/contact.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/preview/projects.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/preview/services.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 359bcbb

Please sign in to comment.