-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathblog-config.js
32 lines (32 loc) · 950 Bytes
/
blog-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
32
module.exports = {
title: "hoodie",
description: "Hello :) I'm Hudi who developed gatsby-starter-hoodie theme.",
author: "Hudi",
siteUrl: "https://devhudi.github.io/gatsby-starter-hoodie/",
links: {
github: "https://github.com/devHudi",
linkedIn: "https://linkedin.com",
facebook: "https://www.facebook.com",
twitter: "https://twitter.com",
x: "https://x.com",
instagram: "https://www.instagram.com",
medium: "https://medium.com",
blogger: "https://blogger.com",
email: "mailto:[email protected]",
resume: "https://hudi.blog",
link: "https://hudi.blog",
},
useAbout: true,
// See https://giscus.app/
giscus: {
repo: "devHudi/gatsby-starter-hoodie",
repoId: "MDEwOlJlcG9zaXRvcnkzNjk4NjMzNTg=",
category: "Comments",
categoryId: "DIC_kwDOFguqvs4ChwGy",
mapping: "pathname",
strict: "0",
reactionsEnabled: "1",
inputPosition: "bottom",
lang: "en",
},
}