@@ -16,6 +16,7 @@ module.exports = {
1616 themeColor : "#15171A" , // Used for Offline Manifest
1717 apiUrl : "https://wordpress.theasdfghjkl.com" ,
1818 subscribeWidget : {
19+ visible : true ,
1920 title : "Subscribe to Draftbox" ,
2021 helpText : "Get the latest posts delivered right to your inbox." ,
2122 successMessage : "Thanks for subscribing to Draftbox." ,
@@ -63,6 +64,12 @@ module.exports = {
6364 instagram : "https://www.instagram.com/" ,
6465 linkedin : "https://linkedin.com/" ,
6566 github : "https://github.com/draftbox-co" ,
67+ pinterest : "" ,
68+ youtube : "" ,
69+ dribbble : "" ,
70+ behance : "" ,
71+ externalLink : "" ,
72+ whatsapp : "" ,
6673 } ,
6774 contactWidget : {
6875 title : "Contact Built with Draftbox" ,
@@ -95,4 +102,66 @@ module.exports = {
95102 iconUrl : "favicon.png" ,
96103 coverUrl : "cover.jpg" ,
97104 alternateLogoUrl : "logo.png" ,
105+ themeConfig : {
106+ variables : [
107+ {
108+ varName : "--primary-color" ,
109+ value : `#2b6cb0` ,
110+ } ,
111+ {
112+ varName : "--primary-color-active" ,
113+ value : `#2a4365` ,
114+ } ,
115+ {
116+ varName : "--primary-color-light" ,
117+ value : `#bee3f8` ,
118+ } ,
119+ {
120+ varName : "--sans-font" ,
121+ value : `"Montserrat"` ,
122+ } ,
123+ {
124+ varName : "--sans-font-normal" ,
125+ value : `400` ,
126+ } ,
127+ {
128+ varName : "--sans-font-medium" ,
129+ value : `500` ,
130+ } ,
131+ {
132+ varName : "--sans-font-semibold" ,
133+ value : `600` ,
134+ } ,
135+ {
136+ varName : "--sans-font-bold" ,
137+ value : `700` ,
138+ } ,
139+ {
140+ varName : "--serif-font" ,
141+ value : `Merriweather` ,
142+ } ,
143+ { varName : "--serif-font-light" , value : `300` } ,
144+ { varName : "--serif-font-normal" , value : `400` } ,
145+ { varName : "--serif-font-medium" , value : `400` } ,
146+ { varName : "--serif-font-bold" , value : `700` } ,
147+ ] ,
148+ fonts : [
149+ {
150+ family : "Montserrat" ,
151+ variants : [ "400" , "500" , "600" , "700" ] ,
152+ //subsets: ['latin']
153+ //text: 'Hello'
154+ fontDisplay : "swap" ,
155+ strategy : "selfHosted" , // 'base64' || 'cdn'
156+ } ,
157+ {
158+ family : "Merriweather" ,
159+ variants : [ "300" , "400" , "700" ] ,
160+ //subsets: ['latin']
161+ //text: 'Hello'
162+ fontDisplay : "swap" ,
163+ strategy : "selfHosted" , // 'base64' || 'cdn'
164+ } ,
165+ ] ,
166+ } ,
98167} ;
0 commit comments