-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsiteConfig.js
More file actions
24 lines (19 loc) · 811 Bytes
/
siteConfig.js
File metadata and controls
24 lines (19 loc) · 811 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module.exports = {
// Do not include a trailing slash!
siteUrl: `https://blog.teamif.io`,
// Maximum number of post shown per page
// With Infinite Scroll this is the chunk of posts fetched when scrolling down
postsPerPage: 3,
// This allows an alternative site title for meta data for pages.
siteTitleMeta: `Team IF`,
// This allows an site description for meta data for pages.
siteDescriptionMeta: `Turn your Ghost blog into a flaring fast static site with Gatsby`,
// Change to the width and height of your default share image
shareImageWidth: 1000,
shareImageHeight: 523,
// Used for App and Offline manifest e.g. Mobile Home Screen
shortTitle: `Team IF`,
siteIcon: `favicon.png`,
backgroundColor: `#333333`,
themeColor: `#fafafa`,
}