fix: remove unnecessary keywords array from package.json
This commit is contained in:
@@ -11,6 +11,8 @@ categories:
|
|||||||
- rant
|
- rant
|
||||||
- dev
|
- dev
|
||||||
- fingerfood
|
- fingerfood
|
||||||
|
- tinkering
|
||||||
|
|
||||||
images:
|
images:
|
||||||
keywords:
|
keywords:
|
||||||
series:
|
series:
|
||||||
|
|||||||
BIN
content/micro/2025/06/dnd-colorcoding/cover.heic
Normal file
BIN
content/micro/2025/06/dnd-colorcoding/cover.heic
Normal file
Binary file not shown.
BIN
content/micro/2025/06/dnd-colorcoding/cover.png
Normal file
BIN
content/micro/2025/06/dnd-colorcoding/cover.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 52 MiB |
24
content/micro/2025/06/dnd-colorcoding/index.md
Normal file
24
content/micro/2025/06/dnd-colorcoding/index.md
Normal 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:
|
||||||
|
---
|
||||||
|
|
||||||
|

|
||||||
|
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 |
@@ -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
1230
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -15,8 +15,7 @@
|
|||||||
"node": "16.x",
|
"node": "16.x",
|
||||||
"npm": "8.x"
|
"npm": "8.x"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [],
|
||||||
],
|
|
||||||
"name": "fundor333.com",
|
"name": "fundor333.com",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "0.0.0"
|
"version": "0.0.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user