-
Notifications
You must be signed in to change notification settings - Fork 0
/
siteConfig.js
17 lines (13 loc) · 924 Bytes
/
siteConfig.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
module.exports = {
siteUrl: `https://blog.udaya.me`, // Site domain. Do not include a trailing slash!
infiniteScroll: true,
postsPerPage: 12, // Number of posts shown on paginated pages (changes this requires sometimes to delete the cache)
siteTitleMeta: `Blog`, // This allows an alternative site title for meta data for pages.
siteDescriptionMeta: `Golang and React Blog by a Developer`, // 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: `Blog`, // 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
};