-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgatsby-meta-config.js
31 lines (31 loc) · 1.13 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
module.exports = {
title: `Jaehyeon's Dev Blog`,
description: `개발자로서 성장해 나가는 것을 기록하는 블로그입니다. 개발을 통해 보다 나은 세상을 만드는데 기여하고 싶습니다.`,
author: `Jaehyeon Kim`,
introduction: ``,
siteUrl: `https://jaehyeon48.github.io`, // Your blog site url
social: {
twitter: ``, // Your Twitter account
github: `jaehyeon48`, // Your GitHub account
medium: ``, // Your Medium account
facebook: ``, // Your Facebook account
linkedin: ``, // Your LinkedIn account
instagram: ``, // Your Instagram account
},
icon: `content/assets/felog.png`, // Add your favicon
keywords: [`blog`],
comment: {
disqusShortName: '', // Your disqus-short-name. check disqus.com.
utterances: 'jaehyeon48/blog-comments', // 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: 'G-WFMV8Y1WBM', // Add your google analytics tranking ID
}