Initial commit: Crumbforest Architecture Refinement v1 (Clean)
This commit is contained in:
73
app/deployment_config.json
Normal file
73
app/deployment_config.json
Normal file
@@ -0,0 +1,73 @@
|
||||
{
|
||||
"deployment_id": "crumbforest_main",
|
||||
"deployment_name": "Crumbforest Main",
|
||||
"base_url": "https://branko.de",
|
||||
|
||||
"home": {
|
||||
"enabled": true,
|
||||
"theme": "forest",
|
||||
"default_lang": "de",
|
||||
"languages": ["de", "en", "fr"],
|
||||
|
||||
"hero": {
|
||||
"title": "🌳 Crumbforest",
|
||||
"subtitle": "Wo Fragen wachsen. Und jeder Krümel zählt.",
|
||||
"cta_text": "Den Wald entdecken",
|
||||
"cta_link": "#explore"
|
||||
},
|
||||
|
||||
"mission": {
|
||||
"title": "🌲 Unsere Wurzeln",
|
||||
"description": "Crumbforest ist ein offenes Lern-Ökosystem mit Kindern, Maschinen und Natur.",
|
||||
"values": [
|
||||
{
|
||||
"icon": "🦉",
|
||||
"title": "Fragen",
|
||||
"text": "Jedes Kind darf fragen. Wir schützen dieses Recht in jedem Terminal."
|
||||
},
|
||||
{
|
||||
"icon": "🛠️",
|
||||
"title": "Bauen",
|
||||
"text": "Hands-on Lernen mit Raspberry Pi, Bash, Blockly und mehr."
|
||||
},
|
||||
{
|
||||
"icon": "🌐",
|
||||
"title": "Verbinden",
|
||||
"text": "Unsere Rollen und APIs bilden ein Resonanz-Netz."
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
"sections": {
|
||||
"testimonials": true,
|
||||
"crew": true,
|
||||
"hardware": true,
|
||||
"software": true,
|
||||
"contact": true
|
||||
},
|
||||
|
||||
"navigation": [
|
||||
{"label": "Home", "url": "/", "icon": "🏠"},
|
||||
{"label": "Mission", "url": "/about", "icon": "🌲"},
|
||||
{"label": "Crew", "url": "/crew", "icon": "🌟"},
|
||||
{"label": "Hardware", "url": "/hardware", "icon": "🔧"},
|
||||
{"label": "Software", "url": "/software", "icon": "💻"},
|
||||
{"label": "Login", "url": "/de/login", "icon": "🔐"}
|
||||
],
|
||||
|
||||
"footer": {
|
||||
"tagline": "Made with 💚 in the Crumbforest",
|
||||
"links": [
|
||||
{"label": "Impressum", "url": "/impressum"},
|
||||
{"label": "Datenschutz", "url": "/datenschutz"}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
"features": {
|
||||
"rag_system": true,
|
||||
"diary_system": true,
|
||||
"document_search": true,
|
||||
"roles_web": false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user