-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgatsby-meta-config.js
30 lines (30 loc) · 1.03 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
module.exports = {
title: `Answer.dev`, // Your blog title
description: `Relax and Reflect`, // Your blog description
author: `Park Answer`,
introduction: `Welcome! This is Answer's Dev Blog`,
siteUrl: `http://answer.netlify.app/`, // Your blog site url
social: [
//You can find and use icons on the https://fontawesome.com/icons?d=gallery&s=brands
{
icon: `github`,
url: `https://github.com/passwd10`,
},
{
icon: `google`,
url: `https://inseo9494@gmail.com`,
},
{
icon: `smile`,
url: `https://answer.netlify.app/about`
}
],
icon: `content/assets/icon.png`, // Your blog icon
planTitle: `Future Action Plan`, // Your blog planTitle
showPlan: true, //If you don't want to see the plan, change the status to false.
comment: {
disqusShortName: "Your Disqus-short-name here", // Your disqus-short-name. check disqus.com.
// You shoud modify disqus-short-name in "gatsby-config.js" too. check it.
},
ga: "UA-149433358-1", // Add your google analytics tranking ID
}