-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathgatsby-meta-config.js
31 lines (31 loc) · 1.05 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
module.exports = {
title: `Red Quark`,
description: `A technical blog`,
author: `Anirudh Sharma`,
introduction: `I love to learn and share. Hence, this site has no ads, no affiliation links, or any BS. If you like what you see, give me a thumbs up.`,
siteUrl: `https://redquark.org/`, // Your blog site url
social: {
twitter: `I_am_Anirudh`,
github: `ani03sha`,
medium: `@anirudh03sharma`,
facebook: `Anir35`,
linkedin: `anirshar`,
stackoverflow: `users/7920195/anirudh-sharma`,
},
icon: `content/assets/rq.png`, // Add your favicon
keywords: [`blog`],
comment: {
disqusShortName: 'ani03sha', // Your disqus-short-name. check disqus.com.
utterances: 'ani03sha/redquark', // Your repository for archive comment
},
configs: {
countOfInitialPost: 10, // Config your initial count of post
},
sponsor: {
buyMeACoffeeId: 'ani03sha',
},
share: {
facebookAppId: '1107681989616872', // Add facebookAppId for using facebook share feature v3.2
},
ga: 'UA-166923727-1', // Add your google analytics tranking ID
}