fix: remove unnecessary keywords array from package.json

This commit is contained in:
Fundor333
2025-06-05 00:12:05 +02:00
parent e3dbec0cc2
commit c14dacd3de
8 changed files with 1294 additions and 2 deletions

View File

@@ -11,6 +11,8 @@ categories:
- rant
- dev
- fingerfood
- tinkering
images:
keywords:
series:

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 MiB

View File

@@ -0,0 +1,24 @@
---
title: "Dnd Colorcoding"
date: 2025-06-05T00:08:37+02:00
description: Dnd Colorcoding notes
tags:
- dnd
- note
- colorcoding
categories:
reply:
repost:
like:
rsvp:
bookmark:
comments:
host: mastodon.social
username: fundor333
id:
---
![cover](cover.png)
And now I am colorcoding in the middle of the night the note from DnD... This is my new fun time!

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 MiB

View File

@@ -0,0 +1,37 @@
---
title: "And Now I Start Tinkering With Hardware"
date: 2025-06-02T00:21:52+02:00
draft: true
feature_link: "https://www.midjourney.com/home/"
feature_text: "by IA Midjourney"
description: Some idea to start some software-hardware software
isStarred: false
tags:
- hacking
- coding
- micropython
categories:
- tinkering
images:
keywords:
series:
reply:
repost:
like:
rsvp:
bookmark:
comments:
host: mastodon.social
username: fundor333
id:
---
[Programming hardware displays the easy way - using MicroPython and LVGL](https://2025.pycon.it/en/event/programming-hardware-displays-the-easy-way-using-micropython-and-lvgl)
[Buying a Seven Year Old Refurbished Kobo eReader](https://eclecticpassions.net/blog/refurbished-ereader-kobo-aura-one/)
[SSH into KOreader (Kobo eReader) from macOS](https://www.burgeonlab.com/2024/ssh-into-koreader-kobo-ereader-from-macos/)
[Booting DietPi from SSD on a Raspberry Pi 4B 8GB](https://www.burgeonlab.com/2023/booting-dietpi-from-ssd-on-a-raspberry-pi-4b-8gb/)
nh

1230
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -15,8 +15,7 @@
"node": "16.x",
"npm": "8.x"
},
"keywords": [
],
"keywords": [],
"name": "fundor333.com",
"private": true,
"version": "0.0.0"