You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: gatsby-wordpress-theme-libre/README.md
+66-10Lines changed: 66 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,21 +48,75 @@ If you want to add this blog theme to an existing site, follow these instruction
48
48
```js
49
49
//siteConfig.js
50
50
module.exports= {
51
-
siteUrl:"http://localhost:9000", // Site domain. Do not include a trailing slash!
51
+
siteUrl:"https://wp-libre-preview.draftbox.co", // Site domain. Do not include a trailing slash!
52
52
53
-
postsPerPage:2, // Number of posts shown on paginated pages (changes this requires sometimes to delete the cache)
53
+
postsPerPage:10, // Number of posts shown on paginated pages (changes this requires sometimes to delete the cache)
54
54
55
-
siteTitleMeta:"Wordpress Gatsby Starter", // This allows an alternative site title for meta data for pages.
55
+
siteTitleMeta:"Built with Draftbox", // This allows an alternative site title for meta data for pages.
56
56
siteDescriptionMeta:
57
-
"A starter template to build amazing static websites with Wordpress and Gatsby", // This allows an alternative site description for meta data for pages.
57
+
"Lightning fast, secure front-end for your WordPress or Ghost blog, without coding", // This allows an alternative site description for meta data for pages.
58
58
59
59
shareImageWidth:1000, // Change to the width of your default share image
60
60
shareImageHeight:523, // Change to the height of your default share image
61
61
62
-
shortTitle:"Wordpress", // Used for App manifest e.g. Mobile Home Screen
62
+
shortTitle:"Built with Draftbox", // Used for App manifest e.g. Mobile Home Screen
63
63
siteIcon:"favicon.png", // Logo in /static dir used for SEO, RSS, and App manifest
64
64
backgroundColor:"#e9e9e9", // Used for Offline Manifest
65
-
themeColor:"#15171A"// Used for Offline Manifest
65
+
themeColor:"#15171A", // Used for Offline Manifest
66
+
apiUrl:"https://wordpress.theasdfghjkl.com",
67
+
subscribeWidget: {
68
+
title:"Subscribe to Draftbox",
69
+
helpText:"Get the latest posts delivered right to your inbox.",
70
+
successMessage:"Thanks for subscribing to Draftbox.",
0 commit comments