forked from JaeYeopHan/1st-JBEE.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgatsby-meta-config.js
46 lines (46 loc) · 1.04 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
40
41
42
43
44
45
46
module.exports = {
title: `JBEE.io`,
description: `Blog posted about front end development.`,
author: `SO_YOUNG`,
introduction: `📝 소소하게 끄적이는 개발로그`,
siteUrl: `https://jbee.io`,
social: {
twitter: `JbeeLjyhanll`,
github: `JaeYeopHan`,
medium: ``,
facebook: `devjbee`,
},
icon: `content/assets/blog-favicon.png`,
thumbnail: `https://jbee.io/jbee-io.png`,
resume: {
title: 'About Jbee',
description: 'docs: Update RESUME.md for introducing myself',
thumbnail: 'https://jbee.io/about_thumbnail.png',
},
keywords: [
`blog`,
`javascript`,
`typescript`,
`web`,
`react`,
`vue`,
`frontend`,
`development`,
],
comment: {
disqusShortName: '',
utterances: 'JaeYeopHan/JBEE.io',
},
configs: {
countOfInitialPost: 10,
},
sponsor: {
buyMeACoffeeId: 'jbee',
},
share: {
facebookAppId: '829988527335744', // v3.2
},
revueId: 'jbee',
ga: 'UA-79845333-3',
sentryDsn: 'https://[email protected]/1396146',
}