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
|
|
|
|
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
|
|
|
Persönliche Webseite. Befindet sich in der 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.
|
|
|
|
|
|
|
|
|
|
## Branches
|
|
|
|
|
|
|
|
|
|
- **`main`** — aktuelle Arbeit. Enthält Markdown-Content (`content/posts/`),
|
|
|
|
|
Specs (`docs/`), Assets (`static/`) und wird im Lauf der Migration um die
|
|
|
|
|
SvelteKit-SPA und das Publish-Skript erweitert.
|
|
|
|
|
- **`spa`** — Feature-Branch für die SvelteKit-SPA-Entwicklung. Wird bei
|
|
|
|
|
Cutover nach `main` gemerged.
|
|
|
|
|
- **`hugo-archive`** — eingefrorener Zustand der alten Hugo-Seite als
|
|
|
|
|
Orphan-Branch (ein Commit ohne Historie). Nicht mehr weiterentwickelt.
|
|
|
|
|
Wiederherstellbar über `git checkout hugo-archive && hugo build`.
|
|
|
|
|
|
|
|
|
|
## Spec
|
|
|
|
|
|
|
|
|
|
Architektur und Design-Entscheidungen:
|
|
|
|
|
[`docs/superpowers/specs/2026-04-15-nostr-page-design.md`](docs/superpowers/specs/2026-04-15-nostr-page-design.md)
|
|
|
|
|
|
|
|
|
|
## Struktur auf `main`
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
content/posts/ Markdown-Posts (Quelle für Nostr-Events)
|
|
|
|
|
static/ Site-Assets (Favicons, Profilbild)
|
|
|
|
|
docs/ Specs und Architektur-Dokumentation
|
|
|
|
|
.claude/ Claude-Code-Sessions (als Transparenz-Spur)
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
## Lizenz
|
|
|
|
|
|
|
|
|
|
Siehe [LICENSE](LICENSE).
|