Go to file
Jörg Lohrer e4518fbf69 publish(task 6): kind:30023 event-builder mit tag-mapping
buildKind30023(args) baut unsigniertes kind:30023-event aus frontmatter
+ rewritten-body + cover-url. erzeugt pflicht-tags (d, title,
published_at) und bedingt optionale (summary aus description, image
aus coverUrl, t-tags aus tags[], client aus clientTag). plus
additionalTags-parameter für spätere task 15: license-tag und
imeta-tags (mit blossom-sha256) werden dort nach dem upload angehängt.
4 tests grün.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-18 05:25:10 +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 content: strukturierte bild-metadaten für alle 18 posts 2026-04-16 15:13:47 +02:00
docs docs: status + handoff für fortsetzung morgen aktualisiert 2026-04-16 15:17:57 +02:00
preview/spa-mini spike(spa-mini): legacy-hugo-urls auf kurze form normalisieren 2026-04-15 14:44:25 +02:00
publish publish(task 6): kind:30023 event-builder mit tag-mapping 2026-04-18 05:25:10 +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.