@armada-inc/gatsby-wordpress-theme-libre
Version:
A Gatsby theme plugin for creating blogs from headless WordPress CMS.
18 lines (13 loc) • 963 B
JavaScript
module.exports = {
siteUrl: "http://localhost:9000", // Site domain. Do not include a trailing slash!
postsPerPage: 2, // Number of posts shown on paginated pages (changes this requires sometimes to delete the cache)
siteTitleMeta: "Wordpress Gatsby Starter", // This allows an alternative site title for meta data for pages.
siteDescriptionMeta:
"A starter template to build amazing static websites with Wordpress and Gatsby", // This allows an alternative site description for meta data for pages.
shareImageWidth: 1000, // Change to the width of your default share image
shareImageHeight: 523, // Change to the height of your default share image
shortTitle: "Wordpress", // Used for App manifest e.g. Mobile Home Screen
siteIcon: "favicon.png", // Logo in /static dir used for SEO, RSS, and App manifest
backgroundColor: "#e9e9e9", // Used for Offline Manifest
themeColor: "#15171A" // Used for Offline Manifest
};