Initial commit
This commit is contained in:
27
content/README.md
Normal file
27
content/README.md
Normal file
@@ -0,0 +1,27 @@
|
||||
# Content
|
||||
|
||||
Dieses Verzeichnis enthält die Inhalte der Website.
|
||||
|
||||
## Struktur
|
||||
|
||||
```
|
||||
content/
|
||||
├── pages/ # Seiteninhalte (MDX, JSON, etc.)
|
||||
├── components/ # Komponenteninhalte
|
||||
├── data/ # Strukturierte Daten
|
||||
└── README.md
|
||||
```
|
||||
|
||||
## Verwendung
|
||||
|
||||
Inhalte werden projektspezifisch hinzugefügt. Mögliche Formate:
|
||||
|
||||
- **MDX**: Für reichhaltige Textinhalte mit Komponenten
|
||||
- **JSON**: Für strukturierte Daten
|
||||
- **YAML**: Für Konfigurationen
|
||||
|
||||
## Hinweise
|
||||
|
||||
- Inhalte von Code trennen
|
||||
- Mehrsprachigkeit berücksichtigen
|
||||
- Assets in `/assets` ablegen, nicht hier
|
||||
Reference in New Issue
Block a user