Skip to content

Commit a8cb17b

Browse files
committed
More article data added.
2 parents 01d7736 + 663efc7 commit a8cb17b

File tree

2 files changed

+91
-91
lines changed

2 files changed

+91
-91
lines changed

personal_projects/pokemon_home/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<script>
22
function copyShareLink(){
3-
navigator.clipboard.writeText("https://tinyurl.com/pokemonHomeArticle");
3+
navigator.clipboard.writeText("https://tinyurl.com/pokemonHomeArticlev2");
44
toastr.options = {
55
"closeButton": false,
66
"debug": false,
@@ -368,4 +368,4 @@ <h2 class="code-line" data-line-start="104" data-line-end="105"><a id="challente
368368
<p class="has-line-data" data-line-start="110" data-line-end="111">
369369
This project, while rooted in nostalgia and personal interest, turned into an excellent opportunity to explore new technologies and practice each and every deployment step.
370370
</p>
371-
<br><br>
371+
<br><br>

static/data/personal_projects.json

Lines changed: 89 additions & 89 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
}
8181
],
8282
"date": "2025/02/17",
83-
"description": "A <b><i>real-time</i> Pokémon Home</b> replica using raw memory exchange.",
83+
"description": "<b>On-premise, <i>real-time</i> Pokémon Cloud Storage System</b> using raw memory exchange.",
8484
"id": 13,
8585
"img": "static/img/personal_projects/pokemon_home/thumbnail.jpg",
8686
"ribbon": {
@@ -99,7 +99,7 @@
9999
"docker",
100100
"web"
101101
],
102-
"title": "<b>Pokémon Cloud Storage</b> Service",
102+
"title": "<b>Personal Pokémon Home</b> Service",
103103
"url": "",
104104
"page": "personal_projects/pokemon_home/index.html"
105105
},
@@ -151,6 +151,92 @@
151151
"title": "<b>Nova Macros</b>: A <i>Stream Deck</i> clone",
152152
"url": "",
153153
"page": "personal_projects/nova_macros/article.html"
154+
},
155+
{
156+
"badges": [
157+
{
158+
"color": "badge-success",
159+
"name": "Automation"
160+
},
161+
{
162+
"color": "badge-info",
163+
"name": "Windows"
164+
},
165+
{
166+
"color": "badge-dark",
167+
"name": "AHK"
168+
}
169+
],
170+
"date": "2024/07/25",
171+
"description": "Free up <b>unused cache RAM</b> from Windows's Processes",
172+
"id": 4,
173+
"img": "static/img/personal_projects/ram_optimizer/article.png",
174+
"ribbon": {
175+
"color": "bg-success",
176+
"name": "Public"
177+
},
178+
"tags": [
179+
"automation",
180+
"ahk",
181+
"memory",
182+
"windows"
183+
],
184+
"title": "<b>RAM Optimizer</b>",
185+
"url": "",
186+
"page": "personal_projects/ram_optimizer.html"
187+
},
188+
{
189+
"badges": [
190+
{
191+
"color": "badge-info",
192+
"name": "API"
193+
},
194+
{
195+
"color": "badge-primary",
196+
"name": "Web"
197+
},
198+
{
199+
"color": "badge-dark",
200+
"name": "JS"
201+
},
202+
{
203+
"color": "badge-dark",
204+
"name": "Bootstrap"
205+
},
206+
{
207+
"color": "badge-dark",
208+
"name": "Linux"
209+
},
210+
{
211+
"color": "badge-danger",
212+
"name": "Java"
213+
},
214+
{
215+
"color": "badge-dark",
216+
"name": "Docker"
217+
}
218+
],
219+
"date": "2024/09/17",
220+
"description": "<b>Remotely manage your devices's power status</b> via Wake on LAN with a convenient web panel",
221+
"id": 5,
222+
"img": "static/img/personal_projects/wol_web_api/article.png",
223+
"ribbon": {
224+
"color": "bg-success",
225+
"name": "Public"
226+
},
227+
"tags": [
228+
"automation",
229+
"java",
230+
"api",
231+
"spring",
232+
"springboot",
233+
"ssl",
234+
"docker",
235+
"rest"
236+
],
237+
"title": "<b>WoL Web Panel + API REST</b>",
238+
"url": "https://github.com/elModo7/WakeOnLAN-Web-API",
239+
"page": ""
154240
},
155241
{
156242
"badges": [
@@ -253,92 +339,6 @@
253339
"title": "<b>GameBoy</b> <i>online</i> Library",
254340
"url": "",
255341
"page": "personal_projects/gb_library/article.html"
256-
},
257-
{
258-
"badges": [
259-
{
260-
"color": "badge-success",
261-
"name": "Automation"
262-
},
263-
{
264-
"color": "badge-info",
265-
"name": "Windows"
266-
},
267-
{
268-
"color": "badge-dark",
269-
"name": "AHK"
270-
}
271-
],
272-
"date": "2024/07/25",
273-
"description": "Free up <b>unused cache RAM</b> from Windows's Processes",
274-
"id": 4,
275-
"img": "static/img/personal_projects/ram_optimizer/article.png",
276-
"ribbon": {
277-
"color": "bg-success",
278-
"name": "Public"
279-
},
280-
"tags": [
281-
"automation",
282-
"ahk",
283-
"memory",
284-
"windows"
285-
],
286-
"title": "<b>RAM Optimizer</b>",
287-
"url": "",
288-
"page": "personal_projects/ram_optimizer.html"
289-
},
290-
{
291-
"badges": [
292-
{
293-
"color": "badge-info",
294-
"name": "API"
295-
},
296-
{
297-
"color": "badge-primary",
298-
"name": "Web"
299-
},
300-
{
301-
"color": "badge-dark",
302-
"name": "JS"
303-
},
304-
{
305-
"color": "badge-dark",
306-
"name": "Bootstrap"
307-
},
308-
{
309-
"color": "badge-dark",
310-
"name": "Linux"
311-
},
312-
{
313-
"color": "badge-danger",
314-
"name": "Java"
315-
},
316-
{
317-
"color": "badge-dark",
318-
"name": "Docker"
319-
}
320-
],
321-
"date": "2024/09/17",
322-
"description": "<b>Remotely manage your devices's power status</b> via Wake on LAN with a convenient web panel",
323-
"id": 5,
324-
"img": "static/img/personal_projects/wol_web_api/article.png",
325-
"ribbon": {
326-
"color": "bg-success",
327-
"name": "Public"
328-
},
329-
"tags": [
330-
"automation",
331-
"java",
332-
"api",
333-
"spring",
334-
"springboot",
335-
"ssl",
336-
"docker",
337-
"rest"
338-
],
339-
"title": "<b>WoL Web Panel + API REST</b>",
340-
"url": "https://github.com/elModo7/WakeOnLAN-Web-API",
341-
"page": ""
342342
},
343343
{
344344
"badges": [
@@ -584,4 +584,4 @@
584584
"url": "",
585585
"page": "personal_projects/godot_notification_system.html"
586586
}
587-
]
587+
]

0 commit comments

Comments
 (0)