Files
psychartherapie-v2/content/global/index.json
2023-08-28 20:17:07 +02:00

38 lines
593 B
JSON

{
"header": {
"icon": {
"name": "Tina",
"color": "orange",
"style": "float"
},
"name": "Tina Starter",
"color": "default",
"nav": [
{
"href": "",
"label": "Home"
},
{
"href": "about",
"label": "About"
},
{
"href": "posts",
"label": "Blog"
}
]
},
"footer": {
"color": "default",
"social": {
"facebook": "/",
"twitter": "/",
"instagram": "/"
}
},
"theme": {
"color": "blue",
"font": "sans",
"darkMode": "system"
}
}