@@ -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} ;
0 commit comments