-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgatsby-meta-config.js
32 lines (32 loc) · 1.28 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
module.exports = {
title: `타미의 개발 블로그`,
description: `프론트엔드 개발을 하며 공부한 내용을 작성합니다.`,
author: `타미`,
introduction: `공부하고 경험한 내용을 글로 작성합니다. 지적, 보충은 언제나 환영입니다 🙂`,
siteUrl: `https://xodms0309.github.io/`, // Your blog site url
social: {
twitter: ``, // Your Twitter account
github: `xodms0309`, // 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: [`개발 블로그`, 'React', 'JavaScript', 'Typescript', '프론트엔드'],
comment: {
disqusShortName: '', // Your disqus-short-name. check disqus.com.
utterances: 'xodms0309/xodms0309.github.io', // 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-53R20TQG1T`, // Add your google analytics tranking ID
ad: '', // Add your google adsense publisherId `ca-pub-xxxxxxxxxx`
}