-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgatsby-meta-config.js
29 lines (29 loc) · 1.18 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
module.exports = {
title: `flowkater's data;`,
description: `Blog posted about devlog, TIL, data, math, statistics.`,
author: `Jaewoo Cho (flowkater)`,
introduction: `작은 스타트업 합니다. 항상 생존이 우선이지만 그래도 하고 싶은거 하는 기획자 겸 초보 개발자입니다. 아참, 데이터 과학 강의도 합니다.`,
siteUrl: `https://gatsby-starter-bee.netlify.com`, // Your blog site url
social: {
twitter: ``, // Your Twitter account
github: `http://github.com/flowkater`, // Your GitHub account
medium: ``, // Your Medium account
facebook: `https://www.facebook.com/flowkater`, // Your Facebook account
},
icon: `content/assets/felog.png`, // Add your favicon
keywords: [`blog`],
comment: {
disqusShortName: '', // Your disqus-short-name. check disqus.com.
utterances: 'flowkater/flowkater-data', // Your repository for archive comment
},
configs: {
countOfInitialPost: 10, // Config your initial count of post
},
sponsor: {
buyMeACoffeeId: 'x3F7JjQ',
},
share: {
facebookAppId: '', // Add facebookAppId for using facebook share feature v3.2
},
ga: '', // Add your google analytics tranking ID
}