Go to file
Jörg Lohrer 0a3bf026ff docs: handoff-pakette für pause + spätere fortsetzung
- docs/STATUS.md: was ist getan, was läuft live, wo liegen die Fäden
- docs/HANDOFF.md: nächste Optionen (Publish-Pipeline, Menü, Cutover),
  Dev-Kommandos, bekannte Stolperfallen
- .claude/skills/joerglohrerde-workflow.md: repo-spezifischer Skill
  zum Session-Start — Konventionen, API-Eigenheiten, wiederkehrende
  Kommandos, wie mit Jörg arbeiten
- README.md als Navigation zu allen Dokumenten

Damit kann die nächste Session ohne Kontextverlust fortgeführt werden.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-15 18:34:15 +02:00
.claude docs: handoff-pakette für pause + spätere fortsetzung 2026-04-15 18:34:15 +02:00
content normalize: slugs lowercase und url-kompatibel 2026-04-15 10:38:38 +02:00
docs docs: handoff-pakette für pause + spätere fortsetzung 2026-04-15 18:34:15 +02:00
static comment integration ohne styling 2025-02-12 19:43:36 +01:00
.gitignore + gitignore DS_Store 2025-02-01 06:52:16 +01:00
LICENSE Initial commit 2024-11-06 15:55:54 +01:00
README.md docs: handoff-pakette für pause + spätere fortsetzung 2026-04-15 18:34:15 +02:00

README.md

joerg-lohrer.de

Persönliche Webseite. In Transition von einer Hugo-basierten, statischen Seite hin zu einer SvelteKit-SPA, die Blog-Posts live aus signierten Nostr-Events (NIP-23, kind:30023) rendert.

Aktueller Stand

  • https://joerg-lohrer.de/ — Hugo-Seite, läuft noch.
  • https://spa.joerg-lohrer.de/ — Vanilla-HTML-Mini-Spike (Proof of Concept).
  • https://svelte.joerg-lohrer.de/ — produktive SvelteKit-SPA (Ziel).

Detailliert in docs/STATUS.md.

Navigation

Branches

  • main — kanonisch (Content, Specs, Pläne, Deploy-Scripts, Skill).
  • spa — aktueller Arbeitszweig mit allen SvelteKit-Commits. Wird beim Cutover nach main gemerged.
  • hugo-archive — eingefrorener Hugo-Zustand als Orphan-Branch. Rollback über git checkout hugo-archive && hugo build.

Repo-Struktur

content/posts/                  Markdown-Posts (Quelle für Nostr-Events)
app/                            SvelteKit-SPA (Ziel-Implementation)
preview/spa-mini/               Vanilla-HTML-Mini-Spike (Referenz)
scripts/deploy-svelte.sh        FTPS-Deploy nach svelte.joerg-lohrer.de
static/                         Site-Assets (Favicons, Profilbild)
docs/                           Specs, Pläne, Status, Handoff
.claude/                        Claude-Code-Sessions (transparenz) + Skills

Lizenz

Siehe LICENSE.