Files
oma-memorial/public/OG-IMAGE-ANLEITUNG.md
T
denshooter a34d406375 feat: complete memorial website features
- Add user contribution system (memories, timeline entries)
- Add AI content moderation with Ollama (bad word detection + qwen3:4b)
- Add family photo/video upload with admin approval
- Add candle lighting feature
- Add timeline and recipe sections
- Add QR code page and OG image
- Add site authentication (password-protected access)
- Add proxy middleware for auth routing
- Add admin dashboard for content management
- Remove email fields, make name optional (default: Anonym)
- Add CI/CD pipeline for Gitea Actions
- Add Docker deployment configuration
- Optimize Ollama RAM usage (42GB → 2.9GB)
- Fix API routes accessibility through proxy middleware

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-02-18 12:20:33 +01:00

35 lines
1.0 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# OG-Image erstellen
Um ein Open Graph Bild für Social Media Shares zu erstellen:
1. **Erstelle ein Bild mit folgenden Maßen:**
- 1200 x 630 Pixel (optimale Größe für Facebook, Twitter, etc.)
- Format: JPG oder PNG
2. **Inhalt:**
- Foto von Maria Malejka
- Text: "In Erinnerung an Maria Malejka"
- Lebensdaten: "29. November 1944 10. Februar 2026"
- Optional: Dezente Kerze oder florales Element
3. **Stil:**
- Warme, elegante Farben (Creme, Gold, Braun)
- Cormorant Garamond für Überschriften (italic)
- Lora für Körpertext
- Minimalistisch und respektvoll
4. **Speichern:**
- Datei: `og-image.jpg`
- Ort: `/public/og-image.jpg`
- Das Bild ist bereits in `layout.tsx` konfiguriert
## Tools zur Erstellung:
- Canva (einfach, Templates verfügbar)
- Figma (professionell)
- Photoshop (fortgeschritten)
- Online-Generatoren wie og-image.vercel.app
## Aktueller Status:
Die Konfiguration ist fertig in `src/app/layout.tsx`.
Sobald du `public/og-image.jpg` hinzufügst, wird es automatisch genutzt.