38 lines
593 B
JSON
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"
|
|
}
|
|
} |