-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathublog.config.js
69 lines (69 loc) · 1.52 KB
/
ublog.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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
module.exports = {
title: "uBlog",
description:
"A minimalist blog on nostr that allows anyone to easily create their own personal micro-blog.",
favicon:
"https://upload.wikimedia.org/wikipedia/commons/0/0b/Greek_lc_mu.svg",
logo: "https://upload.wikimedia.org/wikipedia/commons/0/0b/Greek_lc_mu.svg",
npub: "npub1hk08saqjqxj0u98vjyeh8rd7n3828wh60wsf74nwkjexwlg22x6q4acuqq",
themes: [
"light",
"dark",
"cupcake",
"bumblebee",
"emerald",
"corporate",
"synthwave",
"retro",
"cyberpunk",
"valentine",
"halloween",
"garden",
"forest",
"aqua",
"lofi",
"pastel",
"fantasy",
"wireframe",
"black",
"luxury",
"dracula",
"cmyk",
"autumn",
"business",
"acid",
"lemonade",
"night",
"coffee",
"winter",
],
customThemes: [
{
custom: {
primary: "#ef7951",
secondary: "#ea0eb3",
accent: "#9d66d1",
neutral: "#1D252B",
"base-100": "#403B59",
info: "#A0BEE4",
success: "#12825D",
warning: "#C87114",
error: "#E9445F",
},
},
],
relays: [
"wss://relay.snort.social",
"wss://nostr-pub.wellorder.net",
"wss://relay.damus.io",
"wss://nos.lol",
"wss://nostr.wine",
// "wss://nostr.nostrelay.org",
// "wss://relay.nostr.ch",
// "wss://nostr.bitcoiner.social",
// "wss://nostr.onsats.org",
// "wss://nostr-relay.wlvs.space",
// "wss://nostr.zebedee.cloud",
// "wss://relay.nostr.info",
],
};