-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproperties.js
54 lines (54 loc) · 1.25 KB
/
properties.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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
module.exports = {
site: {
title: "SOGOAGAIN",
titleTemplate: "%s · SOGOAGAIN",
description: "SOGOAGAIN 블로그",
siteUrl: `https://blog.sogoagain.com`,
image: "/images/logo-light.png",
author: "sogoagain",
},
interests: [
"Software",
"Engineering",
"Agile",
"eXtreme Programming",
"Test Driven Development",
"Bitcoin",
"Lightning Network",
"Nostr",
],
social: {
email: "[email protected]",
github: "sogoagain",
nostr: {
name: "sogoagain",
npub: "npub1nhffp7hfyy2weckcw7tslaf20qhk7dp59zal2swghx4tpc9ejjxsuqxcf8",
primal: "https://primal.net/sogoagain",
relays: [
"wss://premium.primal.net",
"wss://nostr.oxtr.dev",
"wss://relay.nostr.band",
"wss://offchain.pub",
"wss://relay.damus.io",
"wss://nostr.bitcoiner.social",
"wss://relay.mostr.pub",
"wss://nos.lol",
],
},
},
link: {
postsBasePath: "/posts",
rss: "/rss.xml",
},
giscus: {
repo: "sogoagain/blog",
repoId: "R_kgDOGyvI0A",
category: "Comments",
categoryId: "DIC_kwDOGyvI0M4CcoSF",
mapping: "pathname",
theme: "preferred_color_scheme",
},
gtag: {
trackingIds: ["G-8E6LZKQXFC"],
},
};