-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgatsby-meta-config.js
More file actions
31 lines (31 loc) · 1.02 KB
/
gatsby-meta-config.js
File metadata and controls
31 lines (31 loc) · 1.02 KB
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
module.exports = {
title: `dr.log`,
description: `Blog posted about develop or something.`,
author: `Dorim Lee`,
introduction: `개발자 이도림 블로그 입니다.`,
siteUrl: `https://dolhim.github.io/home`, // Your blog site url
social: {
twitter: ``, // Your Twitter account
github: `dolhim`, // Your GitHub account
medium: ``, // Your Medium account
facebook: ``, // Your Facebook account
linkedin: ``, // Your LinkedIn account
instagram: ``, // Your Instagram account
},
icon: `content/assets/felog.png`, // Add your favicon
keywords: [`blog`],
comment: {
disqusShortName: '', // Your disqus-short-name. check disqus.com.
utterances: 'dolhim/dolhim.log', // Your repository for archive comment
},
configs: {
countOfInitialPost: 10, // Config your initial count of post
},
sponsor: {
buyMeACoffeeId: 'dolhim',
},
share: {
facebookAppId: '', // Add facebookAppId for using facebook share feature v3.2
},
ga: '0', // Add your google analytics tranking ID
}