Skip to content

Instantly share code, notes, and snippets.

@mbrown3321
Created June 7, 2021 03:47
Show Gist options
  • Save mbrown3321/ba1895c28da1e9b46b5de224d2e74bae to your computer and use it in GitHub Desktop.
Save mbrown3321/ba1895c28da1e9b46b5de224d2e74bae to your computer and use it in GitHub Desktop.
module.exports = {
siteUrl: `https://gatsby.matthew-a-brown.com`, // Site domain. Do not include a trailing slash!
postsPerPage: 12, // Number of posts shown on paginated pages (changes this requires sometimes to delete the cache)
siteTitleMeta: `Ghost Gatsby Starter`, // This allows an alternative site title for meta data for pages.
siteDescriptionMeta: `A starter template to build amazing static websites with Ghost 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: `Ghost`, // 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
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment