-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsite.config.js
83 lines (83 loc) · 2.23 KB
/
site.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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
export default {
title: "jigglycrumb.space", // browser tab title & header
content: [
{
headline: "Where to find me",
links: [
{
title: "Github",
icon: "/github.svg",
href: "https://github.com/jigglycrumb",
},
{
title: "Nostr",
icon: "/nostr.svg",
href: "https://nosta.me/416ca193aa5448b8cca1f09642807765cc0ee299609f972df0614cfb8ea2f2b1",
},
{
title: "Redbubble",
icon: "/redbubble.svg",
href: "https://bubblepleb.redbubble.com",
},
],
},
{
headline: "My websites",
links: [
{
title: "zaps.lol",
href: "https://zaps.lol",
icon: "/pages/zaps-lol.png",
body: "Free nostr address provider",
},
{
title: "bitcoin-lexikon.org",
href: "http://bitcoin-lexikon.org",
icon: "/bitcoin.svg",
body: "Das kleine Bitcoin Lexikon",
},
{
title: "sleekspriter.app",
href: "https://sleekspriter.app",
icon: "/pages/sleekspriter-app.png",
body: "Pixel art editor",
},
{
title: "asciimoji.com",
href: "https://asciimoji.com",
icon: "/pages/asciimoji-com.png",
body: "ASCII emoticons for Mac OS/iOS and more",
},
],
},
{
headline: "Side projects",
links: [
{
title: "splash-ds",
href: "https://jigglycrumb.github.io/splash-ds/",
emoji: "💦",
body: "Boot splash creator for Nintendo 3DS",
},
{
title: "TvTool",
href: "https://jigglycrumb.github.io/tvtool/",
emoji: "📺",
body: "Tool for formatting TV show episode names",
},
{
title: "Space Bacon",
href: "https://jigglycrumb.github.io/space-bacon/",
emoji: "🥓",
body: "Tiny game featuring my cat",
},
{
title: "What would a pirate do?",
href: "https://jigglycrumb.github.io/what-would-a-pirate-do/",
emoji: "🏴☠️",
body: "Decision making tool for pirates",
},
],
},
],
};