-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgatsby-meta-config.js
39 lines (39 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
32
33
34
35
36
37
38
39
module.exports = {
title: `SONGC`,
description: `Blog posted about ...`,
author: `songc`,
introduction: `프론트엔드 개발 API 개발 설계.테스트.클린코드. 항상 무언가에 관심이 많음.
`,
siteUrl: `https://blog.songc.io`, // Your blog site url
social: {
twitter: ``, // Your Twitter account
github: `s-ong-c`, // Your GitHub account
medium: ``, // Your Medium account
facebook: ``, // Your Facebook account
},
icon: `content/assets/felog.png`, // Add your favicon
thumbnail: `https://images.songc.io/songc.png`,
keywords: [
`blog`,
`javascript`,
`typescript`,
`web`,
`react`,
`frontend`,
`development`
],
comment: {
disqusShortName: '', // Your disqus-short-name. check disqus.com.
utterances: 's-ong-c/songc.io', // Your repository for archive comment
},
configs: {
countOfInitialPost: 10, // Config your initial count of post
},
sponsor: {
buyMeACoffeeId: 'songc',
},
share: {
facebookAppId: '', // Add facebookAppId for using facebook share feature v3.2
},
ga: 'UA-134332040-1', // Add your google analytics tranking ID
}