Skip to content

Commit d6b7bcd

Browse files
committed
updated siteconfig and underlying package
1 parent 6dae6b8 commit d6b7bcd

File tree

3 files changed

+35
-5
lines changed

3 files changed

+35
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"react-dom": "^16.13.0"
2121
},
2222
"dependencies": {
23-
"@draftbox-co/gatsby-theme-ghost-attila": "^1.0.28",
23+
"@draftbox-co/gatsby-theme-ghost-attila": "^1.0.32",
2424
"dotenv": "^8.2.0",
2525
"gatsby": "2.20.24",
2626
"gatsby-plugin-crisp-chat": "^3.2.2",

siteConfig.js

+30
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,34 @@ module.exports = {
6767
title: "Contact Built with Draftbox",
6868
successMessage: "We’ll get in touch with you soon.",
6969
},
70+
metadata: {
71+
title: "Built with Draftbox",
72+
description:
73+
"Lightning fast, secure front-end for your WordPress or Ghost blog, without coding. Draftbox is a new-age blogging platform for everyone, built on Gatsby.",
74+
},
75+
twitterCard: {
76+
title: "Built with Draftbox",
77+
description:
78+
"Lightning fast, secure front-end for your WordPress or Ghost blog, without coding. Draftbox is a new-age blogging platform for everyone, built on Gatsby.",
79+
imageUrl: "twitterImage.png",
80+
username: "@DraftboxHQ",
81+
},
82+
facebookCard: {
83+
title: "Built with Draftbox",
84+
description:
85+
"Lightning fast, secure front-end for your WordPress or Ghost blog, without coding. Draftbox is a new-age blogging platform for everyone, built on Gatsby.",
86+
imageUrl: "facebookImage.png",
87+
appId: "",
88+
width: 1000,
89+
height: 523,
90+
},
91+
siteTitle: "Built with Draftbox",
92+
siteDescription:
93+
"Lightning fast, secure front-end for your WordPress or Ghost blog, without coding.",
94+
language: "en",
95+
logoUrl: "logo.svg",
96+
iconUrl:
97+
"https://ghost.theasdfghjkl.com/content/images/2020/05/draftbox-colored-icon.png",
98+
coverUrl: "cover.png",
99+
alternateLogoUrl: "alternateLogo.svg"
70100
};

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1054,10 +1054,10 @@
10541054
lodash "^4.17.13"
10551055
to-fast-properties "^2.0.0"
10561056

1057-
"@draftbox-co/gatsby-theme-ghost-attila@^1.0.28":
1058-
version "1.0.28"
1059-
resolved "https://registry.yarnpkg.com/@draftbox-co/gatsby-theme-ghost-attila/-/gatsby-theme-ghost-attila-1.0.28.tgz#523b20b1163796587efc53ba86ddcad53c4bd369"
1060-
integrity sha512-Ha2/6iM+78qMu5iURyzcLrLFRjXO3eVw0HnUSyJQars+tj6JMfDGpzW+zFxYGaZl3gCaDhiI5ZXiYqiNhLqOYg==
1057+
"@draftbox-co/gatsby-theme-ghost-attila@^1.0.32":
1058+
version "1.0.32"
1059+
resolved "https://registry.yarnpkg.com/@draftbox-co/gatsby-theme-ghost-attila/-/gatsby-theme-ghost-attila-1.0.32.tgz#8855f792221e7f40c590af83fa0b01563eff66dd"
1060+
integrity sha512-aiThESRRgJd93k4A2bXJ2Ljg3ZseCqS+4dq80fBvqK1mKV1LpsLUM9rSMcUnH4pOslJqNh8K9pFJpUck7EQ8NA==
10611061
dependencies:
10621062
"@armada-inc/gatsby-plugin-amp" "^0.2.3"
10631063
"@tryghost/helpers" "^1.1.22"

0 commit comments

Comments
 (0)