generated from styxlab/gatsby-starter-try-ghost
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
siteConfig.js
30 lines (22 loc) · 938 Bytes
/
siteConfig.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
module.exports = {
// Do not include a trailing slash!
siteUrl: `https://fullerhouse.io`,
// Enable infinite scroll (default: true)
infiniteScroll: true,
// Initial number fetched, scrolling lazy loads posts one by one
// If infinite scroll is disabled: maximum number of post shown per page
postsPerPage: 3,
// This allows an alternative site title for meta data for pages.
siteTitleMeta: `Fuller House`,
// This allows an site description for meta data for pages.
siteDescriptionMeta: `Thoughts on family, finance, and the future.`,
// Used for App and Offline manifest e.g. Mobile Home Screen
shortTitle: `Fuller House`,
siteIcon: `favicon.png`,
backgroundColor: `#e9e9e9`,
themeColor: `#15171A`,
// Show more logs for debugging purposes (default: false)
verbose: false,
// Severity for verbose mode: (`info`, `warn`, `error`)
severity: `info`,
}