feat: Repo-Grundstruktur mit README, .gitignore, Obsidian-Config
This commit is contained in:
commit
1be88b1fa6
|
|
@ -0,0 +1,15 @@
|
|||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Obsidian - workspace ist lokal, rest wird committed
|
||||
.obsidian/workspace.json
|
||||
.obsidian/workspace-mobile.json
|
||||
.obsidian/cache
|
||||
|
||||
# Claude Code
|
||||
.claude/
|
||||
|
||||
# Temp
|
||||
*.tmp
|
||||
*.bak
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"useMarkdownLinks": false,
|
||||
"newLinkFormat": "relative",
|
||||
"showFrontmatter": true
|
||||
}
|
||||
|
|
@ -0,0 +1,40 @@
|
|||
---
|
||||
title: Bastelprojekte-Ökosystem
|
||||
tags: [index, übersicht]
|
||||
---
|
||||
|
||||
# Bastelprojekte-Ökosystem
|
||||
|
||||
Gemeinsam tüfteln, bauen, coden — Papa & Kind.
|
||||
|
||||
## Philosophie
|
||||
|
||||
- **Interoperabel** — Komponenten arbeiten zusammen, egal woher
|
||||
- **Modular** — Jeder Baustein einzeln nutzbar, frei kombinierbar
|
||||
- **Austauschbar** — Kaufen & Selbstbauen sind gleichwertig und parallel nutzbar
|
||||
- **Dezentral** — Eigene Infrastruktur: Raspberry Pi, Synology, lokal
|
||||
- **Datensouverän** — Keine Cloud-Abhängigkeit, kein Vendor-Lock-in
|
||||
- **Multifunktional** — Jeder Baustein hat mehrere Leben
|
||||
|
||||
## Navigation
|
||||
|
||||
- [[ideenliste|Ideenliste]] — Backlog aller Ideen
|
||||
- [[tags|Tags & Übersicht]] — Map of Content
|
||||
|
||||
### Projekte
|
||||
- [[projekte/retropie-station/README|RetroPie Arcade-Station]]
|
||||
- [[projekte/reaktionsspiel/README|Reaktionsspiel]]
|
||||
- [[projekte/laser-parcours/README|Laser-Tripwire-Parcours]]
|
||||
|
||||
### Bausteine
|
||||
- [[bausteine/bluetooth-controller|Bluetooth-Controller]]
|
||||
- [[bausteine/raspberry-pi|Raspberry Pi]]
|
||||
- [[bausteine/display-ausgabe|Display / Ausgabe]]
|
||||
- [[bausteine/sensor-kit|Sensor-Kit]]
|
||||
|
||||
### Wissen
|
||||
- [[wissen/technologien/bluetooth|Bluetooth]]
|
||||
- [[wissen/technologien/retropie|RetroPie]]
|
||||
- [[wissen/technologien/python|Python]]
|
||||
- [[wissen/werkzeuge/loetstation|Lötstation]]
|
||||
- [[wissen/shops-und-quellen/premium-haendler|Premium-Händler]]
|
||||
Loading…
Reference in New Issue