Skip to content

Commit

Permalink
OG Meta Images
Browse files Browse the repository at this point in the history
* minor styling to blog images
* replace placeholder blog thumbnail
* change site author to OrderCloud
  • Loading branch information
esitarz committed Jan 21, 2020
1 parent 2fb035a commit 0ad2719
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ const toExport = {
siteMetadata: {
title: `OrderCloud Documentation`,
description: `Documentation for OrderCloud's B2B eCommerce API`,
author: `@gatsbyjs`,
author: `OrderCloud`,
},
plugins: [
`gatsby-plugin-catch-links`,
Expand Down
4 changes: 4 additions & 0 deletions src/components/Layout/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,10 @@ export default (props: LayoutProps) => {
<ThemeProvider theme={ORDERCLOUD_THEME}>
<Helmet
meta={[
{
property: 'og:image',
content: '/images/meta/meta_thumbnail.jpg',
},
{
name: 'viewport',
content:
Expand Down
4 changes: 2 additions & 2 deletions src/pages/blog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ const useStyles = makeStyles((theme: Theme) =>
right: 0,
bottom: 0,
left: 0,
backgroundImage: `linear-gradient(120deg, #ffffff 35%, #1DAAAC 100%)`,
opacity: 0.75,
backgroundImage: `linear-gradient(120deg, #ffffff 0, #bce6e6 100%)`,
opacity: 0.5,
},
'&::after': {
content: '" "',
Expand Down
Binary file removed static/images/blog/four51_blog--opti.mp4
Binary file not shown.
Binary file modified static/images/blog/placeholder.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/images/meta/meta_thumbnail--alt.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/images/meta/meta_thumbnail.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 0ad2719

Please sign in to comment.