Go to file
Jörg Lohrer 7ea29941a6 Merge branch 'main' into spa 2026-04-15 18:34:16 +02:00
.claude docs: handoff-pakette für pause + spätere fortsetzung 2026-04-15 18:34:15 +02:00
app spa(phase 6, tasks 33-35): robots, og-defaults, type-check, finaler deploy 2026-04-15 18:13:29 +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
preview/spa-mini spike(spa-mini): legacy-hugo-urls auf kurze form normalisieren 2026-04-15 14:44:25 +02:00
scripts spa: deploy-script und htaccess für svelte.joerg-lohrer.de 2026-04-15 15:59:46 +02:00
static comment integration ohne styling 2025-02-12 19:43:36 +01:00
.gitignore spike(spa-mini): vanilla-html viewer für einen einzelnen nostr-post 2026-04-15 13:53:16 +02: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.