-
Notifications
You must be signed in to change notification settings - Fork 0
/
gatsby-meta-config.js
29 lines (29 loc) · 970 Bytes
/
gatsby-meta-config.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
module.exports = {
title: `Bee starter`,
description: `Blog posted about ...`,
author: `[Your Name]`,
introduction: `I explain with words and code. I explain with words and code. I explain with words and code.`,
siteUrl: ``, // Your blog site url
social: {
twitter: ``, // Your Twitter account
github: ``, // Your GitHub account
medium: ``, // Your Medium account
facebook: ``, // Your Facebook account
},
icon: `content/assets/felog.png`, // Add your favicon
keywords: [`blog`],
comment: {
disqusShortName: '', // Your disqus-short-name. check disqus.com.
utterances: 'JaeYeopHan/gatsby-starter-bee', // Your repository for archive comment
},
configs: {
countOfInitialPost: 10, // Config your initial count of post
},
sponsor: {
buyMeACoffeeId: 'jbee',
},
share: {
facebookAppId: '', // Add facebookAppId for using facebook share feature v3.2
},
ga: '', // Add your google analytics tranking ID
}