Files
psychartherapie-v2/content/global/index.json

44 lines
775 B
JSON

{
"header": {
"icon": {
"name": "Tina",
"color": "orange",
"style": "float"
},
"title": "PsychARThérapie",
"subtitle": "Pauline Vince",
"logoSrc": "/uploads/logo.png",
"nav": [
{
"href": "",
"label": "Home"
},
{
"href": "about",
"label": "About"
},
{
"href": "posts",
"label": "Blog"
},
{
"href": "https://www.rdv360.com/psychartherapie",
"label": "Rendez-vous",
"external": true
}
]
},
"footer": {
"color": "default",
"social": {
"facebook": "/",
"twitter": "/",
"instagram": "/"
}
},
"theme": {
"color": "blue",
"font": "sans",
"darkMode": "system"
}
}