Skip to content

Commit 5a0a63f

Browse files
committed
Merge changes
2 parents 61b027b + ca69ab6 commit 5a0a63f

File tree

3 files changed

+66
-4
lines changed

3 files changed

+66
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"react-dom": "^16.13.0"
1616
},
1717
"dependencies": {
18-
"@draftbox-co/gatsby-wordpress-theme-libre": "https://github.com/draftbox-co/gatsby-wordpress-theme-libre/archive/draftbox-co-gatsby-wordpress-theme-libre-v1.0.43-alpha-3-gitpkg.tar.gz",
18+
"@draftbox-co/gatsby-wordpress-theme-libre": "^1.0.44",
1919
"dotenv": "^8.2.0",
2020
"gatsby": "2.20.24",
2121
"gatsby-plugin-disqus": "^1.1.4",

siteConfig.js

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ module.exports = {
1515
themeColor: "#15171A", // Used for Offline Manifest
1616
apiUrl: "https://wordpress.theasdfghjkl.com",
1717
subscribeWidget: {
18+
visible: true,
1819
title: "Subscribe to Draftbox",
1920
helpText: "Get the latest posts delivered right to your inbox.",
2021
successMessage: "Thanks for subscribing to Draftbox.",
@@ -62,6 +63,12 @@ module.exports = {
6263
instagram: "https://www.instagram.com/",
6364
linkedin: "https://linkedin.com/",
6465
github: "https://github.com/draftbox-co",
66+
whatsapp: "",
67+
pinterest: "",
68+
youtube: "",
69+
dribbble: "",
70+
behance: "",
71+
externalLink: "",
6572
},
6673
contactWidget: {
6774
title: "Contact Built with Draftbox",
@@ -94,4 +101,58 @@ module.exports = {
94101
iconUrl: "favicon.png",
95102
coverUrl: "cover.jpg",
96103
alternateLogoUrl: "logo.png",
104+
themeConfig: {
105+
fonts: [
106+
{
107+
family: "Libre Baskerville",
108+
variants: ["400", "700"],
109+
fontDisplay: "swap",
110+
strategy: "selfHosted",
111+
},
112+
{
113+
family: "Source Code Pro",
114+
variants: ["400", "700"],
115+
fontDisplay: "swap",
116+
strategy: "selfHosted",
117+
},
118+
],
119+
variables: [
120+
{
121+
varName: "--page-background",
122+
value: "#ede6dd",
123+
},
124+
{
125+
varName: "--primary-font",
126+
value: "Libre Baskerville",
127+
},
128+
{
129+
varName: "--primary-font-normal",
130+
value: "400",
131+
},
132+
{
133+
varName: "--primary-font-bold",
134+
value: "700",
135+
},
136+
{
137+
varName: "--primary-color",
138+
value: "#438d8d",
139+
},
140+
{
141+
varName: "--secondary-font",
142+
value: "Source Code Pro",
143+
},
144+
{
145+
varName: "--secondary-font-normal",
146+
value: "400",
147+
},
148+
{
149+
varName: "--secondary-font-bold",
150+
value: "700",
151+
},
152+
{
153+
varName: "--secondary-color",
154+
value: "#5e4f40",
155+
},
156+
],
157+
},
97158
};

yarn.lock

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1012,9 +1012,10 @@
10121012
postcss "^7.0.17"
10131013
postcss-js "^2.0.1"
10141014

1015-
"@draftbox-co/gatsby-wordpress-theme-libre@https://github.com/draftbox-co/gatsby-wordpress-theme-libre/archive/draftbox-co-gatsby-wordpress-theme-libre-v1.0.43-alpha-3-gitpkg.tar.gz":
1016-
version "1.0.43-alpha-3"
1017-
resolved "https://github.com/draftbox-co/gatsby-wordpress-theme-libre/archive/draftbox-co-gatsby-wordpress-theme-libre-v1.0.43-alpha-3-gitpkg.tar.gz#27cd104f7105d63a7e323dd2e6bdeeb9415b2831"
1015+
"@draftbox-co/gatsby-wordpress-theme-libre@^1.0.44":
1016+
version "1.0.44"
1017+
resolved "https://registry.yarnpkg.com/@draftbox-co/gatsby-wordpress-theme-libre/-/gatsby-wordpress-theme-libre-1.0.44.tgz#3cafb2d13965848ed5ff2cdf1054d2c1a74c75a0"
1018+
integrity sha512-sn4wkMZ4n2d+eKYxnCtxSlibJFdYzlqDKrwuSU/kNsu1KH7kDxZZeYj7DvLF0XL6L5zFU15i8/fkV/Gq+shx9w==
10181019
dependencies:
10191020
"@draftbox-co/gatsby-plugin-amp" "^0.2.4"
10201021
"@draftbox-co/gatsby-plugin-css-variables" "^0.0.3"

0 commit comments

Comments
 (0)