-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathblog-config.js
More file actions
37 lines (37 loc) · 1.25 KB
/
blog-config.js
File metadata and controls
37 lines (37 loc) · 1.25 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
32
33
34
35
36
37
module.exports = {
title: "YOUR:BLOG:NAME", // SEO Blog title
headerTitle: "YOUR:<em style='color:#ed6c02'>BLOG</em>:NAME", // Logo 1
headerSubTitle: "<em style='color:#ed6c02'>YOUR</em>:BLOG:<em style='color:#ed6c02'>NAME</em>", // Logo 2
copyright: "©YOUR:BLOG:NAME", // copyright in footer
author: "YOUR:NAME", // Your Name
siteUrl: "https://rundevelrun.netlify.app", // Your Site URL
description: "Hi, Nice to meet you !", // Blog description
links: {
github: "https://github.com/rundevelrun",
linkedIn: "https://linkedin.com",
facebook: "https://www.facebook.com",
twitter: "https://twitter.com",
x: "https://x.com",
instagram: "https://www.instagram.com/niphyang.flow",
medium: "https://medium.com",
blogger: "https://blogger.com",
email: "mailto:niphyang@naver.com",
resume: "https://6developer.com",
link: "https://6developer.com",
},
giscus: {
repo: "rundevelrun/gatsby-starter-rundevelrun",
repoId: "R_kgDONrv7CA",
category: "Announcements",
categoryId: "DIC_kwDONrv7CM4CmJbt",
mapping: "pathname",
strict: "0",
reactionsEnabled: "1",
inputPosition: "bottom",
lang: "en",
},
// adsense: {
// client: "ca-pub-2327476184552798",
// slot: "4877038723"
// }
}