-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgatsby-meta-config.js
33 lines (32 loc) · 1.12 KB
/
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
31
32
33
module.exports = {
title: `Woomin`,
description: `제 부족함을 채우기 위한 여정을 기록합니다`,
author: `Woomin-Jeon`,
introduction: `제 부족함을 채우기 위한 여정을 기록합니다`,
siteUrl: `http://woomin.netlify.app`, // Your blog site url
social: {
twitter: ``, // Your Twitter account
github: `Woomin-Jeon`, // Your GitHub account
medium: ``, // Your Medium account
facebook: ``, // Your Facebook account
linkedin: ``, // Your LinkedIn account
instagram: ``, // Your Instagram account
},
icon: `./content/assets/icon.png`, // Add your favicon
keywords: [`blog`],
comment: {
disqusShortName: 'woomin', // Your disqus-short-name. check disqus.com.
utterances: '', // Your repository for archive comment
},
configs: {
countOfInitialPost: 10, // Config your initial count of post
},
sponsor: {
buyMeACoffeeId: '',
},
share: {
facebookAppId: '', // Add facebookAppId for using facebook share feature v3.2
},
ga: 'G-J3RJK9T1PJ', // Add your google analytics tranking ID
ad: '', // Add your google adsense publisherId `ca-pub-xxxxxxxxxx`
}