metadata.json
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
{ "contact_email": "contact@echowritescode.dev", "author": "Echo", "link": "https://echowritescode.dev/", "name": "Echo Writes Code", "syndication_id": "tag:echowritescode.dev,2024-10-09:/", "motp": [ "Black Lives Matter", "Free Palestine", "Tax the Rich", "Trans Liberation Now" ], "menu": [ { "name": "Home", "link": "/" }, { "name": "Works", "menu": [ { "name": "Articles", "link": "/list/articles" }, { "name": "Software", "link": "/list/software" }, { "name": "Music", "link": "/list/music" }, { "name": "Pixels", "link": "/list/pixels" }, { "name": "Games", "link": "/list/games" } ] }, { "name": "Inquiries", "menu": [ { "name": "Contact", "link": "/page/contact" }, { "name": "CV", "link": "/page/cv" } ] }, { "name": "Community", "menu": [ { "name": "Friends", "link": "/page/friends" }, { "name": "Browser Demoscene", "link": "/page/browser-demoscene" } ] } ], "lists": [ { "slug": "blog", "name": "Blog", "syndication_id": "tag:echowritescode.dev,2024-09-27:/list/blog" }, { "slug": "articles", "name": "Articles", "syndication_id": "tag:echowritescode.dev,2024-09-27:/list/articles" }, { "slug": "software", "name": "Software", "syndication_id": "tag:echowritescode.dev,2024-09-27:/list/projects" }, { "slug": "music", "name": "Music", "syndication_id": "tag:echowritescode.dev,2025-09-27:/list/music" }, { "slug": "pixels", "name": "Pixels", "syndication_id": "tag:echowritescode.dev,2025-09-27:/list/pixels" }, { "slug": "games", "name": "Games", "syndication_id": "tag:echowritescode.dv,2025-09-27:/list/games" } ], "pages": [ { "slug": "_index", "name": "Home" }, { "slug": "contact", "name": "Contact" }, { "slug": "cv", "name": "CV" }, { "slug": "message-sent", "name": "Message sent" }, { "slug": "friends", "name": "Friends" }, { "slug": "browser-demoscene", "name": "Browser Demoscene" } ], "posts": [ { "list": "articles", "slug": "how-to-ip-ban-a-bot", "name": "How to IP Ban a Bot", "summary": "How I found and IP banned a bunch of bots from my server with ufw and nginx", "published": "2024-09-21T00:00:00Z", "updated": "2024-09-22T00:00:00Z", "syndication_id": "tag:echowritescode.dev,2024-09-23:/page/articles/how-to-ip-ban-a-bot" }, { "list": "software", "slug": "gitten", "name": "Gitten", "summary": "A lightweight, read-only Git frontend for showcasing projects.", "published": "2024-09-23T00:00:00Z", "updated": "2024-09-23T00:00:00Z", "syndication_id": "tag:echowritescode.dev,2024-09-23:/page/projects/gitten" }, { "list": "software", "slug": "web-pylon", "name": "web-pylon", "summary": "A website engine built on a Rust stack. Used to build this site!", "published": "2024-09-23T00:00:00Z", "updated": "2024-09-23T00:00:00Z", "syndication_id": "tag:echowritescode.dev,2024-09-23:/page/projects/web-pylon" }, { "list": "blog", "slug": "beep-boop-heres-a-post", "name": "Beep Boop, Here's A Post", "summary": "A quick post to test my Atom feed", "published": "2024-09-29T19:42:50Z", "updated": "2024-09-29T19:42:50Z", "syndication_id": "tag:echowritescode.dev,2024-09-29:/page/blog/beep-boop-heres-a-post" }, { "list": "blog", "slug": "i-added-a-global-atom-feed-to-my-website", "name": "I Added A Global Atom Feed To My Website", "summary": "Finally, a single feed for Echoposting", "published": "2024-10-10T00:19:38Z", "updated": "2024-10-10T00:19:38Z", "syndication_id": "tag:echowritescode.dev,2024-10-10:/post/i-added-a-global-atom-feed-to-my-website" }, { "list": "articles", "slug": "how-to-make-an-arbitrarily-long-spline-mesh-in-unreal-engine", "name": "How To Make An Arbitrarily Long Spline Mesh In Unreal Engine", "summary": "Spline meshes are limited to two control points. Can we fix that?", "published": "2024-10-12T01:41:58Z", "updated": "2024-10-12T01:41:58Z", "syndication_id": "tag:echowritescode.dev,2024-10-12:/post/how-to-make-an-arbitrarily-long-spline-mesh-in-unreal-engine" }, { "list": "articles", "slug": "the-git-dumb-protocol-is-neat", "name": "The Git \"Dumb\" Protocol Is Neat", "summary": "Git has a silly little trick you can use to serve a public repository without setting up a web server", "published": "2024-10-14T01:53:52Z", "updated": "2024-10-14T01:53:52Z", "syndication_id": "tag:echowritescode.dev,2024-10-14:/post/the-git-dumb-protocol-is-neat" }, { "list": "articles", "slug": "i-balatrofied-my-posts", "name": "I Balatrofied My Posts", "summary": "Keeping the spirit of CSS Crimes alive", "published": "2024-10-16T01:04:47Z", "updated": "2025-09-27T10:53:31Z", "syndication_id": "tag:echowritescode.dev,2024-10-16:/post/i-balatrofied-my-posts" }, { "list": "blog", "slug": "i-am-jorbed", "name": "i am jorbed!", "summary": "yippee! wahoo! survival!", "published": "2024-10-21T18:34:58Z", "updated": "2024-10-21T18:34:58Z", "syndication_id": "tag:echowritescode.dev,2024-10-21:/post/i-am-jorbed" }, { "list": "blog", "slug": "a-quirk-when-implementing-atom-rss", "name": "a quirk when implementing atom/rss", "summary": "tl;dr make your links absolute", "published": "2024-11-03T20:15:31Z", "updated": "2024-11-03T20:15:31Z", "syndication_id": "tag:echowritescode.dev,2024-10-21:/post/a-quirk-when-implementing-atom-rss" }, { "list": "blog", "slug": "i-published-a-rust-crate", "name": "i published a rust crate!", "summary": "i cannot believe you need a github account", "published": "2024-12-17T02:26:32Z", "updated": "2024-12-17T02:26:32Z", "syndication_id": "tag:echowritescode.dev,2024-12-16:/post/i-published-a-rust-crate" }, { "list": "music", "slug": "hotel-catastrophe-ost", "name": "Hotel Catastrophe OST", "summary": "The music I made for Hotel Catastrophe, a game for Ludum Dare 51", "published": "2025-09-28T09:14:20Z", "updated": "2025-09-28T09:14:20Z", "syndication_id": "tag:echowritescode.dev,2025-09-28:/post/hotel-catastrophe-ost" }, { "list": "music", "slug": "area-52-ost", "name": "Area 52 OST", "summary": "Music for a friend's game about an alien escaping from a military base", "published": "2025-09-28T09:14:20Z", "updated": "2025-09-28T09:14:20Z", "syndication_id": "tag:echowritescode.dev,2025-09-28:/post/area-52-ost" }, { "list": "music", "slug": "singles-2020-2025", "name": "Singles 2020-2025", "summary": "Single tracks I made over the course of 2020 to 2025", "published": "2025-09-28T09:14:20Z", "updated": "2025-09-28T09:14:20Z", "syndication_id": "tag:echowritescode.dev,2025-09-28:/post/singles-2020-2025" }, { "list": "music", "slug": "compost-entries", "name": "COMPOST entries", "summary": "Tracks I made for the COMPOST OHB event on Cohost", "published": "2025-09-28T09:14:20Z", "updated": "2025-09-28T09:14:20Z", "syndication_id": "tag:echowritescode.dev,2025-09-28:/post/compost-entries" }, { "list": "music", "slug": "wandering-ash-ost", "name": "Wandering Ash OST", "summary": "OST for a visual novel a friend and I are (very gradually) working on", "published": "2025-09-28T09:14:20Z", "updated": "2025-09-28T09:14:20Z", "syndication_id": "tag:echowritescode.dev,2025-09-28:/post/wandering-ash-ost" }, { "list": "games", "slug": "hotel-catastrophe", "name": "Hotel Catastrophe", "summary": "A game made by me and a few friends for Ludum Dare 51", "published": "2025-09-30T10:52:34Z", "updated": "2025-09-30T10:52:34Z", "syndication_id": "tag:echowritescode.dev,2025-09-30:/post/hotel-catastrophe" }, { "list": "games", "slug": "growing-close", "name": "Growing Close", "summary": "A game made entirely by me for VimJam 3", "published": "2025-09-30T10:52:34Z", "updated": "2025-09-30T10:52:34Z", "syndication_id": "tag:echowritescode.dev,2025-09-30:/post/growing-close" }, { "list": "games", "slug": "beat-by-beat", "name": "Beat By Beat", "summary": "A game made for Ludum Dare 54 by me and a friend", "published": "2025-09-30T10:52:34Z", "updated": "2025-09-30T10:52:34Z", "syndication_id": "tag:echowritescode.dev,2025-09-30:/post/beat-by-beat" }, { "list": "games", "slug": "alakazamazon", "name": "Alakazamazon", "summary": "A game made for Ludum Dare 55 by me and two friends", "published": "2025-09-30T10:52:34Z", "updated": "2025-09-30T10:52:34Z", "syndication_id": "tag:echowritescode.dev,2025-09-30:/post/alakazamazon" }, { "list": "games", "slug": "wrap-around", "name": "WRAP//AROUND", "summary": "A game made for the GMTK Game Jam 2025 by me, with help from a couple friends", "published": "2025-09-30T10:52:34Z", "updated": "2025-09-30T10:52:34Z", "syndication_id": "tag:echowritescode.dev,2025-09-30:/post/wrap-around" } ] }