-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgatsby-meta-config.js
30 lines (30 loc) · 1004 Bytes
/
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
module.exports = {
title: `chan's devlog`,
description: `느리지만 꾸준히..!`,
author: `wonthechan (Yechan Lim)`,
introduction: `알고리즘,,스프링,,공부중.!!`,
siteUrl: `https://wonthechan.github.io`, // Your blog site url
social: {
twitter: ``, // Your Twitter account
github: `wonthechan`, // Your GitHub account
medium: ``, // Your Medium account
facebook: ``, // Your Facebook account
instagram: 'chaaaniiiiii', // Your Instagram account
},
icon: `content/assets/felog.png`, // Add your favicon
keywords: [`blog`],
comment: {
disqusShortName: '',
utterances: 'wonthechan/wonthechan.github.io', // Your repository for archive comment
},
configs: {
countOfInitialPost: 10, // Config your initial count of post
},
sponsor: {
buyMeACoffeeId: 'FYkca7l9A',
},
share: {
facebookAppId: '', // Add facebookAppId for using facebook share feature v3.2
},
ga: 'UA-150210881-1', // Add your google analytics tranking ID
}