basic version by Felix

This commit is contained in:
luptmoor
2026-02-27 10:59:57 +01:00
commit 5f17605884
36 changed files with 2353 additions and 0 deletions

15
data/content.json Normal file
View File

@@ -0,0 +1,15 @@
{
"news": [
{
"title": {
"de": "Neue Röstung",
"en": "New Roast"
},
"text": {
"de": "Unsere neue Kaffeemischung ist da.",
"en": "Our new coffee blend has arrived."
},
"image": "/assets/IMG_News1.png"
}
]
}