@@ -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+ whatsapp : "" ,
68+ pinterest : "" ,
69+ youtube : "" ,
70+ dribbble : "" ,
71+ behance : "" ,
72+ externalLink : "" ,
6673 } ,
6774 contactWidget : {
6875 title : "Contact Built with Draftbox" ,
@@ -95,4 +102,59 @@ module.exports = {
95102 iconUrl : "favicon.png" ,
96103 coverUrl : "cover.jpg" ,
97104 alternateLogoUrl : "logo.png" ,
105+ themeConfig : {
106+ fonts : [
107+ {
108+ family : "Libre Baskerville" ,
109+ variants : [ "400" , "700" ] ,
110+ fontDisplay : "swap" ,
111+ strategy : "selfHosted" ,
112+ } ,
113+ {
114+ family : "Source Code Pro" ,
115+ variants : [ "400" , "700" ] ,
116+ fontDisplay : "swap" ,
117+ strategy : "selfHosted" ,
118+ } ,
119+ ] ,
120+ variables : [
121+ {
122+ varName : "--page-background" ,
123+ value : "#ede6dd" ,
124+ } ,
125+ {
126+ varName : "--primary-font" ,
127+ value : "Libre Baskerville" ,
128+ } ,
129+ {
130+ varName : "--primary-font-normal" ,
131+ value : "400" ,
132+ } ,
133+ {
134+ varName : "--primary-font-bold" ,
135+ value : "700" ,
136+ } ,
137+ {
138+ varName : "--primary-color" ,
139+ value : "#438d8d" ,
140+ } ,
141+ {
142+ varName : "--secondary-font" ,
143+ value : "Source Code Pro" ,
144+ } ,
145+ {
146+ varName : "--secondary-font-normal" ,
147+ value : "400" ,
148+ } ,
149+ {
150+ varName : "--secondary-font-bold" ,
151+ value : "700" ,
152+ } ,
153+ {
154+ varName : "--secondary-color" ,
155+ value : "#5e4f40" ,
156+ } ,
157+
158+ ] ,
159+ } ,
98160} ;
0 commit comments