-
Notifications
You must be signed in to change notification settings - Fork 0
/
gatsby-meta-config.js
30 lines (30 loc) · 981 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
30
module.exports = {
title: `dev blog`,
description: `dev note`,
author: `Prove`,
introduction: `keep going on`,
siteUrl: `https://prove_v2.io.netlify.com`, // Your blog site url
social: {
twitter: ``, // Your Twitter account
github: `prove-ability/prove_v2.io`, // Your GitHub account
medium: ``, // Your Medium account
facebook: `` // Your Facebook account
},
icon: `content/assets/felog.png`, // Add your favicon
keywords: [ `blog`, `Prove`, `dev` ],
comment: {
disqusShortName: '', // Your disqus-short-name. check disqus.com.
utterances: '' // Your repository for archive comment
// utterances: 'prove-ability/blog-comment' // Your repository for archive comment
},
configs: {
countOfInitialPost: 4 // Config your initial count of post
},
sponsor: {
buyMeACoffeeId: '' // 후원자가 있다면..
},
share: {
facebookAppId: '' // Add facebookAppId for using facebook share feature v3.2
},
ga: '' // Add your google analytics tranking ID
};