main: hugo-artefakte entfernt, bereit für nostr-spa-entwicklung
Entfernt: themes/, public/, resources/, layouts/, assets/, archetypes/,
hugo.toml, .hugo_build.lock, .gitmodules. Kompletter Hugo-Stand ist
im Orphan-Branch 'hugo-archive' eingefroren.
Behalten auf main: content/ (markdown-quelle für publish-skript),
docs/ (specs), static/ (favicons, profilbild), .claude/, LICENSE.
README überarbeitet mit Branch-Übersicht.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-15 09:51:05 +02:00
|
|
|
# joerg-lohrer.de
|
2024-11-06 16:01:59 +01:00
|
|
|
|
2026-04-15 18:34:15 +02:00
|
|
|
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.
|
main: hugo-artefakte entfernt, bereit für nostr-spa-entwicklung
Entfernt: themes/, public/, resources/, layouts/, assets/, archetypes/,
hugo.toml, .hugo_build.lock, .gitmodules. Kompletter Hugo-Stand ist
im Orphan-Branch 'hugo-archive' eingefroren.
Behalten auf main: content/ (markdown-quelle für publish-skript),
docs/ (specs), static/ (favicons, profilbild), .claude/, LICENSE.
README überarbeitet mit Branch-Übersicht.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-15 09:51:05 +02:00
|
|
|
|
2026-04-15 18:34:15 +02:00
|
|
|
## Aktueller Stand
|
main: hugo-artefakte entfernt, bereit für nostr-spa-entwicklung
Entfernt: themes/, public/, resources/, layouts/, assets/, archetypes/,
hugo.toml, .hugo_build.lock, .gitmodules. Kompletter Hugo-Stand ist
im Orphan-Branch 'hugo-archive' eingefroren.
Behalten auf main: content/ (markdown-quelle für publish-skript),
docs/ (specs), static/ (favicons, profilbild), .claude/, LICENSE.
README überarbeitet mit Branch-Übersicht.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-15 09:51:05 +02:00
|
|
|
|
2026-04-15 18:34:15 +02:00
|
|
|
- **`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`](docs/STATUS.md).
|
|
|
|
|
|
|
|
|
|
## Navigation
|
main: hugo-artefakte entfernt, bereit für nostr-spa-entwicklung
Entfernt: themes/, public/, resources/, layouts/, assets/, archetypes/,
hugo.toml, .hugo_build.lock, .gitmodules. Kompletter Hugo-Stand ist
im Orphan-Branch 'hugo-archive' eingefroren.
Behalten auf main: content/ (markdown-quelle für publish-skript),
docs/ (specs), static/ (favicons, profilbild), .claude/, LICENSE.
README überarbeitet mit Branch-Übersicht.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-15 09:51:05 +02:00
|
|
|
|
2026-04-15 18:34:15 +02:00
|
|
|
- 📍 **Stand und Live-URLs:** [`docs/STATUS.md`](docs/STATUS.md)
|
|
|
|
|
- 🔜 **Wie es weitergeht:** [`docs/HANDOFF.md`](docs/HANDOFF.md)
|
|
|
|
|
- 📐 **SPA-Spec:** [`docs/superpowers/specs/2026-04-15-nostr-page-design.md`](docs/superpowers/specs/2026-04-15-nostr-page-design.md)
|
|
|
|
|
- 📐 **Publish-Pipeline-Spec:** [`docs/superpowers/specs/2026-04-15-publish-pipeline-design.md`](docs/superpowers/specs/2026-04-15-publish-pipeline-design.md)
|
|
|
|
|
- 🛠 **SvelteKit-SPA-Plan:** [`docs/superpowers/plans/2026-04-15-spa-sveltekit.md`](docs/superpowers/plans/2026-04-15-spa-sveltekit.md) (35 Tasks, abgeschlossen)
|
|
|
|
|
- 🤖 **Claude-Workflow-Skill:** [`.claude/skills/joerglohrerde-workflow.md`](.claude/skills/joerglohrerde-workflow.md)
|
main: hugo-artefakte entfernt, bereit für nostr-spa-entwicklung
Entfernt: themes/, public/, resources/, layouts/, assets/, archetypes/,
hugo.toml, .hugo_build.lock, .gitmodules. Kompletter Hugo-Stand ist
im Orphan-Branch 'hugo-archive' eingefroren.
Behalten auf main: content/ (markdown-quelle für publish-skript),
docs/ (specs), static/ (favicons, profilbild), .claude/, LICENSE.
README überarbeitet mit Branch-Übersicht.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-15 09:51:05 +02:00
|
|
|
|
2026-04-15 18:34:15 +02:00
|
|
|
## 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`.
|
main: hugo-artefakte entfernt, bereit für nostr-spa-entwicklung
Entfernt: themes/, public/, resources/, layouts/, assets/, archetypes/,
hugo.toml, .hugo_build.lock, .gitmodules. Kompletter Hugo-Stand ist
im Orphan-Branch 'hugo-archive' eingefroren.
Behalten auf main: content/ (markdown-quelle für publish-skript),
docs/ (specs), static/ (favicons, profilbild), .claude/, LICENSE.
README überarbeitet mit Branch-Übersicht.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-15 09:51:05 +02:00
|
|
|
|
2026-04-15 18:34:15 +02:00
|
|
|
## Repo-Struktur
|
main: hugo-artefakte entfernt, bereit für nostr-spa-entwicklung
Entfernt: themes/, public/, resources/, layouts/, assets/, archetypes/,
hugo.toml, .hugo_build.lock, .gitmodules. Kompletter Hugo-Stand ist
im Orphan-Branch 'hugo-archive' eingefroren.
Behalten auf main: content/ (markdown-quelle für publish-skript),
docs/ (specs), static/ (favicons, profilbild), .claude/, LICENSE.
README überarbeitet mit Branch-Übersicht.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-15 09:51:05 +02:00
|
|
|
|
|
|
|
|
```
|
2026-04-15 18:34:15 +02:00
|
|
|
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
|
main: hugo-artefakte entfernt, bereit für nostr-spa-entwicklung
Entfernt: themes/, public/, resources/, layouts/, assets/, archetypes/,
hugo.toml, .hugo_build.lock, .gitmodules. Kompletter Hugo-Stand ist
im Orphan-Branch 'hugo-archive' eingefroren.
Behalten auf main: content/ (markdown-quelle für publish-skript),
docs/ (specs), static/ (favicons, profilbild), .claude/, LICENSE.
README überarbeitet mit Branch-Übersicht.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-15 09:51:05 +02:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
## Lizenz
|
|
|
|
|
|
|
|
|
|
Siehe [LICENSE](LICENSE).
|